Skip to content

Commit adf7d01

Browse files
authored
Merge pull request #2513 from frankie303/master
2 parents b71f5bb + 6091d6e commit adf7d01

File tree

10 files changed

+52
-18
lines changed

10 files changed

+52
-18
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/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/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",

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: 43 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3720,7 +3720,7 @@ __metadata:
37203720
"@types/react": ^18.0.5
37213721
"@types/react-dom": ^18.0.5
37223722
framer-motion: ^2.9.5
3723-
msw: ^0.41.1
3723+
msw: ^0.40.2
37243724
react: ^18.1.0
37253725
react-dom: ^18.1.0
37263726
react-icons: 3.11.0
@@ -3742,7 +3742,7 @@ __metadata:
37423742
"@types/react": ^18.0.5
37433743
"@types/react-dom": ^18.0.5
37443744
framer-motion: ^2.9.5
3745-
msw: ^0.41.1
3745+
msw: ^0.40.2
37463746
react: ^18.1.0
37473747
react-dom: ^18.1.0
37483748
react-icons: 3.11.0
@@ -3881,7 +3881,7 @@ __metadata:
38813881
"@types/node": ^14.14.6
38823882
"@types/react": ^18.0.5
38833883
"@types/react-dom": ^18.0.5
3884-
msw: ^0.41.1
3884+
msw: ^0.40.2
38853885
react: ^18.1.0
38863886
react-dom: ^18.1.0
38873887
react-redux: ^8.0.2
@@ -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
@@ -3927,7 +3927,7 @@ __metadata:
39273927
"@types/react": ^18.0.5
39283928
"@types/react-dom": ^18.0.5
39293929
framer-motion: ^2.9.5
3930-
msw: ^0.41.1
3930+
msw: ^0.40.2
39313931
react: ^18.1.0
39323932
react-dom: ^18.1.0
39333933
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
@@ -18952,6 +18952,40 @@ fsevents@^1.2.7:
1895218952
languageName: node
1895318953
linkType: hard
1895418954

18955+
"msw@npm:^0.40.2":
18956+
version: 0.40.2
18957+
resolution: "msw@npm:0.40.2"
18958+
dependencies:
18959+
"@mswjs/cookies": ^0.2.0
18960+
"@mswjs/interceptors": ^0.15.1
18961+
"@open-draft/until": ^1.0.3
18962+
"@types/cookie": ^0.4.1
18963+
"@types/js-levenshtein": ^1.1.1
18964+
chalk: 4.1.1
18965+
chokidar: ^3.4.2
18966+
cookie: ^0.4.2
18967+
graphql: ^16.3.0
18968+
headers-polyfill: ^3.0.4
18969+
inquirer: ^8.2.0
18970+
is-node-process: ^1.0.1
18971+
js-levenshtein: ^1.1.6
18972+
node-fetch: ^2.6.7
18973+
path-to-regexp: ^6.2.0
18974+
statuses: ^2.0.0
18975+
strict-event-emitter: ^0.2.0
18976+
type-fest: ^1.2.2
18977+
yargs: ^17.3.1
18978+
peerDependencies:
18979+
typescript: ">= 4.2.x <= 4.6.x"
18980+
peerDependenciesMeta:
18981+
typescript:
18982+
optional: true
18983+
bin:
18984+
msw: cli/index.js
18985+
checksum: a37c3aa79c0fc86499dab70d02942040ce34f16cc7db003c334b2c65b4e5e8236a2a992aa8507b4156188e9ad637c912ff7c02732132278eb6b266ef9982fbf5
18986+
languageName: node
18987+
linkType: hard
18988+
1895518989
"msw@npm:^0.41.1":
1895618990
version: 0.41.1
1895718991
resolution: "msw@npm:0.41.1"

0 commit comments

Comments
 (0)