]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
fix: add `@types/node` to devDependencies
authorHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 10 Oct 2022 07:24:19 +0000 (15:24 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 10 Oct 2022 07:24:19 +0000 (15:24 +0800)
package.json

index 5b48d1eda2fa4525a91a88b115d05c7947575107..92da8f50e990ef4ea55fd86c712944ee03330d32 100644 (file)
@@ -35,6 +35,7 @@
   "homepage": "https://github.com/vuejs/create-vue#readme",
   "devDependencies": {
     "@types/eslint": "^8.4.6",
+    "@types/node": "^14.18.26",
     "@types/prompts": "^2.0.14",
     "@vue/create-eslint-config": "^0.1.3",
     "@vue/tsconfig": "^0.1.3",