Skip to content

Commit a1717b9

Browse files
DEP Upgrade webpack-config to stable version (#818)
1 parent 65a7602 commit a1717b9

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
@@ -29,7 +29,7 @@
2929
"dependencies": {},
3030
"devDependencies": {
3131
"@silverstripe/eslint-config": "^1.3.0",
32-
"@silverstripe/webpack-config": "^3.0.0-alpha1",
32+
"@silverstripe/webpack-config": "^3",
3333
"webpack": "^5.74.0",
3434
"webpack-cli": "^5.0.0"
3535
},

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@^3.0.0-alpha1":
1309-
version "3.0.0-alpha2"
1310-
resolved "https://registry.yarnpkg.com/@silverstripe/webpack-config/-/webpack-config-3.0.0-alpha2.tgz#ea2c50a953e5de4e53dacfc42501c9b3c88835f2"
1311-
integrity sha512-KsqwAxKLvutDnYf755Z16gUO4EeRH6GnAgl1qaejFRN+6bRI2wTnPuiGZz0OLKvH8Fz+/zEmL1WFLmm5iQIk5A==
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)