Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#6188)
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 Jul 23, 2024
1 parent 5d6d801 commit c3ef56d
Show file tree
Hide file tree
Showing 6 changed files with 1,082 additions and 833 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
},
"dependencies": {
"@vueuse/core": "^10.11.0",
"vue": "^3.4.31"
"vue": "^3.4.33"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.36",
"@iconify-json/logos": "^1.1.43",
"@shikijs/vitepress-twoslash": "^1.10.3",
"@unocss/reset": "^0.61.3",
"@shikijs/vitepress-twoslash": "^1.11.0",
"@unocss/reset": "^0.61.5",
"@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.61.3",
"unplugin-vue-components": "^0.27.2",
"unocss": "^0.61.5",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.2.8",
"vite-plugin-pwa": "^0.20.0",
"vitepress": "^1.3.1",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "2.0.4",
"private": true,
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.6.0",
"description": "Next generation testing framework powered by Vite",
"engines": {
"node": "^18.0.0 || >=20.0.0"
Expand Down Expand Up @@ -36,13 +36,13 @@
"test:browser:playwright": "pnpm -C test/browser run test:playwright"
},
"devDependencies": {
"@antfu/eslint-config": "^2.22.2",
"@antfu/eslint-config": "^2.23.2",
"@antfu/ni": "^0.22.0",
"@playwright/test": "^1.45.1",
"@playwright/test": "^1.45.3",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@types/ws": "^8.5.11",
"@vitest/browser": "workspace:*",
"@vitest/coverage-istanbul": "workspace:*",
Expand All @@ -55,12 +55,12 @@
"magic-string": "^0.30.10",
"pathe": "^1.1.2",
"rimraf": "^6.0.1",
"rollup": "^4.18.1",
"rollup": "^4.19.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-license": "^3.5.2",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"vite": "^5.3.3",
"vitest": "workspace:*",
"zx": "^8.1.4"
Expand Down
10 changes: 5 additions & 5 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,16 @@
}
},
"dependencies": {
"@testing-library/dom": "^10.3.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/user-event": "^14.5.2",
"@vitest/utils": "workspace:*",
"magic-string": "^0.30.10",
"msw": "^2.3.1",
"msw": "^2.3.2",
"sirv": "^2.0.4",
"ws": "^8.18.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/jest-dom": "^6.4.7",
"@types/ws": "^8.5.11",
"@vitest/runner": "workspace:*",
"@vitest/ui": "workspace:*",
Expand All @@ -95,8 +95,8 @@
"flatted": "^3.3.1",
"pathe": "^1.1.2",
"periscopic": "^4.0.2",
"playwright": "^1.45.1",
"playwright-core": "^1.45.1",
"playwright": "^1.45.3",
"playwright-core": "^1.45.3",
"safaridriver": "^0.1.2",
"vitest": "workspace:*",
"webdriverio": "^8.39.1"
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,25 +64,25 @@
"@types/d3-force": "^3.0.10",
"@types/d3-selection": "^3.0.10",
"@types/ws": "^8.5.11",
"@unocss/reset": "^0.61.3",
"@unocss/reset": "^0.61.5",
"@vitejs/plugin-vue": "^5.0.5",
"@vitest/runner": "workspace:*",
"@vitest/ws-client": "workspace:*",
"@vue/test-utils": "^2.4.6",
"@vueuse/core": "^10.11.0",
"ansi-to-html": &q