chore: 更新npm包

This commit is contained in:
OBKoro1 2021-06-27 20:05:56 +08:00
parent 90fbeaf4ff
commit 7305aa27a4
2 changed files with 2281 additions and 3004 deletions

5249
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -90,27 +90,27 @@
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^11.0.0", "@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0", "@commitlint/config-conventional": "^11.0.0",
"@types/glob": "^7.1.1", "@types/glob": "^7.1.3",
"@types/mocha": "^5.2.7", "@types/mocha": "^5.2.7",
"@types/node": "^12.11.7", "@types/node": "^12.20.15",
"@types/vscode": "^1.41.0", "@types/vscode": "^1.57.0",
"@typescript-eslint/eslint-plugin": "^4.4.1", "@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.6.1", "@typescript-eslint/parser": "^4.28.0",
"copy-webpack-plugin": "^5.1.1", "copy-webpack-plugin": "^5.1.2",
"eslint": "^7.12.1", "eslint": "^7.29.0",
"eslint-config-airbnb-typescript": "^12.0.0", "eslint-config-airbnb-typescript": "^12.3.1",
"glob": "^7.1.5", "glob": "^7.1.7",
"husky": "^4.3.6", "husky": "^4.3.8",
"mocha": "^6.2.2", "mocha": "^6.2.3",
"ts-loader": "^6.2.1", "ts-loader": "^6.2.1",
"typescript": "^3.9.7", "typescript": "^3.9.10",
"vscode": "^1.1.36", "vscode": "^1.1.37",
"webpack": "^4.44.2", "webpack": "^4.46.0",
"webpack-cli": "^3.3.10" "webpack-cli": "^3.3.12"
}, },
"dependencies": { "dependencies": {
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.23.4",
"lint-staged": "^10.5.3", "lint-staged": "^10.5.4",
"moment": "^2.24.0" "moment": "^2.29.1"
} }
} }