Skip to content

Commit ef18ac4

Browse files
chore(deps-dev): bump vitest from 3.1.1 to 4.1.0 in /examples/vue (#200)
* chore(deps-dev): bump vitest from 3.1.1 to 4.1.0 in /examples/vue Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 3.1.1 to 4.1.0. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.0/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * fix: bump all vite related packages at once --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cmorten <craig.morten@hotmail.co.uk>
1 parent 9e9d834 commit ef18ac4

2 files changed

Lines changed: 685 additions & 734 deletions

File tree

examples/vue/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"@tsconfig/node18": "^18.2.4",
2121
"@types/jsdom": "^21.1.7",
2222
"@types/node": "^22.14.0",
23-
"@vitejs/plugin-vue": "^5.2.3",
24-
"@vitejs/plugin-vue-jsx": "^4.0.0",
23+
"@vitejs/plugin-vue": "^6.0.7",
24+
"@vitejs/plugin-vue-jsx": "^5.1.5",
2525
"@vue/eslint-config-prettier": "^10.2.0",
2626
"@vue/eslint-config-typescript": "^14.5.0",
2727
"@vue/test-utils": "^2.4.6",
@@ -31,8 +31,8 @@
3131
"jsdom": "^26.0.0",
3232
"prettier": "^3.5.3",
3333
"typescript": "~5.8.3",
34-
"vite": "^6.4.2",
35-
"vitest": "^3.1.1",
34+
"vite": "^8.0.16",
35+
"vitest": "^4.1.8",
3636
"vue-tsc": "^2.2.8"
3737
},
3838
"resolutions": {

0 commit comments

Comments
 (0)