Skip to content

Commit

Permalink
chore(deps): upgrade to latest stable
Browse files Browse the repository at this point in the history
- avoid picking up webpack's new patch version, as an asset test is failing
- regenerate lock file
  • Loading branch information
AviVahl committed Nov 2, 2024
1 parent b5fb613 commit f211f08
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 34 deletions.
84 changes: 55 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
"create-listening-server": "^2.1.0",
"css-loader": "^7.1.2",
"esbuild": "^0.24.0",
"eslint": "^9.13.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.1",
"mocha": "^10.8.1",
"mini-css-extract-plugin": "^2.9.2",
"mocha": "^10.8.2",
"node-eval": "^2.0.0",
"npm-run-all": "^4.1.5",
"playwright-chromium": "^1.48.2",
Expand All @@ -78,7 +78,7 @@
"typescript": "~5.6.3",
"typescript-eslint": "^8.12.2",
"url-loader": "^4.1.1",
"webpack": "^5.95.0",
"webpack": "~5.95.0",
"yargs": "^17.7.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lodash.clonedeepwith": "^4.5.0",
"postcss": "^8.4.47",
"postcss-js": "^4.0.1",
"postcss-nested": "^6.2.0",
"postcss-nested": "^7.0.2",
"postcss-safe-parser": "^7.0.1",
"postcss-value-parser": "^4.2.0"
},
Expand Down

0 comments on commit f211f08

Please sign in to comment.