Skip to content

Commit

Permalink
chore(deps): update vitest monorepo to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2023
1 parent 0e0af11 commit 5ca6af2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@ant-design/icons": "^5.0.1",
"@reduxjs/toolkit": "^1.9.3",
"@testing-library/jest-dom": "^6.0.0",
"@vitest/coverage-v8": "^0.34.1",
"@vitest/coverage-v8": "^1.0.0",
"antd": "^5.2.3",
"dotenv": "^16.0.3",
"npm": "^9.6.4",
Expand All @@ -45,11 +45,11 @@
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/ui": "^0.34.0",
"@vitest/ui": "^1.0.0",
"jsdom": "^23.0.0",
"typescript": "^5.0.2",
"vite": "^4.1.0",
"vitest": "^0.34.0"
"vitest": "^1.0.0"
},
"engines": {
"node": ">=18.15.0",
Expand Down
8 changes: 4 additions & 4 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@types/supertest": "^2.0.12",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/coverage-v8": "^0.34.1",
"@vitest/coverage-v8": "^1.0.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
Expand All @@ -38,15 +38,15 @@
"@types/socket.io-client": "^3.0.0",
"@types/uuid": "^9.0.1",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/coverage-istanbul": "^0.34.0",
"@vitest/ui": "^0.34.0",
"@vitest/coverage-istanbul": "^1.0.0",
"@vitest/ui": "^1.0.0",
"concurrently": "^8.0.0",
"jsdom": "^23.0.0",
"nodemon": "^3.0.0",
"typescript": "^5.0.3",
"vite": "^4.2.1",
"vite-plugin-node": "^3.0.2",
"vitest": "^0.34.0"
"vitest": "^1.0.0"
},
"engines": {
"node": ">=18.15.0",
Expand Down

0 comments on commit 5ca6af2

Please sign in to comment.