Skip to content

Commit d651c12

Browse files
author
Maxime Rainville
authored
Merge pull request #1202 from creative-commoners/pulls/6.0/devjs
MNT Update dev JS
2 parents 2edc35e + 046527e commit d651c12

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"react-dom": "^18.2.0"
3838
},
3939
"devDependencies": {
40-
"@silverstripe/eslint-config": "^1.0.0-alpha6",
41-
"@silverstripe/webpack-config": "^2.0.0-alpha5",
40+
"@silverstripe/eslint-config": "^1.0.0",
41+
"@silverstripe/webpack-config": "^2.0.0",
4242
"copy-webpack-plugin": "^11.0.0",
4343
"webpack": "^5.74.0",
4444
"webpack-cli": "^5.0.0"

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,10 +1272,10 @@
12721272
resolved "https://registry.yarnpkg.com/@sect/modernizr-loader/-/modernizr-loader-1.0.4.tgz#1f7e21d0730850ea6ab25adb02f781471b072413"
12731273
integrity sha512-rzi5ssSnhRFAdQpHZXmmrn6M6djAbyS290EqcIhvpVWGqwY4rkr9L/qGo0U9tNPDah0y1mxtFeBcP1lRQcP2/A==
12741274

1275-
"@silverstripe/eslint-config@^1.0.0-alpha6":
1276-
version "1.0.0-alpha6"
1277-
resolved "https://registry.yarnpkg.com/@silverstripe/eslint-config/-/eslint-config-1.0.0-alpha6.tgz#1f243b003fddf3503a4abea37f35a8a5968cc96e"
1278-
integrity sha512-+P7UzhMRSmc7UlRYCiSXwjauLFYU11oBPwHl/bpacJ7xUcFY3Jt3CgcDt6d+XLvAJO8zMRsG9RcOm5MnxsyCsg==
1275+
"@silverstripe/eslint-config@^1.0.0":
1276+
version "1.0.0"
1277+
resolved "https://registry.yarnpkg.com/@silverstripe/eslint-config/-/eslint-config-1.0.0.tgz#dcf3f9cf2158bb587d8048a7c2860c0513221d40"
1278+
integrity sha512-pcHzB+6KWd8BPStBhHM8achdNY/Yj1p3WSTEs/CSw61VRcfBfg5GZECtvEerTSX/0ZeawAM1ABvstIAYihcfAg==
12791279
dependencies:
12801280
eslint "^8.26.0"
12811281
eslint-config-airbnb "^19.0.4"
@@ -1285,10 +1285,10 @@
12851285
eslint-plugin-react "^7.31.10"
12861286
eslint-webpack-plugin "^3.2.0"
12871287

1288-
"@silverstripe/webpack-config@^2.0.0-alpha5":
1289-
version "2.0.0-alpha9"
1290-
resolved "https://registry.yarnpkg.com/@silverstripe/webpack-config/-/webpack-config-2.0.0-alpha9.tgz#b2e309735f958fd3905d1f09d9bc4014d0a3ba79"
1291-
integrity sha512-8AsoC+eYrIQO/5KD4xah+qV4h5nPz16DdfUQZoDr5WQH03QDTsZMEjemrMYqDEEJtMKYs/SDkK1ZnlfRo3ubsw==
1288+
"@silverstripe/webpack-config@^2.0.0":
1289+
version "2.0.0"
1290+
resolved "https://registry.yarnpkg.com/@silverstripe/webpack-config/-/webpack-config-2.0.0.tgz#278a72a1adbc6fa2362497d60424c78fba58e8e1"
1291+
integrity sha512-m1qGRxlsdhWL567cWe7IZNBUCzeyg3T1Y9yY9Y6XClwAqlg1oIO9uLfvfauA4dbtECrzU5n1AkaaU6kMRtN6Aw==
12921292
dependencies:
12931293
"@babel/core" "^7.19.6"
12941294
"@babel/preset-env" "^7.19.4"

0 commit comments

Comments
 (0)