Skip to content

Commit

Permalink
upgrade/remove vitest (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
josefaidt authored Feb 5, 2024
1 parent 9d24061 commit 686a390
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 391 deletions.
3 changes: 1 addition & 2 deletions apps/discord-bot-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-node": "^1.2.2",
"vitest": "^0.22.1"
"vite-node": "^1.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"rimraf": "^3.0.2",
"typescript": "^4.7.4",
"vite": "^5.0.12",
"vitest": "^0.20.3"
"vitest": "^1.2.2"
}
}
8 changes: 1 addition & 7 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
"base.json"
],
"peerDependencies": {
"typescript": "^4.7.4",
"vitest": "^0.20.3"
},
"peerDependenciesMeta": {
"vitest": {
"optional": true
}
"typescript": "^4.7.4"
}
}
Loading

0 comments on commit 686a390

Please sign in to comment.