Skip to content

Commit 4386869

Browse files
committed
Restore unintended webpack-cli version change
1 parent 04a9124 commit 4386869

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

pnpm-lock.yaml

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

projects/js-packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"ts-dedent": "2.2.0",
6262
"typescript": "5.0.4",
6363
"webpack": "5.94.0",
64-
"webpack-cli": "4.9.1"
64+
"webpack-cli": "6.0.1"
6565
},
6666
"peerDependencies": {
6767
"react": "^18.0.0",

projects/plugins/protect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
"sass-loader": "12.4.0",
6262
"typescript": "5.0.4",
6363
"webpack": "5.94.0",
64-
"webpack-cli": "4.9.1"
64+
"webpack-cli": "6.0.1"
6565
}
6666
}

0 commit comments

Comments
 (0)