Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#7085)
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 Dec 19, 2024
1 parent 5ba4947 commit 8cc92c2
Show file tree
Hide file tree
Showing 9 changed files with 661 additions and 590 deletions.
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"vue": "^3.5.12"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/logos": "^1.2.3",
"@shikijs/transformers": "^1.24.2",
"@shikijs/vitepress-twoslash": "^1.24.2",
"@unocss/reset": "^0.65.1",
"@iconify-json/carbon": "^1.2.5",
"@iconify-json/logos": "^1.2.4",
"@shikijs/transformers": "^1.24.3",
"@shikijs/vitepress-twoslash": "^1.24.3",
"@unocss/reset": "^0.65.2",
"@vite-pwa/assets-generator": "^0.2.6",
"@vite-pwa/vitepress": "^0.5.3",
"@vitejs/plugin-vue": "^5.2.1",
"https-localhost": "^4.7.1",
"tinyglobby": "^0.2.10",
"unocss": "^0.65.1",
"unplugin-vue-components": "^0.27.5",
"unocss": "^0.65.2",
"unplugin-vue-components": "^0.28.0",
"vite": "^5.2.8",
"vite-plugin-pwa": "^0.21.1",
"vitepress": "^1.5.0",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,21 @@
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
"@antfu/ni": "^0.23.1",
"@playwright/test": "^1.49.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@playwright/test": "^1.49.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/node": "^22.10.1",
"@rollup/plugin-node-resolve": "^15.3.1",
"@types/node": "^22.10.2",
"@types/ws": "^8.5.13",
"@vitest/browser": "workspace:*",
"@vitest/coverage-istanbul": "workspace:*",
"@vitest/coverage-v8": "workspace:*",
"@vitest/ui": "workspace:*",
"bumpp": "^9.9.0",
"bumpp": "^9.9.1",
"changelogithub": "^0.13.11",
"esbuild": "^0.24.0",
"eslint": "^9.16.0",
"magic-string": "^0.30.14",
"magic-string": "^0.30.17",
"pathe": "^1.1.2",
"rimraf": "^6.0.1",
"rollup": "^4.28.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
"@testing-library/user-event": "^14.5.2",
"@vitest/mocker": "workspace:*",
"@vitest/utils": "workspace:*",
"magic-string": "^0.30.14",
"msw": "^2.6.8",
"magic-string": "^0.30.17",
"msw": "^2.7.0",
"sirv": "^3.0.0",
"tinyrainbow": "^1.2.0",
"ws": "^8.18.0"
Expand All @@ -107,13 +107,13 @@
"birpc": "0.2.19",
"flatted": "^3.3.2",
"ivya": "^1.1.1",
"mime": "^4.0.4",
"mime": "^4.0.6",
"pathe": "^1.1.2",
"periscopic": "^4.0.2",
"playwright": "^1.49.0",
"playwright-core": "^1.49.0",
"playwright": "^1.49.1",
"playwright-core": "^1.49.1",
"safaridriver": "^1.0.0",
"vitest": "workspace:*",
"webdriverio": "^8.40.6"
"webdriverio": "^8.41.0"
}
}
2 changes: 1 addition & 1 deletion packages/coverage-v8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"istanbul-lib-report": "^3.0.1",
"istanbul-lib-source-maps": "^5.0.6",
"istanbul-reports": "^3.1.7",
"magic-string": "^0.30.14",
"magic-string": "^0.30.17",
"magicast": "^0.3.5",
"std-env": "^3.8.0",
"test-exclude": "^7.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/mocker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@
"dependencies": {
"@vitest/spy": "workspace:*",
"estree-walker": "^3.0.3",
"magic-string": "^0.30.14"
"magic-string": "^0.30.17"
},
"devDependencies": {
"@types/estree": "^1.0.6",
"@vitest/spy": "workspace:*",
"@vitest/utils": "workspace:*",
"acorn-walk": "^8.3.4",
"msw": "^2.6.8",
"msw": "^2.7.0",
"pathe": "^1.1.2",
"vite": "^5.4.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@vitest/pretty-format": "workspace:*",
"magic-string": "^0.30.14",
"magic-string": "^0.30.17",
"pathe": "^1.1.2"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
},
"devDependencies": {
"@faker-js/faker": "^9.3.0",
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/carbon": "^1.2.5",
"@iconify-json/logos": "^1.2.4",
"@testing-library/vue": "^8.1.0",
"@types/codemirror": "^5.60.15",
"@types/d3-force": "^3.0.10",
"@types/d3-selection": "^3.0.11",
"@types/ws": "^8.5.13",
"@unocss/reset": "^0.65.1",
"@unocss/reset": "^0.65.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/runner": "workspace:*",
"@vitest/ws-client": "workspace:*",
Expand All @@ -78,9 +78,9 @@
"floating-vue": "^5.2.2",
"rollup": "^4.28.1",
"splitpanes": "^3.1.5",
"unocss": "^0.65.1",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"unocss": "^0.65.2",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.28.0",
"vite": "^5.0.0",
"vite-plugin-pages": "^0.32.4",
"vue": "^3.5.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"chai": "^5.1.2",
"debug": "^4.4.0",
"expect-type": "^1.1.0",
"magic-string": "^0.30.14",
"magic-string": "^0.30.17",
"pathe": "^1.1.2",
"std-env": "^3.8.0",
"tinybench": "^2.9.0",
Expand All @@ -182,7 +182,7 @@
"@types/istanbul-reports": "^3.0.4",
"@types/jsdom": "^21.1.7",
"@types/micromatch": "^4.0.9",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/prompts": "^2.4.9",
"@types/sinonjs__fake-timers": "^8.1.5",
"acorn-walk": "^8.3.4",
Expand Down
Loading

0 comments on commit 8cc92c2

Please sign in to comment.