Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#5900)
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] committed Jun 17, 2024
1 parent e30d9b4 commit f969fb0
Show file tree
Hide file tree
Showing 6 changed files with 608 additions and 721 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"generate-pwa-icons": "pwa-assets-generator"
},
"dependencies": {
"@vueuse/core": "^10.10.1",
"vue": "^3.4.27"
"@vueuse/core": "^10.11.0",
"vue": "^3.4.29"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.35",
"@iconify-json/logos": "^1.1.43",
"@shikijs/vitepress-twoslash": "^1.6.4",
"@unocss/reset": "^0.60.4",
"@shikijs/vitepress-twoslash": "^1.7.0",
"@unocss/reset": "^0.61.0",
"@vite-pwa/assets-generator": "^0.2.4",
"@vite-pwa/vitepress": "^0.5.0",
"@vitejs/plugin-vue": "latest",
"fast-glob": "^3.3.2",
"https-localhost": "^4.7.1",
"unocss": "^0.60.4",
"unocss": "^0.61.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.8",
"vite-plugin-pwa": "^0.20.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"test:browser:playwright": "pnpm -C test/browser run test:playwright"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.0",
"@antfu/eslint-config": "^2.21.1",
"@antfu/ni": "^0.21.12",
"@playwright/test": "^1.44.1",
"@rollup/plugin-commonjs": "^26.0.1",
Expand All @@ -50,9 +50,9 @@
"@vitest/ui": "workspace:*",
"bumpp": "^9.4.1",
"esbuild": "^0.21.5",
"eslint": "^9.4.0",
"eslint": "^9.5.0",
"fast-glob": "^3.3.2",
"lint-staged": "^15.2.5",
"lint-staged": "^15.2.7",
"magic-string": "^0.30.10",
"pathe": "^1.1.2",
"prettier": "^2.8.8",
Expand All @@ -62,7 +62,7 @@
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-license": "^3.4.0",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.15.2",
"tsx": "^4.15.6",
"typescript": "^5.4.5",
"vite": "^5.2.6",
"vitest": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,24 +64,24 @@
"@types/d3-force": "^3.0.9",
"@types/d3-selection": "^3.0.10",
"@types/ws": "^8.5.10",
"@unocss/reset": "^0.60.4",
"@unocss/reset": "^0.61.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vitest/runner": "workspace:*",
"@vitest/ws-client": "workspace:*",
"@vueuse/core": "^10.10.1",
"@vueuse/core": "^10.11.0",
"ansi-to-html": "^0.7.2",
"birpc": "0.2.17",
"codemirror": "^5.65.16",
"codemirror-theme-vars": "^0.1.2",
"d3-graph-controller": "^3.0.9",
"floating-vue": "^5.2.2",
"splitpanes": "^3.1.5",
"unocss": "^0.60.4",
"unocss": "^0.61.0",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.0.0",
"vite-plugin-pages": "^0.32.2",
"vue": "^3.4.27",
"vue": "^3.4.29",
"vue-router": "^4.3.3"
}
}
4 changes: 2 additions & 2 deletions packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"@types/node": "^20.14.2",
"@types/prompts": "^2.4.9",
"@types/sinonjs__fake-timers": "^8.1.5",
"acorn-walk": "^8.3.2",
"acorn-walk": "^8.3.3",
"birpc": "0.2.17",
"cac": "^6.7.14",
"chai-subset": "^1.6.0",
Expand All @@ -198,6 +198,6 @@
"prompts": "^2.4.2",
"strip-ansi": "^7.1.0",
"strip-literal": "^2.1.0",
"ws": "^8.17.0"
"ws": "^8.17.1"
}
}
2 changes: 1 addition & 1 deletion packages/ws-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"birpc": "0.2.17",
"flatted": "^3.3.1",
"ws": "^8.17.0"
"ws": "^8.17.1"
},
"devDependencies": {
"@vitest/runner": "workspace:*"
Expand Down
Loading

0 comments on commit f969fb0

Please sign in to comment.