Skip to content

Commit

Permalink
chore: upgrade to 0.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed Aug 23, 2022
1 parent 8026fba commit 5f27e99
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"lerna": "5.4.3",
"lodash.template": "4.5.0",
"make-dir-cli": "3.0.0",
"msw": "0.44.2",
"msw": "0.45.0",
"ncp": "2.0.0",
"node-notifier": "10.0.1",
"nodemon": "2.0.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"jest-watch-typeahead": "2.0.0",
"msw": "0.44.2",
"msw": "0.45.0",
"ts-toolbelt": "9.6.0",
"whatwg-fetch": "3.6.2"
},
Expand Down
18 changes: 10 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6658,7 +6658,7 @@ __metadata:
jest: 28.1.3
jest-environment-jsdom: 28.1.3
jest-watch-typeahead: 2.0.0
msw: 0.44.2
msw: 0.45.0
ts-toolbelt: 9.6.0
typescript: 4.7.4
whatwg-fetch: 3.6.2
Expand Down Expand Up @@ -17838,7 +17838,7 @@ __metadata:
languageName: node
linkType: hard

"graphql@npm:16.5.0, graphql@npm:^16.3.0":
"graphql@npm:16.5.0":
version: 16.5.0
resolution: "graphql@npm:16.5.0"
checksum: 082bad733549a032fe313dd94b780c0e2a46a6a362183e02e2050f6e083fb49722afb1413b069314d5ba1bc3fa14e22817820a9e61e2bbcba8d35f925d0de60e
Expand Down Expand Up @@ -22673,9 +22673,9 @@ __metadata:
languageName: node
linkType: hard

"msw@npm:0.44.2":
version: 0.44.2
resolution: "msw@npm:0.44.2"
"msw@npm:0.45.0":
version: 0.45.0
resolution: "msw@npm:0.45.0"
dependencies:
"@mswjs/cookies": ^0.2.2
"@mswjs/interceptors": ^0.17.2
Expand All @@ -22685,7 +22685,6 @@ __metadata:
chalk: 4.1.1
chokidar: ^3.4.2
cookie: ^0.4.2
graphql: ^16.3.0
headers-polyfill: ^3.0.4
inquirer: ^8.2.0
is-node-process: ^1.0.1
Expand All @@ -22698,13 +22697,16 @@ __metadata:
type-fest: ^1.2.2
yargs: ^17.3.1
peerDependencies:
graphql: ^15.0.0 || ^16.0.0
typescript: ">= 4.2.x <= 4.7.x"
peerDependenciesMeta:
graphql:
optional: true
typescript:
optional: true
bin:
msw: cli/index.js
checksum: 3cbb55f3b1c9ff577911296c667ab8c46a9c0f9eb37fde02fdc1283d77ebcd79fb3bd7858e4c1bcc72a2661b6283f16fbced0c02d69dc0a16167f168e7b95480
checksum: 6a5570980ea4d5b2941c33f15986b1fd5af3ff65c8e8b621a07fb57e61347cc396e6929aa44e08ddb1e49ee1aa01e1ea997972d49955b671c90a346b9c4f62cc
languageName: node
linkType: hard

Expand Down Expand Up @@ -27017,7 +27019,7 @@ __metadata:
lerna: 5.4.3
lodash.template: 4.5.0
make-dir-cli: 3.0.0
msw: 0.44.2
msw: 0.45.0
ncp: 2.0.0
node-notifier: 10.0.1
nodemon: 2.0.19
Expand Down

0 comments on commit 5f27e99

Please sign in to comment.