mirror of
https://github.com/OBKoro1/autoCommit.git
synced 2024-11-21 18:09:24 +08:00
fix: 修复vscode版本问题
This commit is contained in:
parent
7305aa27a4
commit
6bff0c6e61
3617
package-lock.json
generated
3617
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
34
package.json
34
package.json
@ -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.3",
|
"@types/glob": "^7.1.1",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
"@types/node": "^12.20.15",
|
"@types/node": "^12.11.7",
|
||||||
"@types/vscode": "^1.57.0",
|
"@types/vscode": "^1.41.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.28.0",
|
"@typescript-eslint/eslint-plugin": "^4.4.1",
|
||||||
"@typescript-eslint/parser": "^4.28.0",
|
"@typescript-eslint/parser": "^4.6.1",
|
||||||
"copy-webpack-plugin": "^5.1.2",
|
"copy-webpack-plugin": "^5.1.1",
|
||||||
"eslint": "^7.29.0",
|
"eslint": "^7.12.1",
|
||||||
"eslint-config-airbnb-typescript": "^12.3.1",
|
"eslint-config-airbnb-typescript": "^12.0.0",
|
||||||
"glob": "^7.1.7",
|
"glob": "^7.1.5",
|
||||||
"husky": "^4.3.8",
|
"husky": "^4.3.6",
|
||||||
"mocha": "^6.2.3",
|
"mocha": "^6.2.2",
|
||||||
"ts-loader": "^6.2.1",
|
"ts-loader": "^6.2.1",
|
||||||
"typescript": "^3.9.10",
|
"typescript": "^3.9.7",
|
||||||
"vscode": "^1.1.37",
|
"vscode": "^1.1.37",
|
||||||
"webpack": "^4.46.0",
|
"webpack": "^4.44.2",
|
||||||
"webpack-cli": "^3.3.12"
|
"webpack-cli": "^3.3.10"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"eslint-plugin-import": "^2.23.4",
|
"eslint-plugin-import": "^2.22.1",
|
||||||
"lint-staged": "^10.5.4",
|
"lint-staged": "^10.5.3",
|
||||||
"moment": "^2.29.1"
|
"moment": "^2.24.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user