Skip to content

Commit f211f08

Browse files
committed
chore(deps): upgrade to latest stable
- avoid picking up webpack's new patch version, as an asset test is failing - regenerate lock file
1 parent b5fb613 commit f211f08

File tree

3 files changed

+60
-34
lines changed

3 files changed

+60
-34
lines changed

package-lock.json

Lines changed: 55 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
"create-listening-server": "^2.1.0",
5353
"css-loader": "^7.1.2",
5454
"esbuild": "^0.24.0",
55-
"eslint": "^9.13.0",
55+
"eslint": "^9.14.0",
5656
"eslint-config-prettier": "^9.1.0",
5757
"file-loader": "^6.2.0",
5858
"html-webpack-plugin": "^5.6.3",
59-
"mini-css-extract-plugin": "^2.9.1",
60-
"mocha": "^10.8.1",
59+
"mini-css-extract-plugin": "^2.9.2",
60+
"mocha": "^10.8.2",
6161
"node-eval": "^2.0.0",
6262
"npm-run-all": "^4.1.5",
6363
"playwright-chromium": "^1.48.2",
@@ -78,7 +78,7 @@
7878
"typescript": "~5.6.3",
7979
"typescript-eslint": "^8.12.2",
8080
"url-loader": "^4.1.1",
81-
"webpack": "^5.95.0",
81+
"webpack": "~5.95.0",
8282
"yargs": "^17.7.2"
8383
},
8484
"engines": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"lodash.clonedeepwith": "^4.5.0",
1919
"postcss": "^8.4.47",
2020
"postcss-js": "^4.0.1",
21-
"postcss-nested": "^6.2.0",
21+
"postcss-nested": "^7.0.2",
2222
"postcss-safe-parser": "^7.0.1",
2323
"postcss-value-parser": "^4.2.0"
2424
},

0 commit comments

Comments
 (0)