create-vue 2.0.5 → 2.0.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vue",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "An easy way to start a Vue project",
5
5
  "type": "module",
6
6
  "bin": {
@@ -45,6 +45,5 @@
45
45
  "snapshot": "node snapshot.js",
46
46
  "pretest": "run-s build snapshot",
47
47
  "test": "node test.js"
48
- },
49
- "readme": "# create-vue\n\n[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](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"
48
+ }
50
49
  }
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "devDependencies": {
7
7
  "@types/node": "^16.11.25",
8
- "typescript": "~4.5.5",
9
- "vue-tsc": "^0.31.4"
8
+ "typescript": "~4.7.3",
9
+ "vue-tsc": "^0.37.3"
10
10
  }
11
11
  }
@@ -18,7 +18,7 @@
18
18
  "skipLibCheck": true
19
19
  },
20
20
  "vueCompilerOptions": {
21
- "experimentalCompatMode": 2
21
+ "target": 2
22
22
  },
23
23
  "include": ["vite.config.*", "env.d.ts", "src/**/*", "src/**/*.vue"]
24
24
  }