Skip to content

Commit c40d774

Browse files
DEP Upgrade webpack-config to stable version (#590)
1 parent 570ee18 commit c40d774

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {},
2727
"devDependencies": {
2828
"@silverstripe/eslint-config": "^1.3.0",
29-
"@silverstripe/webpack-config": "^2.1.0",
29+
"@silverstripe/webpack-config": "^3",
3030
"webpack": "^5.74.0",
3131
"webpack-cli": "^5.0.0"
3232
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,10 +1305,10 @@
13051305
stylelint-config-standard "^36.0.0"
13061306
stylelint-scss "^6.2.1"
13071307

1308-
"@silverstripe/webpack-config@^2.1.0":
1309-
version "2.1.0"
1310-
resolved "https://registry.yarnpkg.com/@silverstripe/webpack-config/-/webpack-config-2.1.0.tgz#9d6409498126db766299fa40f209f618515932a4"
1311-
integrity sha512-8rE2K3AXkIP6crDTBXdHz/3hiNVp2XpINkWGDBKzvMS6sGRcVTluPs12BdOXYo1aUZEeqDk9QYOLLGGgZxnOdw==
1308+
"@silverstripe/webpack-config@^3":
1309+
version "3.0.0"
1310+
resolved "https://registry.yarnpkg.com/@silverstripe/webpack-config/-/webpack-config-3.0.0.tgz#e52d1295231450ee33e640216e59b3a7ec8a6c61"
1311+
integrity sha512-UnYEpH0SQ5vDN/67u5xrkNUAnJah39jezA+AbQmrnqNMU4FBm6kynashnYoGK2zPQWCsGIifJG2+hY+xns2+Ig==
13121312
dependencies:
13131313
"@babel/core" "^7.19.6"
13141314
"@babel/preset-env" "^7.19.4"

0 commit comments

Comments
 (0)