Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1396)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed May 30, 2022
1 parent c9a8fb0 commit ed0ec24
Show file tree
Hide file tree
Showing 8 changed files with 296 additions and 292 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Expand Up @@ -15,12 +15,12 @@
"devDependencies": {
"@iconify-json/carbon": "^1.1.5",
"@types/node": "^17.0.35",
"@unocss/reset": "^0.34.1",
"@unocss/reset": "^0.36.0",
"@vitejs/plugin-vue": "^2.3.3",
"esno": "^0.16.3",
"fast-glob": "^3.2.11",
"https-localhost": "^4.7.1",
"unocss": "^0.34.1",
"unocss": "^0.36.0",
"unplugin-vue-components": "^0.19.6",
"vite-plugin-pwa": "^0.12.0",
"vitepress": "^0.22.4",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.13.0",
"private": true,
"packageManager": "pnpm@7.1.6",
"packageManager": "pnpm@7.1.7",
"description": "A blazing fast unit test framework powered by Vite",
"scripts": {
"ci": "ni && nr typecheck && nr lint && nr build && nr test:all",
Expand Down Expand Up @@ -42,24 +42,24 @@
"bumpp": "^7.1.1",
"c8": "^7.11.3",
"cross-env": "^7.0.3",
"esbuild": "~0.14.40",
"esbuild": "~0.14.42",
"eslint": "^8.16.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.11",
"if-node-version": "^1.1.1",
"lint-staged": "^12.4.2",
"lint-staged": "^12.4.3",
"magic-string": "^0.26.2",
"node-fetch-native": "^0.1.3",
"npm-run-all": "^4.1.5",
"ohmyfetch": "^0.4.18",
"pathe": "^0.2.0",
"pnpm": "7.1.6",
"pnpm": "7.1.7",
"rimraf": "^3.0.2",
"rollup": "^2.74.1",
"rollup": "^2.75.3",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-esbuild": "^4.9.1",
"rollup-plugin-license": "^2.7.0",
"simple-git-hooks": "^2.7.0",
"rollup-plugin-license": "^2.8.0",
"simple-git-hooks": "^2.8.0",
"typescript": "^4.7.2",
"vite": "^2.9.9",
"vitepress": "^0.22.4",
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Expand Up @@ -46,24 +46,24 @@
"@types/d3-force": "^3.0.3",
"@types/d3-selection": "^3.0.2",
"@types/ws": "^8.5.3",
"@unocss/reset": "^0.34.1",
"@unocss/reset": "^0.36.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vitest/ws-client": "workspace:*",
"@vueuse/core": "^8.5.0",
"ansi-to-html": "^0.7.2",
"birpc": "^0.2.3",
"codemirror": "^5.65.4",
"codemirror": "^5.65.5",
"codemirror-theme-vars": "^0.1.1",
"cypress": "^9.7.0",
"d3-graph-controller": "^2.2.36",
"d3-graph-controller": "^2.2.37",
"flatted": "^3.2.5",
"floating-vue": "^2.0.0-y.0",
"picocolors": "^1.0.0",
"rollup": "^2.74.1",
"rollup": "^2.75.3",
"splitpanes": "^3.1.1",
"unocss": "^0.34.1",
"unplugin-auto-import": "^0.8.5",
"unocss": "^0.36.0",
"unplugin-auto-import": "^0.8.6",
"unplugin-vue-components": "^0.19.6",
"vite-plugin-pages": "^0.23.0",
"vue": "^3.2.36",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-node/package.json
Expand Up @@ -75,6 +75,6 @@
"devDependencies": {
"@types/debug": "^4.1.7",
"cac": "^6.7.12",
"rollup": "^2.74.1"
"rollup": "^2.75.3"
}
}
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Expand Up @@ -125,7 +125,7 @@
"pkg-types": "^0.3.2",
"pretty-format": "^27.5.1",
"prompts": "^2.4.2",
"rollup": "^2.74.1",
"rollup": "^2.75.3",
"source-map-js": "^1.0.2",
"strip-ansi": "^7.0.1",
"typescript": "^4.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-worker/package.json
Expand Up @@ -35,6 +35,6 @@
"vite-node": "workspace:*"
},
"devDependencies": {
"rollup": "^2.74.1"
"rollup": "^2.75.3"
}
}
2 changes: 1 addition & 1 deletion packages/ws-client/package.json
Expand Up @@ -43,6 +43,6 @@
"ws": "^8.7.0"
},
"devDependencies": {
"rollup": "^2.74.1"
"rollup": "^2.75.3"
}
}

0 comments on commit ed0ec24

Please sign in to comment.