Skip to content

Commit 7cd8142

Browse files
authoredMay 2, 2024
Merge pull request #4342 from aryaemami59/remove-react-redux-from-resolutions
2 parents d955fb2 + f2f09a9 commit 7cd8142

File tree

20 files changed

+39
-38
lines changed

20 files changed

+39
-38
lines changed
 

‎examples/action-listener/counter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"clsx": "1.1.1",
1111
"react": "^18.1.0",
1212
"react-dom": "^18.1.0",
13-
"react-redux": "^8.0.2",
13+
"react-redux": "^9.1.0",
1414
"react-scripts": "5.0.1",
1515
"typescript": "~4.9"
1616
},

‎examples/query/react/advanced/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@reduxjs/toolkit": "^1.6.0-rc.1",
1010
"react": "^18.1.0",
1111
"react-dom": "^18.1.0",
12-
"react-redux": "^8.0.2",
12+
"react-redux": "^9.1.0",
1313
"react-scripts": "5.0.1"
1414
},
1515
"devDependencies": {

‎examples/query/react/authentication-with-extrareducers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react": "^18.1.0",
1616
"react-dom": "^18.1.0",
1717
"react-icons": "3.11.0",
18-
"react-redux": "^8.0.2",
18+
"react-redux": "^9.1.0",
1919
"react-router-dom": "6.3.0",
2020
"react-scripts": "5.0.1"
2121
},

‎examples/query/react/authentication/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react": "^18.1.0",
1616
"react-dom": "^18.1.0",
1717
"react-icons": "3.11.0",
18-
"react-redux": "^8.0.2",
18+
"react-redux": "^9.1.0",
1919
"react-router-dom": "6.3.0",
2020
"react-scripts": "5.0.1"
2121
},

‎examples/query/react/basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@reduxjs/toolkit": "^1.6.0-rc.1",
1010
"react": "^18.1.0",
1111
"react-dom": "^18.1.0",
12-
"react-redux": "^8.0.2",
12+
"react-redux": "^9.1.0",
1313
"react-scripts": "5.0.1"
1414
},
1515
"devDependencies": {

‎examples/query/react/conditional-fetching/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@reduxjs/toolkit": "^1.6.0-rc.1",
1010
"react": "^18.1.0",
1111
"react-dom": "^18.1.0",
12-
"react-redux": "^8.0.2",
12+
"react-redux": "^9.1.0",
1313
"react-scripts": "5.0.1"
1414
},
1515
"devDependencies": {

‎examples/query/react/deduping-queries/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@reduxjs/toolkit": "^1.6.0-rc.1",
1010
"react": "^18.1.0",
1111
"react-dom": "^18.1.0",
12-
"react-redux": "^8.0.2",
12+
"react-redux": "^9.1.0",
1313
"react-scripts": "5.0.1"
1414
},
1515
"devDependencies": {

‎examples/query/react/graphql-codegen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"react": "^18.1.0",
2020
"react-dom": "^18.1.0",
2121
"react-icons": "3.11.0",
22-
"react-redux": "^8.0.2",
22+
"react-redux": "^9.1.0",
2323
"react-router-dom": "6.3.0",
2424
"react-scripts": "5.0.1"
2525
},

‎examples/query/react/graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react": "^18.1.0",
2121
"react-dom": "^18.1.0",
2222
"react-icons": "3.11.0",
23-
"react-redux": "^8.0.2",
23+
"react-redux": "^9.1.0",
2424
"react-router-dom": "6.3.0",
2525
"react-scripts": "5.0.1"
2626
},

‎examples/query/react/kitchen-sink/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"msw": "^0.40.2",
1111
"react": "^18.1.0",
1212
"react-dom": "^18.1.0",
13-
"react-redux": "^8.0.2",
13+
"react-redux": "^9.1.0",
1414
"react-router-dom": "6.3.0",
1515
"react-scripts": "5.0.1"
1616
},

‎examples/query/react/mutations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react": "^18.1.0",
1717
"react-dom": "^18.1.0",
1818
"react-icons": "3.11.0",
19-
"react-redux": "^8.0.2",
19+
"react-redux": "^9.1.0",
2020
"react-router-dom": "6.3.0",
2121
"react-scripts": "5.0.1"
2222
},

‎examples/query/react/optimistic-update/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react": "^18.1.0",
1717
"react-dom": "^18.1.0",
1818
"react-icons": "3.11.0",
19-
"react-redux": "^8.0.2",
19+
"react-redux": "^9.1.0",
2020
"react-router-dom": "6.3.0",
2121
"react-scripts": "5.0.1",
2222
"uuid": "^8.3.2"

‎examples/query/react/pagination/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react": "^18.1.0",
1818
"react-dom": "^18.1.0",
1919
"react-icons": "3.11.0",
20-
"react-redux": "^8.0.2",
20+
"react-redux": "^9.1.0",
2121
"react-router-dom": "6.3.0",
2222
"react-scripts": "5.0.1"
2323
},

‎examples/query/react/polling/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@reduxjs/toolkit": "^1.6.0-rc.1",
1010
"react": "^18.1.0",
1111
"react-dom": "^18.1.0",
12-
"react-redux": "^8.0.2",
12+
"react-redux": "^9.1.0",
1313
"react-scripts": "5.0.1"
1414
},
1515
"devDependencies": {

‎examples/query/react/prefetching-automatic-waterfall/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react": "^18.1.0",
1818
"react-dom": "^18.1.0",
1919
"react-icons": "3.11.0",
20-
"react-redux": "^8.0.2",
20+
"react-redux": "^9.1.0",
2121
"react-router-dom": "6.3.0",
2222
"react-scripts": "5.0.1"
2323
},

‎examples/query/react/prefetching-automatic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react": "^18.1.0",
1818
"react-dom": "^18.1.0",
1919
"react-icons": "3.11.0",
20-
"react-redux": "^8.0.2",
20+
"react-redux": "^9.1.0",
2121
"react-router-dom": "6.3.0",
2222
"react-scripts": "5.0.1"
2323
},

‎examples/query/react/prefetching/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react": "^18.1.0",
1818
"react-dom": "^18.1.0",
1919
"react-icons": "3.11.0",
20-
"react-redux": "^8.0.2",
20+
"react-redux": "^9.1.0",
2121
"react-router-dom": "6.3.0",
2222
"react-scripts": "5.0.1"
2323
},

‎examples/query/react/with-apiprovider/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@reduxjs/toolkit": "^1.6.0-rc.1",
1010
"react": "^18.1.0",
1111
"react-dom": "^18.1.0",
12-
"react-redux": "^8.0.2",
12+
"react-redux": "^9.1.0",
1313
"react-scripts": "5.0.1"
1414
},
1515
"devDependencies": {

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"eslint-plugin-react-hooks": "^4.2.0",
3737
"netlify-plugin-cache": "^1.0.3",
3838
"prettier": "^3.2.5",
39+
"react-redux": "^9.1.0",
3940
"release-it": "^14.12.5",
4041
"serve": "^14.2.0",
4142
"ts-node": "^10.9.2",
@@ -50,7 +51,6 @@
5051
"@babel/types": "7.19.3",
5152
"esbuild": "0.19.7",
5253
"jest-snapshot": "29.3.1",
53-
"react-redux": "npm:9.1.0",
5454
"react": "npm:^18.2.0",
5555
"react-dom": "npm:18.2.0",
5656
"resolve": "1.22.1",

‎yarn.lock

+20-19
Original file line numberDiff line numberDiff line change
@@ -5175,7 +5175,7 @@ __metadata:
51755175
jest-watch-typeahead: "npm:^1.1.0"
51765176
react: "npm:^18.1.0"
51775177
react-dom: "npm:^18.1.0"
5178-
react-redux: "npm:^8.0.2"
5178+
react-redux: "npm:^9.1.0"
51795179
react-scripts: "npm:5.0.1"
51805180
typescript: "npm:~4.9"
51815181
languageName: unknown
@@ -5190,7 +5190,7 @@ __metadata:
51905190
"@types/react-dom": "npm:^18.0.5"
51915191
react: "npm:^18.1.0"
51925192
react-dom: "npm:^18.1.0"
5193-
react-redux: "npm:^8.0.2"
5193+
react-redux: "npm:^9.1.0"
51945194
react-scripts: "npm:5.0.1"
51955195
typescript: "npm:~4.9"
51965196
languageName: unknown
@@ -5211,7 +5211,7 @@ __metadata:
52115211
react: "npm:^18.1.0"
52125212
react-dom: "npm:^18.1.0"
52135213
react-icons: "npm:3.11.0"
5214-
react-redux: "npm:^8.0.2"
5214+
react-redux: "npm:^9.1.0"
52155215
react-router-dom: "npm:6.3.0"
52165216
react-scripts: "npm:5.0.1"
52175217
typescript: "npm:~4.9"
@@ -5233,7 +5233,7 @@ __metadata:
52335233
react: "npm:^18.1.0"
52345234
react-dom: "npm:^18.1.0"
52355235
react-icons: "npm:3.11.0"
5236-
react-redux: "npm:^8.0.2"
5236+
react-redux: "npm:^9.1.0"
52375237
react-router-dom: "npm:6.3.0"
52385238
react-scripts: "npm:5.0.1"
52395239
typescript: "npm:~4.9"
@@ -5252,7 +5252,7 @@ __metadata:
52525252
msw: "npm:^0.40.2"
52535253
react: "npm:^18.1.0"
52545254
react-dom: "npm:^18.1.0"
5255-
react-redux: "npm:^8.0.2"
5255+
react-redux: "npm:^9.1.0"
52565256
react-scripts: "npm:5.0.1"
52575257
typescript: "npm:~4.9"
52585258
languageName: unknown
@@ -5267,7 +5267,7 @@ __metadata:
52675267
"@types/react-dom": "npm:^18.0.5"
52685268
react: "npm:^18.1.0"
52695269
react-dom: "npm:^18.1.0"
5270-
react-redux: "npm:^8.0.2"
5270+
react-redux: "npm:^9.1.0"
52715271
react-scripts: "npm:5.0.1"
52725272
typescript: "npm:~4.9"
52735273
languageName: unknown
@@ -5282,7 +5282,7 @@ __metadata:
52825282
"@types/react-dom": "npm:^18.0.5"
52835283
react: "npm:^18.1.0"
52845284
react-dom: "npm:^18.1.0"
5285-
react-redux: "npm:^8.0.2"
5285+
react-redux: "npm:^9.1.0"
52865286
react-scripts: "npm:5.0.1"
52875287
typescript: "npm:~4.9"
52885288
languageName: unknown
@@ -5321,7 +5321,7 @@ __metadata:
53215321
react: "npm:^18.1.0"
53225322
react-dom: "npm:^18.1.0"
53235323
react-icons: "npm:3.11.0"
5324-
react-redux: "npm:^8.0.2"
5324+
react-redux: "npm:^9.1.0"
53255325
react-router-dom: "npm:6.3.0"
53265326
react-scripts: "npm:5.0.1"
53275327
ts-node: "npm:^10.0.0"
@@ -5350,7 +5350,7 @@ __metadata:
53505350
react: "npm:^18.1.0"
53515351
react-dom: "npm:^18.1.0"
53525352
react-icons: "npm:3.11.0"
5353-
react-redux: "npm:^8.0.2"
5353+
react-redux: "npm:^9.1.0"
53545354
react-router-dom: "npm:6.3.0"
53555355
react-scripts: "npm:5.0.1"
53565356
typescript: "npm:~4.2.4"
@@ -5371,7 +5371,7 @@ __metadata:
53715371
msw: "npm:^0.40.2"
53725372
react: "npm:^18.1.0"
53735373
react-dom: "npm:^18.1.0"
5374-
react-redux: "npm:^8.0.2"
5374+
react-redux: "npm:^9.1.0"
53755375
react-router-dom: "npm:6.3.0"
53765376
react-scripts: "npm:5.0.1"
53775377
typescript: "npm:~4.9"
@@ -5395,7 +5395,7 @@ __metadata:
53955395
react: "npm:^18.1.0"
53965396
react-dom: "npm:^18.1.0"
53975397
react-icons: "npm:3.11.0"
5398-
react-redux: "npm:^8.0.2"
5398+
react-redux: "npm:^9.1.0"
53995399
react-router-dom: "npm:6.3.0"
54005400
react-scripts: "npm:5.0.1"
54015401
typescript: "npm:~4.9"
@@ -5418,7 +5418,7 @@ __metadata:
54185418
react: "npm:^18.1.0"
54195419
react-dom: "npm:^18.1.0"
54205420
react-icons: "npm:3.11.0"
5421-
react-redux: "npm:^8.0.2"
5421+
react-redux: "npm:^9.1.0"
54225422
react-router-dom: "npm:6.3.0"
54235423
react-scripts: "npm:5.0.1"
54245424
typescript: "npm:~4.9"
@@ -5445,7 +5445,7 @@ __metadata:
54455445
react: "npm:^18.1.0"
54465446
react-dom: "npm:^18.1.0"
54475447
react-icons: "npm:3.11.0"
5448-
react-redux: "npm:^8.0.2"
5448+
react-redux: "npm:^9.1.0"
54495449
react-router-dom: "npm:6.3.0"
54505450
react-scripts: "npm:5.0.1"
54515451
typescript: "npm:~4.9"
@@ -5461,7 +5461,7 @@ __metadata:
54615461
"@types/react-dom": "npm:^18.0.5"
54625462
react: "npm:^18.1.0"
54635463
react-dom: "npm:^18.1.0"
5464-
react-redux: "npm:^8.0.2"
5464+
react-redux: "npm:^9.1.0"
54655465
react-scripts: "npm:5.0.1"
54665466
typescript: "npm:~4.9"
54675467
languageName: unknown
@@ -5485,7 +5485,7 @@ __metadata:
54855485
react: "npm:^18.1.0"
54865486
react-dom: "npm:^18.1.0"
54875487
react-icons: "npm:3.11.0"
5488-
react-redux: "npm:^8.0.2"
5488+
react-redux: "npm:^9.1.0"
54895489
react-router-dom: "npm:6.3.0"
54905490
react-scripts: "npm:5.0.1"
54915491
typescript: "npm:~4.9"
@@ -5510,7 +5510,7 @@ __metadata:
55105510
react: "npm:^18.1.0"
55115511
react-dom: "npm:^18.1.0"
55125512
react-icons: "npm:3.11.0"
5513-
react-redux: "npm:^8.0.2"
5513+
react-redux: "npm:^9.1.0"
55145514
react-router-dom: "npm:6.3.0"
55155515
react-scripts: "npm:5.0.1"
55165516
typescript: "npm:~4.9"
@@ -5535,7 +5535,7 @@ __metadata:
55355535
react: "npm:^18.1.0"
55365536
react-dom: "npm:^18.1.0"
55375537
react-icons: "npm:3.11.0"
5538-
react-redux: "npm:^8.0.2"
5538+
react-redux: "npm:^9.1.0"
55395539
react-router-dom: "npm:6.3.0"
55405540
react-scripts: "npm:5.0.1"
55415541
typescript: "npm:~4.9"
@@ -5551,7 +5551,7 @@ __metadata:
55515551
"@types/react-dom": "npm:^18.0.5"
55525552
react: "npm:^18.1.0"
55535553
react-dom: "npm:^18.1.0"
5554-
react-redux: "npm:^8.0.2"
5554+
react-redux: "npm:^9.1.0"
55555555
react-scripts: "npm:5.0.1"
55565556
typescript: "npm:~4.9"
55575557
languageName: unknown
@@ -24248,7 +24248,7 @@ __metadata:
2424824248
languageName: node
2424924249
linkType: hard
2425024250

24251-
"react-redux@npm:9.1.0":
24251+
"react-redux@npm:^9.1.0":
2425224252
version: 9.1.0
2425324253
resolution: "react-redux@npm:9.1.0"
2425424254
dependencies:
@@ -25494,6 +25494,7 @@ __metadata:
2549425494
eslint-plugin-react-hooks: "npm:^4.2.0"
2549525495
netlify-plugin-cache: "npm:^1.0.3"
2549625496
prettier: "npm:^3.2.5"
25497+
react-redux: "npm:^9.1.0"
2549725498
release-it: "npm:^14.12.5"
2549825499
serve: "npm:^14.2.0"
2549925500
ts-node: "npm:^10.9.2"

0 commit comments

Comments
 (0)