Skip to content

Commit 7e54c3f

Browse files
authored
Merge pull request #276 from ember-cli/update-vite
[backport release] update vite to v8 and @rollup/plugin-babel to v7
2 parents 4b38dbb + 740b1b1 commit 7e54c3f

3 files changed

Lines changed: 105 additions & 102 deletions

File tree

files/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@glint/ember-tsc": "^1.5.0",
5454
"@glint/template": "^1.7.7",
5555
"@glint/tsserver-plugin": "^2.4.0<% } %>",
56-
"@rollup/plugin-babel": "^6.1.0<% if (typescript) { %>",
56+
"@rollup/plugin-babel": "^7.0.0<% if (typescript) { %>",
5757
"@types/qunit": "^2.19.13",
5858
"@types/rsvp": "^4.0.9<% } %><% if (warpDrive) { %>",
5959
"@warp-drive/core": "~5.8.1",
@@ -91,7 +91,7 @@
9191
"testem": "^3.19.1<% if (typescript) { %>",
9292
"typescript": "^5.9.3",
9393
"typescript-eslint": "^8.58.0<% } %>",
94-
"vite": "^7.3.1"
94+
"vite": "^8.0.10"
9595
},
9696
"engines": {
9797
"node": ">= 20.19.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"release-plan": "^0.17.2",
4545
"strip-ansi": "^7.1.0",
4646
"tmp-promise": "^3.0.3",
47-
"vitest": "^4.0.0-beta.17",
47+
"vitest": "^4.1.5",
4848
"vitest-matrix": "^0.2.0"
4949
},
5050
"packageManager": "pnpm@10.20.0"

0 commit comments

Comments
 (0)