Skip to content

Commit 6115839

Browse files
DEP Upgrade webpack-config to stable version (#323)
1 parent 8332ff9 commit 6115839

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@silverstripe/eslint-config": "^1.3.0",
42-
"@silverstripe/webpack-config": "^3.0.0-alpha1",
42+
"@silverstripe/webpack-config": "^3",
4343
"@testing-library/dom": "^10.4.0",
4444
"@testing-library/react": "^16.1.0",
4545
"babel-jest": "^29.2.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1731,10 +1731,10 @@
17311731
stylelint-config-standard "^36.0.0"
17321732
stylelint-scss "^6.2.1"
17331733

1734-
"@silverstripe/webpack-config@^3.0.0-alpha1":
1735-
version "3.0.0-alpha2"
1736-
resolved "https://registry.yarnpkg.com/@silverstripe/webpack-config/-/webpack-config-3.0.0-alpha2.tgz#ea2c50a953e5de4e53dacfc42501c9b3c88835f2"
1737-
integrity sha512-KsqwAxKLvutDnYf755Z16gUO4EeRH6GnAgl1qaejFRN+6bRI2wTnPuiGZz0OLKvH8Fz+/zEmL1WFLmm5iQIk5A==
1734+
"@silverstripe/webpack-config@^3":
1735+
version "3.0.0"
1736+
resolved "https://registry.yarnpkg.com/@silverstripe/webpack-config/-/webpack-config-3.0.0.tgz#e52d1295231450ee33e640216e59b3a7ec8a6c61"
1737+
integrity sha512-UnYEpH0SQ5vDN/67u5xrkNUAnJah39jezA+AbQmrnqNMU4FBm6kynashnYoGK2zPQWCsGIifJG2+hY+xns2+Ig==
17381738
dependencies:
17391739
"@babel/core" "^7.19.6"
17401740
"@babel/preset-env" "^7.19.4"

0 commit comments

Comments
 (0)