diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index ff918b2..2b691ee 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "build:all": "npm run build && npm run copy:redirects" }, "dependencies": { - "core-js": "3.11.1", + "core-js": "3.12.1", "cpx": "1.5.0", "normalize.css": "8.0.1", "sakura.css": "1.3.1", @@ -25,8 +25,8 @@ "@commitlint/config-conventional": "12.1.1", "@types/chai": "4.2.18", "@types/mocha": "5.2.7", - "@typescript-eslint/eslint-plugin": "4.22.0", - "@typescript-eslint/parser": "4.22.0", + "@typescript-eslint/eslint-plugin": "4.23.0", + "@typescript-eslint/parser": "4.23.0", "@vue/cli-plugin-babel": "4.5.12", "@vue/cli-plugin-eslint": "4.5.12", "@vue/cli-plugin-router": "4.5.12", @@ -41,14 +41,14 @@ "chai": "4.3.4", "commitizen": "4.2.3", "cz-conventional-commit": "1.0.6", - "eslint": "6.8.0", + "eslint": "7.26.0", "eslint-plugin-import": "2.22.1", "eslint-plugin-vue": "7.9.0", "husky": "6.0.0", "lint-staged": "9.5.0", "sass": "1.32.12", "sass-loader": "8.0.2", - "typescript": "4.1.5" + "typescript": "4.2.4" }, "gitHooks": { "pre-commit": "lint-staged" |