Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit be4741a

Browse files
committed
fix: subdependency resolutions
1 parent 8758eca commit be4741a

File tree

2 files changed

+26
-30
lines changed

2 files changed

+26
-30
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,11 @@
7474
"webpack": "^5.98.0"
7575
},
7676
"resolutions": {
77-
"glob": "^11.0.1"
77+
"glob": "^11.0.1",
78+
"npmlog": "^7.0.1",
79+
"rimraf": "^6.0.1",
80+
"gauge": "^5.0.2",
81+
"are-we-there-yet": "^4.0.2"
7882
},
7983
"jest": {
8084
"moduleFileExtensions": [

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)