Skip to content

Commit

Permalink
Move vitest to dev dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Weimann <[email protected]>
  • Loading branch information
weeman1337 committed Nov 13, 2024
1 parent f83c1d8 commit ec35fa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"@types/node": "22.7.5",
"@vitest/coverage-v8": "2.1.3",
"typescript": "5.6.3",
"vite": "5.4.8"
"vite": "5.4.8",
"vitest": "2.1.3"
},
"scripts": {
"build": "tsc && rollup --config ../../rollup.config.mjs",
Expand All @@ -32,8 +33,7 @@
"dependencies": {
"@matrix-widget-toolkit/api": "^3.4.2",
"matrix-widget-api": "1.9.0",
"rxjs": "7.8.1",
"vitest": "2.1.3"
"rxjs": "7.8.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ec35fa8

Please sign in to comment.