create-vue 3.6.2 → 3.6.4

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
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- /*! create-vue v3.6.2 | MIT */
2
+ /*! create-vue v3.6.4 | MIT */
3
3
  var __create = Object.create;
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vue",
3
- "version": "3.6.2",
3
+ "version": "3.6.4",
4
4
  "description": "An easy way to start a Vue project",
5
5
  "type": "module",
6
6
  "bin": {
@@ -11,7 +11,7 @@
11
11
  "template"
12
12
  ],
13
13
  "engines": {
14
- "node": ">=16.0.0"
14
+ "node": ">=v16.20.0"
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
@@ -25,12 +25,12 @@
25
25
  },
26
26
  "homepage": "https://github.com/vuejs/create-vue#readme",
27
27
  "devDependencies": {
28
- "@tsconfig/node18": "^2.0.0",
28
+ "@tsconfig/node18": "^2.0.1",
29
29
  "@types/eslint": "^8.37.0",
30
- "@types/node": "^18.16.3",
30
+ "@types/node": "^18.16.8",
31
31
  "@types/prompts": "^2.4.4",
32
32
  "@vue/create-eslint-config": "^0.2.1",
33
- "@vue/tsconfig": "^0.3.2",
33
+ "@vue/tsconfig": "^0.4.0",
34
34
  "esbuild": "^0.17.18",
35
35
  "esbuild-plugin-license": "^1.2.2",
36
36
  "husky": "^8.0.3",
@@ -6,10 +6,10 @@
6
6
  "preview": "vite preview"
7
7
  },
8
8
  "dependencies": {
9
- "vue": "^3.2.47"
9
+ "vue": "^3.3.2"
10
10
  },
11
11
  "devDependencies": {
12
- "@vitejs/plugin-vue": "^4.2.1",
13
- "vite": "^4.3.4"
12
+ "@vitejs/plugin-vue": "^4.2.3",
13
+ "vite": "^4.3.5"
14
14
  }
15
15
  }
@@ -55,7 +55,6 @@
55
55
  *::after {
56
56
  box-sizing: border-box;
57
57
  margin: 0;
58
- position: relative;
59
58
  font-weight: normal;
60
59
  }
61
60
 
@@ -16,6 +16,7 @@
16
16
  .item {
17
17
  margin-top: 2rem;
18
18
  display: flex;
19
+ position: relative;
19
20
  }
20
21
 
21
22
  .details {
@@ -4,7 +4,7 @@
4
4
  "test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'"
5
5
  },
6
6
  "devDependencies": {
7
- "cypress": "^12.11.0",
7
+ "cypress": "^12.12.0",
8
8
  "start-server-and-test": "^2.0.0"
9
9
  }
10
10
  }
@@ -4,9 +4,9 @@
4
4
  "test:unit:dev": "cypress open --component"
5
5
  },
6
6
  "dependencies": {
7
- "vue": "^3.2.47"
7
+ "vue": "^3.3.2"
8
8
  },
9
9
  "devDependencies": {
10
- "cypress": "^12.11.0"
10
+ "cypress": "^12.12.0"
11
11
  }
12
12
  }
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "dependencies": {
3
- "vue": "^3.2.47"
3
+ "vue": "^3.3.2"
4
4
  },
5
5
  "devDependencies": {
6
6
  "@vitejs/plugin-vue-jsx": "^3.0.1",
7
- "vite": "^4.3.4"
7
+ "vite": "^4.3.5"
8
8
  }
9
9
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "dependencies": {
3
- "pinia": "^2.0.35",
4
- "vue": "^3.2.47"
3
+ "pinia": "^2.0.36",
4
+ "vue": "^3.3.2"
5
5
  }
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "dependencies": {
3
- "vue": "^3.2.47",
4
- "vue-router": "^4.1.6"
3
+ "vue": "^3.3.2",
4
+ "vue-router": "^4.2.0"
5
5
  }
6
6
  }
@@ -2,10 +2,10 @@
2
2
  "scripts": {
3
3
  "build": "run-p type-check build-only",
4
4
  "build-only": "vite build",
5
- "type-check": "vue-tsc --noEmit"
5
+ "type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
6
6
  },
7
7
  "devDependencies": {
8
- "@types/node": "^18.16.3",
8
+ "@types/node": "^18.16.8",
9
9
  "npm-run-all": "^4.1.5",
10
10
  "typescript": "~5.0.4",
11
11
  "vue-tsc": "^1.6.4"
@@ -3,7 +3,7 @@
3
3
  "test:unit": "vitest"
4
4
  },
5
5
  "dependencies": {
6
- "vue": "^3.2.47"
6
+ "vue": "^3.3.2"
7
7
  },
8
8
  "devDependencies": {
9
9
  "@vue/test-utils": "^2.3.2",
@@ -9,7 +9,10 @@ export default mergeConfig(
9
9
  test: {
10
10
  environment: 'jsdom',
11
11
  exclude: [...configDefaults.exclude, 'e2e/*'],
12
- root: fileURLToPath(new URL('./', import.meta.url))
12
+ root: fileURLToPath(new URL('./', import.meta.url)),
13
+ transformMode: {
14
+ web: [/\.[jt]sx$/],
15
+ },
13
16
  }
14
17
  })
15
18
  )
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "devDependencies": {
3
- "@tsconfig/node18": "^2.0.0",
4
- "@vue/tsconfig": "^0.3.2"
3
+ "@tsconfig/node18": "^2.0.1",
4
+ "@vue/tsconfig": "^0.4.0"
5
5
  }
6
6
  }
@@ -3,6 +3,7 @@
3
3
  "include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
4
4
  "compilerOptions": {
5
5
  "composite": true,
6
+ "module": "ESNext",
6
7
  "types": ["node"]
7
8
  }
8
9
  }