Skip to content

Commit 8d6911a

Browse files
DEP Upgrade webpack-config to stable version (#606)
1 parent 542e052 commit 8d6911a

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
@@ -1641,10 +1641,10 @@
16411641
react-dom "^16.8.3"
16421642
toposort "^2.0.2"
16431643

1644-
"@silverstripe/webpack-config@^3.0.0-alpha1":
1645-
version "3.0.0-alpha2"
1646-
resolved "https://registry.yarnpkg.com/@silverstripe/webpack-config/-/webpack-config-3.0.0-alpha2.tgz#ea2c50a953e5de4e53dacfc42501c9b3c88835f2"
1647-
integrity sha512-KsqwAxKLvutDnYf755Z16gUO4EeRH6GnAgl1qaejFRN+6bRI2wTnPuiGZz0OLKvH8Fz+/zEmL1WFLmm5iQIk5A==
1644+
"@silverstripe/webpack-config@^3":
1645+
version "3.0.0"
1646+
resolved "https://registry.yarnpkg.com/@silverstripe/webpack-config/-/webpack-config-3.0.0.tgz#e52d1295231450ee33e640216e59b3a7ec8a6c61"
1647+
integrity sha512-UnYEpH0SQ5vDN/67u5xrkNUAnJah39jezA+AbQmrnqNMU4FBm6kynashnYoGK2zPQWCsGIifJG2+hY+xns2+Ig==
16481648
dependencies:
16491649
"@babel/core" "^7.19.6"
16501650
"@babel/preset-env" "^7.19.4"

0 commit comments

Comments
 (0)