Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
chore: alpha 13 and new jiti
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 4, 2022
1 parent 0ec8951 commit d65bdb2
Show file tree
Hide file tree
Showing 3 changed files with 536 additions and 105 deletions.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -42,7 +42,8 @@
"nuxi": "link:./packages/nuxi",
"nuxt": "link:./packages/nuxt",
"nuxt3": "link:./packages/nuxt",
"vite": "3.0.0-alpha.10",
"vite": "^3.0.0-alpha.13",
"@vitejs/plugin-vue": "^3.0.0-alpha.2",
"unbuild": "^0.7.4"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/vite/package.json
Expand Up @@ -21,8 +21,8 @@
"dependencies": {
"@nuxt/kit": "^3.0.0-rc.4",
"@rollup/plugin-replace": "^4.0.0",
"@vitejs/plugin-vue": "3.0.0-alpha.1",
"@vitejs/plugin-vue-jsx": "2.0.0-alpha.1",
"@vitejs/plugin-vue": "^3.0.0-alpha.2",
"@vitejs/plugin-vue-jsx": "^2.0.0-alpha.1",
"autoprefixer": "^10.4.7",
"chokidar": "^3.5.3",
"cssnano": "^5.1.12",
Expand All @@ -45,7 +45,7 @@
"rollup-plugin-visualizer": "^5.6.0",
"ufo": "^0.8.4",
"unplugin": "^0.7.1",
"vite": "3.0.0-alpha.10",
"vite": "^3.0.0-alpha.13",
"vite-node": "^0.16.0",
"vite-plugin-checker": "^0.4.7"
},
Expand Down

0 comments on commit d65bdb2

Please sign in to comment.