Skip to content

Commit

Permalink
chore(deps): update vitest monorepo to ^0.34.0
Browse files Browse the repository at this point in the history
| datasource | package   | from   | to     |
| ---------- | --------- | ------ | ------ |
| npm        | vite-node | 0.26.3 | 0.34.1 |
| npm        | vitest    | 0.27.3 | 0.34.1 |
| npm        | vitest    | 0.26.3 | 0.34.1 |
  • Loading branch information
renovate[bot] committed Aug 1, 2023
1 parent f81f913 commit 22a7d60
Show file tree
Hide file tree
Showing 3 changed files with 246 additions and 84 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -49,8 +49,8 @@
"terser": "^5.16.8",
"typescript": "^4.9.5",
"vite": "^3.2.5",
"vite-node": "^0.26.3",
"vitest": "^0.26.3"
"vite-node": "^0.34.0",
"vitest": "^0.34.0"
},
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/kiss-msg/package.json
Expand Up @@ -53,7 +53,7 @@
"rimraf": "^3.0.2",
"tsup": "^6.7.0",
"typescript": "^4.9.5",
"vitest": "^0.27.3"
"vitest": "^0.34.0"
},
"lint-staged": {
"*.{js,ts,md,json,yml}": [
Expand Down

0 comments on commit 22a7d60

Please sign in to comment.