Skip to content

Commit 9368cfb

Browse files
author
Maxime Rainville
authored
Merge pull request #94 from creative-commoners/pulls/6.0/devjs
MNT Update dev JS
2 parents 1bcd164 + 44ee9a0 commit 9368cfb

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@
99
"watch": "NODE_ENV=development webpack --watch --progress",
1010
"lint": "eslint client/src && sass-lint client/src"
1111
},
12-
"dependencies": {
13-
},
12+
"dependencies": {},
1413
"devDependencies": {
15-
"@silverstripe/eslint-config": "^1.0.0-alpha6",
16-
"@silverstripe/webpack-config": "^2.0.0-alpha5",
14+
"@silverstripe/eslint-config": "^1.0.0",
15+
"@silverstripe/webpack-config": "^2.0.0",
1716
"webpack": "^5.74.0",
1817
"webpack-cli": "^5.0.0"
1918
},

yarn.lock

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,10 +1261,10 @@
12611261
resolved "https://registry.yarnpkg.com/@sect/modernizr-loader/-/modernizr-loader-1.0.3.tgz#7fd8cec372426c53f113f3cfd9344cb29e959825"
12621262
integrity sha512-47zKwv4/1I0CYptZz8s4aSYSe0awmuyqa+HFKxN89/75h2q8hr6V752TZ9VjhGDhQ4gU0EU7Plew7b+7bf2crg==
12631263

1264-
"@silverstripe/eslint-config@^1.0.0-alpha6":
1265-
version "1.0.0-alpha6"
1266-
resolved "https://registry.yarnpkg.com/@silverstripe/eslint-config/-/eslint-config-1.0.0-alpha6.tgz#1f243b003fddf3503a4abea37f35a8a5968cc96e"
1267-
integrity sha512-+P7UzhMRSmc7UlRYCiSXwjauLFYU11oBPwHl/bpacJ7xUcFY3Jt3CgcDt6d+XLvAJO8zMRsG9RcOm5MnxsyCsg==
1264+
"@silverstripe/eslint-config@^1.0.0":
1265+
version "1.0.0"
1266+
resolved "https://registry.yarnpkg.com/@silverstripe/eslint-config/-/eslint-config-1.0.0.tgz#dcf3f9cf2158bb587d8048a7c2860c0513221d40"
1267+
integrity sha512-pcHzB+6KWd8BPStBhHM8achdNY/Yj1p3WSTEs/CSw61VRcfBfg5GZECtvEerTSX/0ZeawAM1ABvstIAYihcfAg==
12681268
dependencies:
12691269
eslint "^8.26.0"
12701270
eslint-config-airbnb "^19.0.4"
@@ -1274,10 +1274,10 @@
12741274
eslint-plugin-react "^7.31.10"
12751275
eslint-webpack-plugin "^3.2.0"
12761276

1277-
"@silverstripe/webpack-config@^2.0.0-alpha5":
1278-
version "2.0.0-alpha7"
1279-
resolved "https://registry.yarnpkg.com/@silverstripe/webpack-config/-/webpack-config-2.0.0-alpha7.tgz#c825f30fa0991222ac3e89a114bdc4cca2b2c254"
1280-
integrity sha512-XkqdnED1E072QXxFSovP8KrJuVtZGIeW9fLMdLI8tJwzf6651ziwYFWYwep72C0Eb+jpUabxNQl7eqlAHO52xA==
1277+
"@silverstripe/webpack-config@^2.0.0":
1278+
version "2.0.0"
1279+
resolved "https://registry.yarnpkg.com/@silverstripe/webpack-config/-/webpack-config-2.0.0.tgz#278a72a1adbc6fa2362497d60424c78fba58e8e1"
1280+
integrity sha512-m1qGRxlsdhWL567cWe7IZNBUCzeyg3T1Y9yY9Y6XClwAqlg1oIO9uLfvfauA4dbtECrzU5n1AkaaU6kMRtN6Aw==
12811281
dependencies:
12821282
"@babel/core" "^7.19.6"
12831283
"@babel/preset-env" "^7.19.4"
@@ -2129,6 +2129,11 @@ colorette@^2.0.14:
21292129
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.19.tgz#cdf044f47ad41a0f4b56b3a0d5b4e6e1a2d5a798"
21302130
integrity sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==
21312131

2132+
colors@1.4.0:
2133+
version "1.4.0"
2134+
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
2135+
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
2136+
21322137
columnify@^1.6.0:
21332138
version "1.6.0"
21342139
resolved "https://registry.yarnpkg.com/columnify/-/columnify-1.6.0.tgz#6989531713c9008bb29735e61e37acf5bd553cf3"

0 commit comments

Comments
 (0)