Skip to content

Commit fbec324

Browse files
committed
downgrade msw to v40.2
1 parent b71f5bb commit fbec324

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.41.1",
14+
"msw": "^0.40.2",
1515
"react": "^18.1.0",
1616
"react-dom": "^18.1.0",
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.41.1",
14+
"msw": "^0.40.2",
1515
"react": "^18.1.0",
1616
"react-dom": "^18.1.0",
1717
"react-icons": "3.11.0",

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.41.1",
10+
"msw": "^0.40.2",
1111
"react": "^18.1.0",
1212
"react-dom": "^18.1.0",
1313
"react-redux": "^8.0.2",

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.41.1",
15+
"msw": "^0.40.2",
1616
"react": "^18.1.0",
1717
"react-dom": "^18.1.0",
1818
"react-icons": "3.11.0",

0 commit comments

Comments
 (0)