Skip to content

Commit

Permalink
[Misc] Update dependency vitest to v3.0.5 (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Feb 4, 2025
1 parent bce6b91 commit f6d4b96
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 72 deletions.
2 changes: 1 addition & 1 deletion core/attachments/attachments-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"reflect-metadata": "0.2.2",
"typescript": "5.7.3",
"vite": "6.0.11",
"vitest": "3.0.4",
"vitest": "3.0.5",
"vitest-mock-extended": "2.0.2",
"vue-tsc": "2.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion core/authentication/authentication-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"reflect-metadata": "0.2.2",
"typescript": "5.7.3",
"vite": "6.0.11",
"vitest": "3.0.4",
"vitest": "3.0.5",
"vue-tsc": "2.2.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion core/model/model-local-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"reflect-metadata": "0.2.2",
"typescript": "5.7.3",
"vite": "6.0.11",
"vitest": "3.0.4"
"vitest": "3.0.5"
},
"publishConfig": {
"exports": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"reflect-metadata": "0.2.2",
"typescript": "5.7.3",
"vite": "6.0.11",
"vitest": "3.0.4",
"vitest": "3.0.5",
"vitest-mock-extended": "2.0.2",
"vue": "3.5.13"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"vite": "6.0.11",
"vite-plugin-css-injected-by-js": "3.5.2",
"vite-plugin-dts": "4.5.0",
"vitest": "3.0.4",
"vitest": "3.0.5",
"vue-eslint-parser": "9.4.3"
},
"engines": {
Expand Down
132 changes: 66 additions & 66 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion skin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"ts-essentials": "10.0.4",
"typescript": "5.7.3",
"vite": "6.0.11",
"vitest": "3.0.4",
"vitest": "3.0.5",
"vitest-mock-extended": "2.0.2",
"vue-tsc": "2.2.0"
},
Expand Down

0 comments on commit f6d4b96

Please sign in to comment.