Skip to content

Commit 6091d6e

Browse files
committed
fix more examples
1 parent 0f4cdf7 commit 6091d6e

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

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

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3904,7 +3904,7 @@ __metadata:
39043904
"@types/react": ^18.0.5
39053905
"@types/react-dom": ^18.0.5
39063906
framer-motion: ^2.9.5
3907-
msw: ^0.41.1
3907+
msw: ^0.40.2
39083908
react: ^18.1.0
39093909
react-dom: ^18.1.0
39103910
react-icons: 3.11.0
@@ -3954,7 +3954,7 @@ __metadata:
39543954
"@types/react-dom": ^18.0.5
39553955
faker: ^5.5.3
39563956
framer-motion: ^2.9.5
3957-
msw: ^0.41.1
3957+
msw: ^0.40.2
39583958
react: ^18.1.0
39593959
react-dom: ^18.1.0
39603960
react-icons: 3.11.0
@@ -3994,7 +3994,7 @@ __metadata:
39943994
"@types/react-dom": ^18.0.5
39953995
faker: ^5.5.3
39963996
framer-motion: ^2.9.5
3997-
msw: ^0.41.1
3997+
msw: ^0.40.2
39983998
react: ^18.1.0
39993999
react-dom: ^18.1.0
40004000
react-icons: 3.11.0
@@ -4019,7 +4019,7 @@ __metadata:
40194019
"@types/react-dom": ^18.0.5
40204020
faker: ^5.5.3
40214021
framer-motion: ^2.9.5
4022-
msw: ^0.41.1
4022+
msw: ^0.40.2
40234023
react: ^18.1.0
40244024
react-dom: ^18.1.0
40254025
react-icons: 3.11.0
@@ -4044,7 +4044,7 @@ __metadata:
40444044
"@types/react-dom": ^18.0.5
40454045
faker: ^5.5.3
40464046
framer-motion: ^2.9.5
4047-
msw: ^0.41.1
4047+
msw: ^0.40.2
40484048
react: ^18.1.0
40494049
react-dom: ^18.1.0
40504050
react-icons: 3.11.0

0 commit comments

Comments
 (0)