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 Sep 15, 2022
1 parent 3cc2a06 commit 215dca5
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.5.1",
"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 @@ -56,7 +56,7 @@
"jest": "29.0.3",
"jest-environment-jsdom": "29.0.3",
"jest-watch-typeahead": "2.2.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 @@ -6708,7 +6708,7 @@ __metadata:
jest: 29.0.3
jest-environment-jsdom: 29.0.3
jest-watch-typeahead: 2.2.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 @@ -17890,7 +17890,7 @@ __metadata:
languageName: node
linkType: hard

"graphql@npm:16.6.0, graphql@npm:^16.3.0":
"graphql@npm:16.6.0":
version: 16.6.0
resolution: "graphql@npm:16.6.0"
checksum: 3a2c15ff58b69d017618d2b224fa6f3c4a7937e1f711c3a5e0948db536b4931e6e649560b53de7cc26735e027ceea6e2d0a6bb7c29fc4639b290313e3aa71618
Expand Down Expand Up @@ -22734,9 +22734,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 @@ -22746,7 +22746,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 @@ -22759,13 +22758,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 @@ -27061,7 +27063,7 @@ __metadata:
lerna: 5.5.1
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 215dca5

Please sign in to comment.