|
|
@@ -46,8 +46,7 @@
|
|
|
"upload": "yarn build:site:oss && node ./jd/upload.js",
|
|
|
"add": "node jd/createComponentMode.js",
|
|
|
"publish:beta": "npm publish --tag=beta",
|
|
|
- "publish:next": "npm publish --tag=next",
|
|
|
- "publish:taro": "npm publish",
|
|
|
+ "publish": "npm publish",
|
|
|
"generate:file": "node jd/generate-nutui.js",
|
|
|
"generate:file:taro:vue": "node jd/generate-nutui-taro-vue.js",
|
|
|
"generate:types": "node jd/generate-types.js",
|
|
|
@@ -64,24 +63,23 @@
|
|
|
}
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "@tarojs/cli": "^3.4.0",
|
|
|
"sass": "~1.32.0",
|
|
|
- "vue-router": "^4.0.11"
|
|
|
+ "vue-router": "^4.0.12"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@commitlint/cli": "^10.0.0",
|
|
|
"@commitlint/config-conventional": "^10.0.0",
|
|
|
"@tarojs/taro": "^3.4.0",
|
|
|
"@types/jest": "^26.0.22",
|
|
|
- "@types/node": "^14.14.31",
|
|
|
+ "@types/node": "^17.0.16",
|
|
|
"@typescript-eslint/eslint-plugin": "^4.20.0",
|
|
|
"@typescript-eslint/parser": "^4.20.0",
|
|
|
- "@vitejs/plugin-legacy": "^1.4.0",
|
|
|
- "@vitejs/plugin-vue": "^1.2.2",
|
|
|
- "@vue/compiler-sfc": "^3.0.11",
|
|
|
+ "@vitejs/plugin-legacy": "^1.6.4",
|
|
|
+ "@vitejs/plugin-vue": "^2.1.0",
|
|
|
+ "@vue/compiler-sfc": "^3.2.30",
|
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
|
"@vue/eslint-config-typescript": "^7.0.0",
|
|
|
- "@vue/test-utils": "^2.0.0-rc.17",
|
|
|
+ "@vue/test-utils": "^2.0.0-rc.18",
|
|
|
"autoprefixer": "^10.3.4",
|
|
|
"axios": "^0.21.0",
|
|
|
"eslint": "^7.23.2",
|
|
|
@@ -102,9 +100,9 @@
|
|
|
"transliteration": "^2.2.0",
|
|
|
"ts-jest": "^26.5.5",
|
|
|
"typescript": "^4.1.5",
|
|
|
- "vite": "^2.3.4",
|
|
|
- "vite-plugin-md": "^0.11.0",
|
|
|
- "vue": "^3.2.19",
|
|
|
+ "vite": "^2.7.13",
|
|
|
+ "vite-plugin-md": "^0.11.8",
|
|
|
+ "vue": "^3.2.30",
|
|
|
"vue-jest": "^5.0.0-alpha.7"
|
|
|
},
|
|
|
"eslintConfig": {
|