create-vite
Advanced tools
Comparing version 2.6.2 to 2.6.3
@@ -0,1 +1,15 @@ | ||
## [2.6.3](https://github.com/vitejs/vite/compare/create-vite@2.6.2...create-vite@2.6.3) (2021-09-21) | ||
### Bug Fixes | ||
* pnpm create-vite command documentation ([#4902](https://github.com/vitejs/vite/issues/4902)) ([3392a8a](https://github.com/vitejs/vite/commit/3392a8ad5618cc68b6898a327b6c8959de6f4992)) | ||
### Features | ||
* **create-vite:** update vue templates ([a2be9c1](https://github.com/vitejs/vite/commit/a2be9c11fccb53ed60a33d72025c2d30635be1a7)) | ||
## [2.6.2](https://github.com/vitejs/vite/compare/create-vite@2.6.1...create-vite@2.6.2) (2021-09-07) | ||
@@ -79,3 +93,3 @@ | ||
```bash | ||
$ pnpx create-vite | ||
$ pnpm dlx create-vite | ||
``` | ||
@@ -82,0 +96,0 @@ |
@@ -6,3 +6,3 @@ #!/usr/bin/env node | ||
const path = require('path') | ||
// Avoids autoconversion to number of the project name by defining that the args | ||
// Avoids autoconversion to number of the project name by defining that the args | ||
// non associated with an option ( _ ) needs to be parsed as a string. See #4606 | ||
@@ -9,0 +9,0 @@ const argv = require('minimist')(process.argv.slice(2), { string: ['_'] }) |
{ | ||
"name": "create-vite", | ||
"version": "2.6.2", | ||
"version": "2.6.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "Evan You", |
@@ -23,3 +23,3 @@ # create-vite | ||
```bash | ||
$ pnpx create-vite | ||
$ pnpm dlx create-vite | ||
``` | ||
@@ -42,3 +42,3 @@ | ||
# pnpm | ||
pnpx create-vite my-vue-app --template vue | ||
pnpm dlx create-vite my-vue-app --template vue | ||
``` | ||
@@ -45,0 +45,0 @@ |
@@ -10,11 +10,10 @@ { | ||
"dependencies": { | ||
"vue": "^3.2.6" | ||
"vue": "^3.2.13" | ||
}, | ||
"devDependencies": { | ||
"@vitejs/plugin-vue": "^1.6.1", | ||
"@vue/compiler-sfc": "^3.2.6", | ||
"typescript": "^4.3.2", | ||
"vite": "^2.5.4", | ||
"vue-tsc": "^0.2.2" | ||
"@vitejs/plugin-vue": "^1.9.0", | ||
"typescript": "^4.4.3", | ||
"vite": "^2.5.10", | ||
"vue-tsc": "^0.3.0" | ||
} | ||
} |
@@ -10,9 +10,8 @@ { | ||
"dependencies": { | ||
"vue": "^3.2.6" | ||
"vue": "^3.2.13" | ||
}, | ||
"devDependencies": { | ||
"@vitejs/plugin-vue": "^1.6.1", | ||
"@vue/compiler-sfc": "^3.2.6", | ||
"vite": "^2.5.4" | ||
"@vitejs/plugin-vue": "^1.9.0", | ||
"vite": "^2.5.10" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
126690