Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#144)
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 16, 2024
1 parent 29d6f88 commit 02d0645
Show file tree
Hide file tree
Showing 4 changed files with 405 additions and 222 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@any-reader/core": "workspace:^",
"@any-reader/rule-utils": "workspace:^",
"@shikijs/vitepress-twoslash": "^1.17.6",
"@shikijs/vitepress-twoslash": "^1.17.7",
"js-base64": "^3.7.7",
"mermaid": "^11.2.0",
"vitepress": "^1.3.4",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,15 @@
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.28.0",
"husky": "^8.0.3",
"npm-run-all2": "^6.2.2",
"npm-run-all2": "^6.2.3",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.2.4",
"tsx": "^4.19.0",
"tsx": "^4.19.1",
"unbuild": "^2.0.0",
"unocss": "^0.62.3",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
"vitest": "^2.1.1"
},
"lint-staged": {
"*.{vue,js,ts}": "eslint --fix"
Expand Down
14 changes: 7 additions & 7 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@v-c/utils": "^0.0.26",
"@vscode/codicons": "^0.0.36",
"@vscode/webview-ui-toolkit": "^1.4.0",
"@vueuse/core": "^11.0.3",
"ant-design-vue": "^4.2.3",
"@vueuse/core": "^11.1.0",
"ant-design-vue": "^4.2.4",
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"blueimp-md5": "^2.19.0",
Expand All @@ -64,8 +64,8 @@
"qs": "^6.13.0",
"sqlite3": "5.1.6",
"uuid": "^10.0.0",
"vue": "^3.5.3",
"vue-router": "^4.4.3"
"vue": "^3.5.6",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@electron/rebuild": "^3.6.0",
Expand All @@ -84,14 +84,14 @@
"electron": "30.0.6",
"electron-builder": "^24.13.3",
"mockjs": "^1.1.0",
"npm-run-all2": "^6.2.2",
"npm-run-all2": "^6.2.3",
"prettier": "^3.3.3",
"sass": "^1.78.0",
"sass-loader": "^13.3.3",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.2",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.3",
"vite": "^5.4.5",
"vite-bundle-analyzer": "^0.10.6",
"vite-plugin-electron": "^0.28.7",
"vite-plugin-mock": "^3.0.2",
Expand Down
Loading

0 comments on commit 02d0645

Please sign in to comment.