Skip to content

Commit

Permalink
chore(deps): update dependency vitest to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 12, 2024
1 parent 89736d3 commit d5952df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.4.2",
"vitest": "^0.32.2"
"vitest": "^1.0.0"
},
"dependencies": {
"dotenv": "16.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-svelte-ux/templates/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.4.2",
"vitest": "^0.32.2"
"vitest": "^1.0.0"
},
"dependencies": {
"dotenv": "16.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-svelte-ux/templates/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.4.2",
"vitest": "^0.32.2"
"vitest": "^1.0.0"
},
"dependencies": {
"dotenv": "16.3.1"
Expand Down

0 comments on commit d5952df

Please sign in to comment.