create-vue 2.0.4 → 2.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/outfile.cjs
CHANGED
|
@@ -5260,7 +5260,7 @@ var import_path3 = __toModule(require("path"));
|
|
|
5260
5260
|
var import_minimist = __toModule(require_minimist());
|
|
5261
5261
|
var import_prompts = __toModule(require_prompts3());
|
|
5262
5262
|
|
|
5263
|
-
// node_modules/.pnpm/kolorist@1.5.
|
|
5263
|
+
// node_modules/.pnpm/kolorist@1.5.1/node_modules/kolorist/dist/esm/index.mjs
|
|
5264
5264
|
var enabled = true;
|
|
5265
5265
|
var globalVar = typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : {};
|
|
5266
5266
|
var supportLevel = 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-vue",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5",
|
|
4
4
|
"description": "An easy way to start a Vue project",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -13,15 +13,6 @@
|
|
|
13
13
|
"engines": {
|
|
14
14
|
"node": "^14.13.1 || >=16.0.0"
|
|
15
15
|
},
|
|
16
|
-
"scripts": {
|
|
17
|
-
"prepare": "husky install",
|
|
18
|
-
"format": "prettier --write .",
|
|
19
|
-
"build": "esbuild --bundle index.js --format=cjs --platform=node --outfile=outfile.cjs",
|
|
20
|
-
"snapshot": "node snapshot.js",
|
|
21
|
-
"pretest": "run-s build snapshot",
|
|
22
|
-
"test": "node test.js",
|
|
23
|
-
"prepublishOnly": "run-s build snapshot"
|
|
24
|
-
},
|
|
25
16
|
"repository": {
|
|
26
17
|
"type": "git",
|
|
27
18
|
"url": "git+https://github.com/vuejs/create-vue.git"
|
|
@@ -36,16 +27,24 @@
|
|
|
36
27
|
"devDependencies": {
|
|
37
28
|
"esbuild": "^0.13.15",
|
|
38
29
|
"husky": "^7.0.4",
|
|
39
|
-
"kolorist": "^1.5.
|
|
40
|
-
"lint-staged": "^12.
|
|
30
|
+
"kolorist": "^1.5.1",
|
|
31
|
+
"lint-staged": "^12.3.4",
|
|
41
32
|
"minimist": "^1.2.5",
|
|
42
33
|
"npm-run-all": "^4.1.5",
|
|
43
|
-
"prettier": "^2.
|
|
34
|
+
"prettier": "^2.5.1",
|
|
44
35
|
"prompts": "^2.4.2"
|
|
45
36
|
},
|
|
46
37
|
"lint-staged": {
|
|
47
38
|
"*.{js,ts,vue,json}": [
|
|
48
39
|
"prettier --write"
|
|
49
40
|
]
|
|
50
|
-
}
|
|
51
|
-
|
|
41
|
+
},
|
|
42
|
+
"scripts": {
|
|
43
|
+
"format": "prettier --write .",
|
|
44
|
+
"build": "esbuild --bundle index.js --format=cjs --platform=node --outfile=outfile.cjs",
|
|
45
|
+
"snapshot": "node snapshot.js",
|
|
46
|
+
"pretest": "run-s build snapshot",
|
|
47
|
+
"test": "node test.js"
|
|
48
|
+
},
|
|
49
|
+
"readme": "# create-vue\n\n[](https://open.vscode.dev/vuejs/create-vue)\n\nAn easy way to start a Vue project\n\n## Usage\n\n```sh\nnpm init vue@next\n```\n"
|
|
50
|
+
}
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"@vitejs/plugin-legacy": "^1.7.1",
|
|
13
13
|
"@vue/runtime-dom": "^3.2.31",
|
|
14
14
|
"unplugin-vue2-script-setup": "^0.9.3",
|
|
15
|
-
"vite": "^2.8.
|
|
15
|
+
"vite": "^2.8.4",
|
|
16
16
|
"vite-plugin-vue2": "^1.9.3",
|
|
17
|
-
"vue-template-babel-compiler": "1.
|
|
17
|
+
"vue-template-babel-compiler": "^1.2.0",
|
|
18
18
|
"vue-template-compiler": "^2.6.14"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
"test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'"
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"@cypress/vite-dev-server": "^2.2.
|
|
9
|
+
"@cypress/vite-dev-server": "^2.2.2",
|
|
10
10
|
"@cypress/vue": "^2.2.4",
|
|
11
|
-
"cypress": "^9.
|
|
11
|
+
"cypress": "^9.5.0",
|
|
12
12
|
"start-server-and-test": "^1.14.0"
|
|
13
13
|
}
|
|
14
14
|
}
|