Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2026)
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 Sep 13, 2022
1 parent 7ae53dc commit 8c5b667
Show file tree
Hide file tree
Showing 5 changed files with 337 additions and 681 deletions.
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"prefetch": "esno .vitepress/scripts/fetch-avatars.ts"
},
"dependencies": {
"@vueuse/core": "^9.1.1",
"jiti": "^1.14.0",
"@vueuse/core": "^9.2.0",
"jiti": "^1.15.0",
"vue": "latest"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.7",
"@unocss/reset": "^0.45.15",
"@unocss/reset": "^0.45.21",
"@vitejs/plugin-vue": "latest",
"esno": "^0.16.3",
"fast-glob": "^3.2.11",
"fast-glob": "^3.2.12",
"https-localhost": "^4.7.1",
"unocss": "^0.45.15",
"unplugin-vue-components": "^0.22.4",
"vite": "^3.0.9",
"vite-plugin-pwa": "0.12.6",
"unocss": "^0.45.21",
"unplugin-vue-components": "^0.22.7",
"vite": "^3.1.0",
"vite-plugin-pwa": "0.12.7",
"vitepress": "^1.0.0-alpha.13",
"workbox-window": "^6.5.4"
}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.23.2",
"private": true,
"packageManager": "pnpm@7.10.0",
"packageManager": "pnpm@7.11.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 @@ -36,9 +36,9 @@
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^14.0.1",
"@rollup/plugin-node-resolve": "^14.1.0",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.184",
"@types/lodash": "^4.14.185",
"@types/node": "^18.7.16",
"@types/ws": "^8.5.3",
"@vitest/browser": "workspace:*",
Expand All @@ -49,7 +49,7 @@
"c8": "^7.12.0",
"cross-env": "^7.0.3",
"esbuild": "^0.15.7",
"eslint": "^8.23.0",
"eslint": "^8.23.1",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"if-node-version": "^1.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/d3-force": "^3.0.3",
"@types/d3-selection": "^3.0.3",
"@types/ws": "^8.5.3",
"@unocss/reset": "^0.45.18",
"@unocss/reset": "^0.45.21",
"@vitejs/plugin-vue": "^3.1.0",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@vitest/ws-client": "workspace:*",
Expand All @@ -60,12 +60,12 @@
"picocolors": "^1.0.0",
"rollup": "^2.79.0",
"splitpanes": "^3.1.1",
"unocss": "^0.45.18",
"unocss": "^0.45.21",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.4",
"unplugin-vue-components": "^0.22.7",
"vite": "^3.1.0",
"vite-plugin-pages": "^0.26.0",
"vue": "^3.2.38",
"vue": "^3.2.39",
"vue-router": "^4.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"chai": "^4.3.6",
"debug": "^4.3.4",
"local-pkg": "^0.4.2",
"strip-literal": "^0.4.0",
"strip-literal": "^0.4.1",
"tinybench": "^2.1.5",
"tinypool": "^0.3.0",
"tinyspy": "^1.0.2",
Expand Down
Loading

0 comments on commit 8c5b667

Please sign in to comment.