Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#149)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 22, 2024
1 parent 17d7fb4 commit 2b3e7e4
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 95 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"eslint-plugin-vue": "^9.28.0",
"husky": "^8.0.3",
"npm-run-all2": "^6.2.3",
"playwright": "^1.47.1",
"playwright": "^1.47.2",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@any-reader/rule-utils": "workspace:^",
"@xmldom/xmldom": "^0.9.2",
"@xmldom/xmldom": "^0.9.3",
"axios": "^1.7.7",
"chardet": "^2.0.0",
"cheerio": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/legado/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"stub": "unbuild --stub"
},
"dependencies": {
"@xmldom/xmldom": "^0.9.2",
"@xmldom/xmldom": "^0.9.3",
"axios": "^1.7.7",
"chardet": "^2.0.0",
"cheerio": "1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@
"mockjs": "^1.1.0",
"npm-run-all2": "^6.2.3",
"prettier": "^3.3.3",
"sass": "^1.79.1",
"sass-loader": "^16.0.1",
"sass": "^1.79.3",
"sass-loader": "^16.0.2",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.6",
"vite": "^5.4.7",
"vite-bundle-analyzer": "^0.11.1",
"vite-plugin-electron": "^0.28.8",
"vite-plugin-mock": "^3.0.2",
Expand Down
Loading

0 comments on commit 2b3e7e4

Please sign in to comment.