Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent 56d5622 commit 4f543fd
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 153 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
18.20.4
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,27 @@
"puml": "npx puml generate flow.puml -o flow.png",
"release": "standard-version"
},
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.12.3",
"dependencies": {
"@rspack/lite-tapable": "^1.0.0"
"@rspack/lite-tapable": "^1.0.1"
},
"devDependencies": {
"@types/node": "^20.2.5",
"css-loader": "5.0.1",
"@types/node": "^20.17.5",
"css-loader": "5.2.7",
"dir-compare": "^3.3.0",
"html-loader": "2.1.1",
"jest": "^27.2.5",
"html-loader": "2.1.2",
"jest": "^27.5.1",
"lodash": "^4.17.21",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"pug": "3.0.2",
"pug-loader": "2.4.0",
"raw-loader": "4.0.2",
"rimraf": "^4.0.0",
"rimraf": "^4.4.1",
"standard-version": "^9.3.0",
"style-loader": "2.0.0",
"typescript": "4.9.4",
"webpack": "^5.86.0",
"webpack-cli": "4.5.0",
"typescript": "4.9.5",
"webpack": "^5.96.0",
"webpack-cli": "4.10.0",
"webpack-recompilation-simulator": "3.2.0"
},
"peerDependencies": {
Expand All @@ -60,7 +60,7 @@
"homepage": "https://github.com/rspack-contrib/html-rspack-plugin",
"repository": "https://github.com/rspack-contrib/html-rspack-plugin.git",
"engines": {
"node": ">=16.0.0"
"node": ">=16.20.2"
},
"jest": {
"watchPathIgnorePatterns": [
Expand Down
Loading

0 comments on commit 4f543fd

Please sign in to comment.