Skip to content

Commit

Permalink
chore(deps): update to vite 5/rollup 4 (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Nov 30, 2023
1 parent d0ba5af commit 8281fdd
Show file tree
Hide file tree
Showing 3 changed files with 517 additions and 754 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@
"h3": "1.9.0",
"nuxt": "3.8.2",
"playwright-core": "1.40.1",
"rollup": "3.29.4",
"rollup": "4.6.0",
"unbuild": "latest",
"unimport": "3.6.0",
"vite": "4.5.0",
"vite": "5.0.3",
"vitest": "0.33.0",
"vue-router": "4.2.5",
"vue-tsc": "1.8.22"
Expand Down Expand Up @@ -124,7 +124,9 @@
},
"resolutions": {
"@nuxt/test-utils": "workspace:*",
"vitest-environment-nuxt": "workspace:*"
"vitest-environment-nuxt": "workspace:*",
"rollup": "4.6.0",
"vite": "5.0.3"
},
"engines": {
"node": "^14.18.0 || >=16.10.0"
Expand Down
Loading

0 comments on commit 8281fdd

Please sign in to comment.