Skip to content

Commit d6bf05e

Browse files
Remove msw override (#1114)
1 parent 5e58416 commit d6bf05e

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@
3737
"typescript-eslint": "^8.39.0",
3838
"vitest": "^3.1.3"
3939
},
40-
"overrides": {
41-
"msw": "2.8.4",
42-
"@mswjs/interceptors": "0.37.5"
43-
},
4440
"lint-staged": {
4541
"packages/**/*.ts": [
4642
"prettier --write",

packages/modules/gcloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
"@google-cloud/spanner": "^8.1.0",
4949
"@google-cloud/storage": "^7.16.0",
5050
"firebase-admin": "13.4.0",
51-
"msw": "^2.7.3"
51+
"msw": "^2.10.5"
5252
}
5353
}

0 commit comments

Comments
 (0)