Merge branch 'feature-91xr-cn' into 'master'
Feature 91xr cn See merge request !20
Showing
| ... | @@ -30,7 +30,7 @@ | ... | @@ -30,7 +30,7 @@ |
| "devDependencies": { | "devDependencies": { | ||
| "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", | ||
| "@babel/plugin-proposal-optional-chaining": "^7.12.7", | "@babel/plugin-proposal-optional-chaining": "^7.12.7", | ||
| "@qg/webpack-cos-cdn-upload-plugin": "1.0.2", | "@qg/webpack-cos-cdn-upload-plugin": "1.0.4", | ||
| "@vue/cli-plugin-babel": "^4.4.0", | "@vue/cli-plugin-babel": "^4.4.0", | ||
| "@vue/cli-plugin-eslint": "^4.4.0", | "@vue/cli-plugin-eslint": "^4.4.0", | ||
| "@vue/cli-plugin-router": "^4.4.0", | "@vue/cli-plugin-router": "^4.4.0", | ||
| ... | @@ -58,10 +58,6 @@ | ... | @@ -58,10 +58,6 @@ |
| "git add" | "git add" | ||
| ] | ] | ||
| }, | }, | ||
| "engines": { | |||
| "node": "^14.0.0 || ^16.0.0", | |||
| "npm": ">= 3.0.0" | |||
| }, | |||
| "husky": { | "husky": { | ||
| "hooks": { | "hooks": { | ||
| "pre-commit": "lint-staged" | "pre-commit": "lint-staged" | ||
| ... | ... |
Please register or sign in to comment