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 8ff0aa3
Show file tree
Hide file tree
Showing 9 changed files with 968 additions and 374 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"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,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",
"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
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 8ff0aa3

Please sign in to comment.