Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2111)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 3, 2022
1 parent eabe66e commit 40862a2
Show file tree
Hide file tree
Showing 6 changed files with 271 additions and 211 deletions.
4 changes: 2 additions & 2 deletions bench/package.json
Expand Up @@ -6,9 +6,9 @@
"bench:ci": "esno src/github.ts"
},
"devDependencies": {
"@actions/core": "^1.9.1",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.0",
"@actions/github": "^5.1.1",
"@happy-dom/jest-environment": "^6.0.4",
"@types/benchmark": "^2.1.2",
"benchmark": "^2.1.4",
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Expand Up @@ -16,16 +16,16 @@
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.8",
"@unocss/reset": "^0.45.25",
"@unocss/reset": "^0.45.26",
"@vitejs/plugin-vue": "latest",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"https-localhost": "^4.7.1",
"unocss": "^0.45.25",
"unocss": "^0.45.26",
"unplugin-vue-components": "^0.22.7",
"vite": "^3.1.4",
"vite-plugin-pwa": "0.13.1",
"vitepress": "^1.0.0-alpha.17",
"vitepress": "^1.0.0-alpha.19",
"workbox-window": "^6.5.4"
}
}
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.23.4",
"private": true,
"packageManager": "pnpm@7.12.2",
"packageManager": "pnpm@7.13.0",
"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 @@ -32,7 +32,7 @@
},
"devDependencies": {
"@antfu/eslint-config": "^0.27.0",
"@antfu/ni": "^0.18.0",
"@antfu/ni": "^0.18.2",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
Expand All @@ -48,18 +48,18 @@
"bumpp": "^8.2.1",
"c8": "^7.12.0",
"cross-env": "^7.0.3",
"esbuild": "^0.15.9",
"esbuild": "^0.15.10",
"eslint": "^8.24.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"if-node-version": "^1.1.1",
"lint-staged": "^13.0.3",
"magic-string": "^0.26.4",
"magic-string": "^0.26.5",
"node-fetch-native": "^0.1.7",
"npm-run-all": "^4.1.5",
"ohmyfetch": "^0.4.19",
"pathe": "^0.2.0",
"pnpm": "7.12.2",
"pnpm": "7.13.0",
"rimraf": "^3.0.2",
"rollup": "^2.79.1",
"rollup-plugin-dts": "^4.2.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Expand Up @@ -44,8 +44,8 @@
"@types/d3-force": "^3.0.3",
"@types/d3-selection": "^3.0.3",
"@types/ws": "^8.5.3",
"@unocss/reset": "^0.45.25",
"@vitejs/plugin-vue": "^3.1.0",
"@unocss/reset": "^0.45.26",
"@vitejs/plugin-vue": "^3.1.2",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@vitest/ws-client": "workspace:*",
"@vueuse/core": "^9.3.0",
Expand All @@ -54,13 +54,13 @@
"codemirror": "^5.65.9",
"codemirror-theme-vars": "^0.1.1",
"cypress": "^10.9.0",
"d3-graph-controller": "^2.3.16",
"d3-graph-controller": "^2.3.17",
"flatted": "^3.2.7",
"floating-vue": "^2.0.0-y.0",
"picocolors": "^1.0.0",
"rollup": "^2.79.1",
"splitpanes": "^3.1.1",
"unocss": "^0.45.25",
"unocss": "^0.45.26",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.7",
"vite": "^3.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/vitest/package.json
Expand Up @@ -130,9 +130,9 @@
"find-up": "^6.3.0",
"flatted": "^3.2.7",
"happy-dom": "^6.0.4",
"jsdom": "^20.0.0",
"jsdom": "^20.0.1",
"log-update": "^5.0.1",
"magic-string": "^0.26.4",
"magic-string": "^0.26.5",
"micromatch": "^4.0.5",
"mlly": "^0.5.16",
"natural-compare": "^1.4.0",
Expand Down

0 comments on commit 40862a2

Please sign in to comment.