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 Jun 20, 2022
1 parent 2fb56b1 commit 6f2d769
Show file tree
Hide file tree
Showing 7 changed files with 244 additions and 314 deletions.
5 changes: 3 additions & 2 deletions 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 All @@ -57,7 +58,7 @@
"execa": "^6.1.0",
"expect-type": "^0.13.0",
"globby": "^13.1.2",
"jiti": "^1.13.0",
"jiti": "^1.14.0",
"lerna": "^5.1.4",
"markdownlint-cli": "^0.31.1",
"pathe": "^0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Expand Up @@ -20,7 +20,7 @@
"globby": "^13.1.2",
"hash-sum": "^2.0.0",
"ignore": "^5.2.0",
"jiti": "^1.13.0",
"jiti": "^1.14.0",
"knitwork": "^0.1.2",
"lodash.template": "^4.5.0",
"mlly": "^0.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxi/package.json
Expand Up @@ -32,7 +32,7 @@
"destr": "^1.1.1",
"execa": "^6.1.0",
"flat": "^5.0.2",
"jiti": "^1.13.0",
"jiti": "^1.14.0",
"listhen": "^0.2.13",
"mlly": "^0.5.3",
"mri": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Expand Up @@ -23,7 +23,7 @@
"c12": "^0.2.7",
"create-require": "^1.1.1",
"defu": "^6.0.0",
"jiti": "^1.13.0",
"jiti": "^1.14.0",
"pathe": "^0.3.0",
"postcss-import-resolver": "^2.0.0",
"scule": "^0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Expand Up @@ -18,7 +18,7 @@
"defu": "^6.0.0",
"execa": "^6.1.0",
"get-port-please": "^2.5.0",
"jiti": "^1.13.0",
"jiti": "^1.14.0",
"ohmyfetch": "^0.4.18"
},
"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.0",
"vite": "3.0.0-alpha.10",
"vite": "^3.0.0-alpha.13",
"vite-node": "^0.15.1",
"vite-plugin-checker": "^0.4.6"
},
Expand Down

0 comments on commit 6f2d769

Please sign in to comment.