create-vite-extra
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "create-vite-extra", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"type": "module", | ||
@@ -35,8 +35,5 @@ "license": "MIT", | ||
}, | ||
"devDependencies": { | ||
"taze": "^0.10.2" | ||
}, | ||
"scripts": { | ||
"update-deps": "taze -rw latest" | ||
"update-deps": "pnpm update -r --latest && node update-deno-deps.js" | ||
} | ||
} |
@@ -32,2 +32,8 @@ # create-vite-extra | ||
With Bun: | ||
```bash | ||
$ bunx create-vite-extra | ||
``` | ||
Then follow the prompts! | ||
@@ -49,2 +55,5 @@ | ||
deno run -A npm:create-vite-extra --template deno-vue | ||
# Bun | ||
bunx create-vite my-vue-app --template ssr-vue | ||
``` | ||
@@ -108,2 +117,2 @@ | ||
This project is originally a fork of [create-vite](https://github.com/vitejs/vite/tree/main/packages/create-vite). Credit goes to all of it's contributors. | ||
This project is originally a fork of [create-vite](https://github.com/vitejs/vite/tree/main/packages/create-vite). Credit goes to all of its contributors. |
@@ -23,5 +23,5 @@ { | ||
"devDependencies": { | ||
"typescript": "^5.1.3", | ||
"vite": "^4.3.9" | ||
"typescript": "^5.2.2", | ||
"vite": "^4.4.11" | ||
} | ||
} |
@@ -23,4 +23,4 @@ { | ||
"devDependencies": { | ||
"vite": "^4.3.9" | ||
"vite": "^4.4.11" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import { defineConfig } from "vite"; | ||
import { defineConfig } from 'vite' | ||
@@ -11,2 +11,2 @@ export default defineConfig({ | ||
} | ||
}) | ||
}) |
@@ -16,14 +16,14 @@ { | ||
"express": "^4.18.2", | ||
"preact": "^10.15.1", | ||
"preact-render-to-string": "^6.0.3", | ||
"preact": "^10.18.1", | ||
"preact-render-to-string": "^6.2.2", | ||
"sirv": "^2.0.3" | ||
}, | ||
"devDependencies": { | ||
"@preact/preset-vite": "^2.5.0", | ||
"@types/express": "^4.17.17", | ||
"@types/node": "^20.2.5", | ||
"@preact/preset-vite": "^2.6.0", | ||
"@types/express": "^4.17.19", | ||
"@types/node": "^20.8.6", | ||
"cross-env": "^7.0.3", | ||
"typescript": "^5.1.3", | ||
"vite": "^4.3.9" | ||
"typescript": "^5.2.2", | ||
"vite": "^4.4.11" | ||
} | ||
} |
@@ -16,11 +16,11 @@ { | ||
"express": "^4.18.2", | ||
"preact": "^10.15.1", | ||
"preact-render-to-string": "^6.0.3", | ||
"preact": "^10.18.1", | ||
"preact-render-to-string": "^6.2.2", | ||
"sirv": "^2.0.3" | ||
}, | ||
"devDependencies": { | ||
"@preact/preset-vite": "^2.5.0", | ||
"@preact/preset-vite": "^2.6.0", | ||
"cross-env": "^7.0.3", | ||
"vite": "^4.3.9" | ||
"vite": "^4.4.11" | ||
} | ||
} |
@@ -21,11 +21,11 @@ { | ||
"devDependencies": { | ||
"@types/express": "^4.17.17", | ||
"@types/node": "^20.2.5", | ||
"@types/react": "^18.2.9", | ||
"@types/react-dom": "^18.2.4", | ||
"@vitejs/plugin-react": "^4.0.0", | ||
"@types/express": "^4.17.19", | ||
"@types/node": "^20.8.6", | ||
"@types/react": "^18.2.28", | ||
"@types/react-dom": "^18.2.13", | ||
"@vitejs/plugin-react": "^4.1.0", | ||
"cross-env": "^7.0.3", | ||
"typescript": "^5.1.3", | ||
"vite": "^4.3.9" | ||
"typescript": "^5.2.2", | ||
"vite": "^4.4.11" | ||
} | ||
} |
@@ -21,8 +21,8 @@ { | ||
"devDependencies": { | ||
"@types/react": "^18.2.9", | ||
"@types/react-dom": "^18.2.4", | ||
"@vitejs/plugin-react": "^4.0.0", | ||
"@types/react": "^18.2.28", | ||
"@types/react-dom": "^18.2.13", | ||
"@vitejs/plugin-react": "^4.1.0", | ||
"cross-env": "^7.0.3", | ||
"vite": "^4.3.9" | ||
"vite": "^4.4.11" | ||
} | ||
} |
@@ -17,11 +17,11 @@ { | ||
"sirv": "^2.0.3", | ||
"solid-js": "^1.7.6" | ||
"solid-js": "^1.8.1" | ||
}, | ||
"devDependencies": { | ||
"@types/express": "^4.17.17", | ||
"@types/node": "^20.2.5", | ||
"@types/express": "^4.17.19", | ||
"@types/node": "^20.8.6", | ||
"cross-env": "^7.0.3", | ||
"vite": "^4.3.9", | ||
"vite-plugin-solid": "^2.7.0" | ||
"vite": "^4.4.11", | ||
"vite-plugin-solid": "^2.7.1" | ||
} | ||
} |
@@ -17,9 +17,9 @@ { | ||
"sirv": "^2.0.3", | ||
"solid-js": "^1.7.6" | ||
"solid-js": "^1.8.1" | ||
}, | ||
"devDependencies": { | ||
"cross-env": "^7.0.3", | ||
"vite": "^4.3.9", | ||
"vite-plugin-solid": "^2.7.0" | ||
"vite": "^4.4.11", | ||
"vite-plugin-solid": "^2.7.1" | ||
} | ||
} |
@@ -19,13 +19,13 @@ { | ||
"devDependencies": { | ||
"@sveltejs/vite-plugin-svelte": "^2.4.1", | ||
"@tsconfig/svelte": "^4.0.1", | ||
"@types/express": "^4.17.17", | ||
"@types/node": "^20.2.5", | ||
"@sveltejs/vite-plugin-svelte": "^2.4.6", | ||
"@tsconfig/svelte": "^5.0.2", | ||
"@types/express": "^4.17.19", | ||
"@types/node": "^20.8.6", | ||
"cross-env": "^7.0.3", | ||
"svelte": "^3.59.1", | ||
"svelte-check": "^3.4.3", | ||
"tslib": "^2.5.3", | ||
"typescript": "^5.1.3", | ||
"vite": "^4.3.9" | ||
"svelte": "^4.2.1", | ||
"svelte-check": "^3.5.2", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.2.2", | ||
"vite": "^4.4.11" | ||
} | ||
} |
@@ -19,7 +19,7 @@ { | ||
"devDependencies": { | ||
"@sveltejs/vite-plugin-svelte": "^2.4.1", | ||
"@sveltejs/vite-plugin-svelte": "^2.4.6", | ||
"cross-env": "^7.0.3", | ||
"svelte": "^3.59.1", | ||
"vite": "^4.3.9" | ||
"svelte": "^4.2.1", | ||
"vite": "^4.4.11" | ||
} | ||
} |
@@ -10,4 +10,4 @@ { | ||
"devDependencies": { | ||
"vite": "^4.3.9" | ||
"vite": "^4.4.11" | ||
} | ||
} |
@@ -19,8 +19,8 @@ { | ||
"devDependencies": { | ||
"@types/express": "^4.17.17", | ||
"@types/node": "^20.2.5", | ||
"@types/express": "^4.17.19", | ||
"@types/node": "^20.8.6", | ||
"cross-env": "^7.0.3", | ||
"typescript": "^5.1.3", | ||
"vite": "^4.3.9" | ||
"typescript": "^5.2.2", | ||
"vite": "^4.4.11" | ||
} | ||
} |
@@ -20,4 +20,4 @@ { | ||
"cross-env": "^7.0.3", | ||
"vite": "^4.3.9" | ||
"vite": "^4.4.11" | ||
} | ||
} |
@@ -20,10 +20,10 @@ { | ||
"devDependencies": { | ||
"@types/express": "^4.17.17", | ||
"@types/node": "^20.2.5", | ||
"@vitejs/plugin-vue": "^4.2.3", | ||
"@types/express": "^4.17.19", | ||
"@types/node": "^20.8.6", | ||
"@vitejs/plugin-vue": "^4.4.0", | ||
"cross-env": "^7.0.3", | ||
"typescript": "^5.1.3", | ||
"vite": "^4.3.9", | ||
"vue-tsc": "^1.6.5" | ||
"typescript": "^5.2.2", | ||
"vite": "^4.4.11", | ||
"vue-tsc": "^1.8.19" | ||
} | ||
} |
@@ -20,6 +20,6 @@ { | ||
"devDependencies": { | ||
"@vitejs/plugin-vue": "^4.2.3", | ||
"@vitejs/plugin-vue": "^4.4.0", | ||
"cross-env": "^7.0.3", | ||
"vite": "^4.3.9" | ||
"vite": "^4.4.11" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
363502
0
5189
116