Skip to content

Commit

Permalink
chore(deps): update vitest monorepo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 27, 2024
1 parent 105279e commit c4a21fc
Show file tree
Hide file tree
Showing 9 changed files with 198 additions and 141 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"c8": "^10.1.2",
"shx": "^0.3.4",
"turbo": "^2.0.14",
"vitest": "1.6.0"
"vitest": "2.0.5"
},
"prettier": "@junat/prettier",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
"@junat/tsconfig": "workspace:^",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.16.1",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/coverage-v8": "^2.0.0",
"concurrently": "^8.2.2",
"eslint": "^9.9.1",
"rollup": "^4.21.1",
"typescript": "^5.5.4",
"vitest": "1.6.0"
"vitest": "2.0.5"
},
"prettier": "@junat/prettier",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/digitraffic-mqtt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"rollup": "^4.21.1",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vitest": "1.6.0"
"vitest": "2.0.5"
},
"prettier": "@junat/prettier"
}
2 changes: 1 addition & 1 deletion packages/digitraffic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vitest": "1.6.0"
"vitest": "2.0.5"
},
"prettier": "@junat/prettier"
}
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@junat/prettier": "workspace:*",
"vite": "^5.4.2",
"vitest": "1.6.0"
"vitest": "2.0.5"
},
"prettier": "@junat/prettier"
}
4 changes: 2 additions & 2 deletions packages/react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/coverage-v8": "^2.0.0",
"concurrently": "^8.2.2",
"eslint": "^9.9.1",
"jsdom": "24.1.1",
Expand All @@ -42,7 +42,7 @@
"rollup": "^4.21.1",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "1.6.0",
"vitest": "2.0.5",
"zustand": "^4.5.5"
},
"prettier": "@junat/prettier",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-istanbul": "^1.6.0",
"@vitest/coverage-istanbul": "^2.0.0",
"autoprefixer": "^10.4.20",
"change-case": "^5.4.4",
"esbuild-plugin-svgr": "^2.1.0",
Expand All @@ -63,7 +63,7 @@
"vite": "^5.4.2",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "1.6.0"
"vitest": "2.0.5"
},
"peerDependencies": {
"react": "18.x",
Expand Down
315 changes: 186 additions & 129 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-istanbul": "^1.6.0",
"@vitest/coverage-istanbul": "^2.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.1",
"fsevents": "^2.3.3",
Expand All @@ -104,7 +104,7 @@
"vite": "^5.4.2",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "1.6.0",
"vitest": "2.0.5",
"webpack": "^5.94.0",
"workbox-build": "^7.1.1"
},
Expand Down

0 comments on commit c4a21fc

Please sign in to comment.