Skip to content

Commit 42766c7

Browse files
committed
Upgrade MSW
1 parent bbdb3c8 commit 42766c7

File tree

13 files changed

+37
-159
lines changed

13 files changed

+37
-159
lines changed

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",

examples/query/react/prefetching/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",

packages/rtk-query-codegen-openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"esbuild-runner": "^2.2.1",
4848
"husky": "^4.3.6",
4949
"jest": "^26.6.3",
50-
"msw": "^0.25.0",
50+
"msw": "^0.41.1",
5151
"openapi-types": "^9.1.0",
5252
"pretty-quick": "^3.1.0",
5353
"ts-jest": "^26.4.4",

packages/toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"json-stringify-safe": "^5.0.1",
6464
"magic-string": "^0.25.7",
6565
"merge-source-map": "^1.1.0",
66-
"msw": "^0.28.2",
66+
"msw": "^0.41.1",
6767
"node-fetch": "^2.6.1",
6868
"prettier": "^2.2.1",
6969
"query-string": "^7.0.1",

0 commit comments

Comments
 (0)