Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 28, 2022
1 parent 5862e32 commit fa77102
Show file tree
Hide file tree
Showing 9 changed files with 472 additions and 398 deletions.
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
"prefetch": "esno .vitepress/scripts/fetch-avatars.ts"
},
"dependencies": {
"@vueuse/core": "^8.9.3",
"@vueuse/core": "^8.9.4",
"vue": "^3.2.37"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.6",
"@iconify-json/carbon": "^1.1.7",
"@types/node": "^17.0.35",
"@unocss/reset": "^0.44.3",
"@unocss/reset": "^0.44.7",
"@vitejs/plugin-vue": "^2.3.3",
"esno": "^0.14.1",
"fast-glob": "^3.2.11",
"https-localhost": "^4.7.1",
"unocss": "^0.44.3",
"unplugin-vue-components": "^0.21.1",
"unocss": "^0.44.7",
"unplugin-vue-components": "^0.21.2",
"vite": "^2.9.14",
"vite-plugin-pwa": "^0.12.3",
"vitepress": "^1.0.0-alpha.4",
"workbox-window": "^6.5.3"
"workbox-window": "^6.5.4"
}
}
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": "0.19.1",
"private": true,
"packageManager": "pnpm@7.5.1",
"packageManager": "pnpm@7.6.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 @@ -43,10 +43,10 @@
"@vitest/browser": "workspace:*",
"@vitest/ui": "workspace:*",
"bumpp": "^8.2.1",
"c8": "^7.11.3",
"c8": "^7.12.0",
"cross-env": "^7.0.3",
"esbuild": "~0.14.49",
"eslint": "^8.19.0",
"esbuild": "~0.14.51",
"eslint": "^8.20.0",
"esno": "^0.14.1",
"fast-glob": "^3.2.11",
"if-node-version": "^1.1.1",
Expand All @@ -56,9 +56,9 @@
"npm-run-all": "^4.1.5",
"ohmyfetch": "^0.4.18",
"pathe": "^0.2.0",
"pnpm": "7.5.2",
"pnpm": "7.6.0",
"rimraf": "^3.0.2",
"rollup": "^2.77.0",
"rollup": "^2.77.2",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-esbuild": "^4.9.1",
"rollup-plugin-license": "^2.8.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"copy": "esmo scripts/copy-ui-to-browser.ts"
},
"dependencies": {
"local-pkg": "^0.4.1",
"mlly": "^0.5.2",
"local-pkg": "^0.4.2",
"mlly": "^0.5.5",
"modern-node-polyfills": "^0.0.7",
"rollup-plugin-node-polyfills": "^0.2.1",
"sirv": "^2.0.2"
},
"devDependencies": {
"@types/ws": "^8.2.2",
"@types/ws": "^8.5.3",
"@vitest/ws-client": "workspace:*",
"picocolors": "^1.0.0",
"rollup": "^2.67.2",
"rollup": "^2.77.2",
"vitest": "workspace:*"
}
}
22 changes: 11 additions & 11 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,30 +42,30 @@
"@testing-library/cypress": "^8.0.3",
"@types/codemirror": "^5.60.5",
"@types/d3-force": "^3.0.3",
"@types/d3-selection": "^3.0.2",
"@types/d3-selection": "^3.0.3",
"@types/ws": "^8.5.3",
"@unocss/reset": "^0.44.3",
"@unocss/reset": "^0.44.7",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vitest/ws-client": "workspace:*",
"@vueuse/core": "^8.9.3",
"@vueuse/core": "^8.9.4",
"ansi-to-html": "^0.7.2",
"birpc": "^0.2.3",
"codemirror": "^5.65.6",
"codemirror": "^5.65.7",
"codemirror-theme-vars": "^0.1.1",
"cypress": "^10.3.0",
"d3-graph-controller": "^2.2.48",
"cypress": "^10.3.1",
"d3-graph-controller": "^2.2.51",
"flatted": "^3.2.6",
"floating-vue": "^2.0.0-y.0",
"picocolors": "^1.0.0",
"rollup": "^2.77.0",
"rollup": "^2.77.2",
"splitpanes": "^3.1.1",
"unocss": "^0.44.3",
"unplugin-auto-import": "^0.9.3",
"unplugin-vue-components": "^0.21.1",
"unocss": "^0.44.7",
"unplugin-auto-import": "^0.10.2",
"unplugin-vue-components": "^0.21.2",
"vite": "^2.9.14",
"vite-plugin-pages": "^0.25.0",
"vue": "^3.2.37",
"vue-router": "^4.1.2"
"vue-router": "^4.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/vite-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@
},
"dependencies": {
"debug": "^4.3.4",
"mlly": "^0.5.4",
"mlly": "^0.5.5",
"pathe": "^0.2.0",
"vite": "^2.9.12 || ^3.0.0-0"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"cac": "^6.7.12",
"picocolors": "^1.0.0",
"rollup": "^2.77.0"
"rollup": "^2.77.2"
}
}
12 changes: 6 additions & 6 deletions packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,17 @@
},
"devDependencies": {
"@antfu/install-pkg": "^0.1.0",
"@edge-runtime/vm": "1.1.0-beta.11",
"@edge-runtime/vm": "1.1.0-beta.23",
"@sinonjs/fake-timers": "^9.1.2",
"@types/diff": "^5.0.2",
"@types/jsdom": "^16.2.14",
"@types/jsdom": "^16.2.15",
"@types/micromatch": "^4.0.2",
"@types/natural-compare": "^1.4.1",
"@types/prompts": "^2.4.0",
"@types/sinonjs__fake-timers": "^8.1.2",
"@vitest/ui": "workspace:*",
"birpc": "^0.2.3",
"c8": "^7.11.3",
"c8": "^7.12.0",
"cac": "^6.7.12",
"chai-subset": "^1.6.0",
"cli-truncate": "^3.1.0",
Expand All @@ -125,20 +125,20 @@
"fast-glob": "^3.2.11",
"find-up": "^6.3.0",
"flatted": "^3.2.6",
"happy-dom": "^6.0.3",
"happy-dom": "^6.0.4",
"jsdom": "^19.0.0",
"log-update": "^5.0.1",
"magic-string": "^0.26.2",
"micromatch": "^4.0.5",
"mlly": "^0.5.4",
"mlly": "^0.5.5",
"natural-compare": "^1.4.0",
"p-limit": "^4.0.0",
"pathe": "^0.2.0",
"picocolors": "^1.0.0",
"pkg-types": "^0.3.3",
"pretty-format": "^27.5.1",
"prompts": "^2.4.2",
"rollup": "^2.77.0",
"rollup": "^2.77.2",
"source-map-js": "^1.0.2",
"strip-ansi": "^7.0.1",
"typescript": "^4.7.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"vite-node": "workspace:*"
},
"devDependencies": {
"rollup": "^2.77.0"
"rollup": "^2.77.2"
}
}
2 changes: 1 addition & 1 deletion packages/ws-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"ws": "^8.8.1"
},
"devDependencies": {
"rollup": "^2.77.0"
"rollup": "^2.77.2"
}
}
Loading

0 comments on commit fa77102

Please sign in to comment.