Skip to content

Commit

Permalink
chore: move vitest to devDependencies (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d authored Jan 13, 2024
1 parent 42287bc commit dd5d406
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"dependencies": {
"@orval/core": "6.23.0",
"lodash.omitby": "^4.6.0",
"vitest": "^0.34.6"
"lodash.omitby": "^4.6.0"
},
"devDependencies": {
"@types/lodash.omitby": "^4.6.7"
"@types/lodash.omitby": "^4.6.7",
"vitest": "^0.34.6"
}
}

0 comments on commit dd5d406

Please sign in to comment.