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 3, 2023
1 parent 4e76ca6 commit 681dd0f
Show file tree
Hide file tree
Showing 8 changed files with 697 additions and 710 deletions.
2 changes: 1 addition & 1 deletion bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"jest": "^29.5.0",
"markdown-table": "^3.0.3",
"microtime": "^3.1.1",
"ts-jest": "^29.1.0",
"ts-jest": "^29.1.1",
"vitest": "link:../packages/vitest",
"vue": "^3.3.4"
}
Expand Down
101 changes: 45 additions & 56 deletions bench/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"@vite-pwa/vitepress": "^0.2.0",
"@vitejs/plugin-vue": "latest",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"fast-glob": "^3.3.0",
"fs-extra": "^11.1.1",
"https-localhost": "^4.7.1",
"unocss": "^0.53.4",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.0.0",
"vite-plugin-pwa": "^0.16.4",
"vitepress": "1.0.0-beta.3",
"vitepress": "1.0.0-beta.5",
"workbox-window": "^7.0.0"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.32.4",
"private": true,
"packageManager": "pnpm@8.6.5",
"packageManager": "pnpm@8.6.6",
"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 @@ -41,35 +41,35 @@
"@rollup/plugin-node-resolve": "^15.1.0",
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.18",
"@types/node": "^18.16.19",
"@types/ws": "^8.5.5",
"@vitest/browser": "workspace:*",
"@vitest/coverage-c8": "workspace:*",
"@vitest/coverage-istanbul": "workspace:*",
"@vitest/coverage-v8": "workspace:*",
"@vitest/ui": "workspace:*",
"bumpp": "^9.1.1",
"esbuild": "^0.18.10",
"eslint": "^8.43.0",
"esbuild": "^0.18.11",
"eslint": "^8.44.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"fast-glob": "^3.3.0",
"if-node-version": "^1.1.1",
"lint-staged": "^13.2.3",
"magic-string": "^0.30.0",
"node-fetch-native": "^1.2.0",
"npm-run-all": "^4.1.5",
"ohmyfetch": "^0.4.21",
"pathe": "^1.1.1",
"pnpm": "8.6.5",
"pnpm": "8.6.6",
"rimraf": "^5.0.1",
"rollup": "^3.25.3",
"rollup": "^3.26.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-license": "^3.0.1",
"simple-git-hooks": "^2.8.1",
"ts-node": "^10.9.1",
"tsup": "^6.7.0",
"typescript": "^5.1.5",
"typescript": "^5.1.6",
"vite": "^4.2.1",
"vitest": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@vitest/ws-client": "workspace:*",
"estree-walker": "^3.0.3",
"periscopic": "^3.1.0",
"rollup": "3.25.3",
"rollup": "3.26.0",
"vitest": "workspace:*"
}
}
Loading

0 comments on commit 681dd0f

Please sign in to comment.