Skip to content

Commit

Permalink
chore: bump vitest and vite related deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrnt committed Apr 23, 2024
1 parent 56a8910 commit 434d492
Show file tree
Hide file tree
Showing 9 changed files with 1,712 additions and 1,099 deletions.
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^4.9.5",
"vite-tsconfig-paths": "^4.2.2",
"vitest": "^0.33.0"
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.0"
},
"ct3aMetadata": {
"initVersion": "6.11.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"prompts": "^2.4.2",
"tsup": "^6.5.0",
"unconfig": "^0.3.10",
"vite": "^4.5.3",
"vite": "^5.2.10",
"zod": "^3.21.4"
},
"devDependencies": {
Expand All @@ -50,6 +50,6 @@
"ts-node": "^10.9.1",
"tsconfig": "workspace:*",
"typescript": "^5.1.3",
"vitest": "^0.33.0"
"vitest": "^1.5.0"
}
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@vitejs/plugin-react": "^2.2.0",
"@vitejs/plugin-react": "^4.2.1",
"msw": "^0.49.1",
"node-fetch": "^3.3.0",
"tsconfig": "workspace:*",
"tsup": "^6.5.0",
"typescript": "^4.9.3",
"vite": "^4.5.3",
"vitest": "^0.33.0",
"vite": "^5.2.10",
"vitest": "^1.5.0",
"zod": "^3.19.1"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"svelte-check": "^2.10.3",
"tslib": "^2.5.0",
"typescript": "^4.9.3",
"vite": "^4.5.3",
"vite-plugin-dts": "2.3.0"
"vite": "^5.2.10",
"vite-plugin-dts": "3.9.0"
},
"dependencies": {
"@melt-ui/svelte": "^0.17.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@tryabby/devtools": "workspace:^",
"@types/js-cookie": "^3.0.3",
"@types/react": "^18.0.26",
"@vitejs/plugin-react": "^2.2.0",
"@vitejs/plugin-react": "^4.2.1",
"jsdom": "^20.0.3",
"msw": "^0.49.1",
"next": ">=13",
Expand All @@ -40,8 +40,8 @@
"tsconfig": "workspace:*",
"tsup": "^6.5.0",
"typescript": "^4.9.3",
"vite": "^4.5.3",
"vitest": "^0.33.0"
"vite": "^5.2.10",
"vitest": "^1.5.0"
},
"peerDependencies": {
"next": ">=13",
Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"tsconfig": "workspace:*",
"tsup": "^6.5.0",
"typescript": "^4.9.3",
"vite": "^4.5.3",
"vitest": "^0.33.0"
"vite": "^5.2.10",
"vitest": "^1.5.0"
},
"dependencies": {
"@tryabby/core": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/js-cookie": "^3.0.3",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^4.0.4",
"@vitejs/plugin-react": "^4.2.1",
"jsdom": "^20.0.3",
"msw": "^0.49.1",
"node-fetch": "^3.3.0",
Expand All @@ -39,8 +39,8 @@
"tsconfig": "workspace:*",
"tsup": "^6.5.0",
"typescript": "^4.9.3",
"vite": "^4.5.3",
"vitest": "^0.33.0"
"vite": "^5.2.10",
"vitest": "^1.5.0"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/jest": "^29.5.1",
"@types/js-cookie": "^3.0.3",
"@types/testing-library__jest-dom": "^5.14.5",
"@vitest/coverage-c8": "^0.31.0",
"@vitest/coverage-c8": "^0.33.0",
"jsdom": "^20.0.3",
"msw": "^0.49.3",
"node-fetch": "^3.3.1",
Expand All @@ -53,9 +53,9 @@
"svelte-check": "^2.10.3",
"tslib": "^2.5.0",
"typescript": "^4.9.3",
"vite": "^4.5.3",
"vite-plugin-dts": "2.3.0",
"vitest": "^0.33.0"
"vite": "^5.2.10",
"vite-plugin-dts": "3.9.0",
"vitest": "^1.5.0"
},
"dependencies": {
"@tryabby/core": "workspace:*",
Expand Down
Loading

0 comments on commit 434d492

Please sign in to comment.