Skip to content

Commit 64a30d8

Browse files
authored
Merge pull request #2373 from reduxjs/bugfix/ts-47-compat
2 parents 937471f + ceca051 commit 64a30d8

File tree

23 files changed

+57
-181
lines changed

23 files changed

+57
-181
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
fail-fast: false
9797
matrix:
9898
node: ['14.x']
99-
ts: ['4.1', '4.2', '4.3', '4.4', '4.5', '4.6.1-rc', 'next']
99+
ts: ['4.1', '4.2', '4.3', '4.4', '4.5', '4.6', '4.7']
100100
steps:
101101
- name: Checkout repo
102102
uses: actions/checkout@v2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@emotion/styled": "^11.3.0",
1212
"@reduxjs/toolkit": "^1.6.0-rc.1",
1313
"framer-motion": "^2.9.5",
14-
"msw": "0.28.2",
14+
"msw": "^0.41.1",
1515
"react": "17.0.2",
1616
"react-dom": "17.0.2",
1717
"react-icons": "3.11.0",

examples/query/react/authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@emotion/styled": "^11.3.0",
1212
"@reduxjs/toolkit": "^1.6.0-rc.1",
1313
"framer-motion": "^2.9.5",
14-
"msw": "0.28.2",
14+
"msw": "^0.41.1",
1515
"react": "17.0.2",
1616
"react-dom": "17.0.2",
1717
"react-icons": "3.11.0",

examples/query/react/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/react": "17.0.0",
1919
"@types/react-dom": "17.0.0",
2020
"@types/react-redux": "7.1.9",
21-
"msw": "^0.30.0",
21+
"msw": "^0.41.1",
2222
"typescript": "~4.2.4"
2323
},
2424
"eslintConfig": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "src/index.tsx",
88
"dependencies": {
99
"@reduxjs/toolkit": "1.8.1",
10-
"msw": "^0.39.2",
10+
"msw": "^0.41.1",
1111
"react": "17.0.0",
1212
"react-dom": "17.0.0",
1313
"react-redux": "7.2.2",

examples/query/react/mutations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@mswjs/data": "^0.3.0",
1313
"@reduxjs/toolkit": "^1.6.0-rc.1",
1414
"framer-motion": "^2.9.5",
15-
"msw": "0.28.2",
15+
"msw": "^0.41.1",
1616
"react": "17.0.2",
1717
"react-dom": "17.0.2",
1818
"react-icons": "3.11.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@mswjs/data": "^0.3.0",
1313
"@reduxjs/toolkit": "^1.6.0-rc.1",
1414
"framer-motion": "^2.9.5",
15-
"msw": "0.28.2",
15+
"msw": "^0.41.1",
1616
"react": "17.0.2",
1717
"react-dom": "17.0.2",
1818
"react-icons": "3.11.0",

examples/query/react/pagination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@reduxjs/toolkit": "^1.6.0-rc.1",
1414
"faker": "^5.5.3",
1515
"framer-motion": "^2.9.5",
16-
"msw": "0.28.2",
16+
"msw": "^0.41.1",
1717
"react": "17.0.2",
1818
"react-dom": "17.0.2",
1919
"react-icons": "3.11.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@reduxjs/toolkit": "^1.6.0-rc.1",
1414
"faker": "^5.5.3",
1515
"framer-motion": "^2.9.5",
16-
"msw": "0.28.2",
16+
"msw": "^0.41.1",
1717
"react": "17.0.2",
1818
"react-dom": "17.0.2",
1919
"react-icons": "3.11.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@reduxjs/toolkit": "^1.6.0-rc.1",
1414
"faker": "^5.5.3",
1515
"framer-motion": "^2.9.5",
16-
"msw": "0.28.2",
16+
"msw": "^0.41.1",
1717
"react": "17.0.2",
1818
"react-dom": "17.0.2",
1919
"react-icons": "3.11.0",

0 commit comments

Comments
 (0)