diff --git a/package.json b/package.json index 16a51d6..469b1db 100644 --- a/package.json +++ b/package.json @@ -19,20 +19,20 @@ "license": "GPL-3.0", "devDependencies": { "@babel/runtime-corejs3": "^7.9.2", - "@types/node": "^12.12.35", + "@types/node": "^14.0.13", "@types/webpack-env": "^1.15.1", - "@typescript-eslint/eslint-plugin": "^2.27.0", - "@typescript-eslint/parser": "^2.27.0", + "@typescript-eslint/eslint-plugin": "^3.3.0", + "@typescript-eslint/parser": "^3.3.0", "core-js": "^3.6.4", - "eslint": "^6.8.0", - "eslint-config-bamboo": "^3.0.0", + "eslint": "^7.3.0", + "eslint-config-bamboo": "^5.1.0", "eslint-plugin-vue": "^6.2.2", - "ts-loader": "^6.2.2", + "ts-loader": "^7.0.5", "typescript": "^3.9.0-dev.20200409" }, "dependencies": { "@mdi/js": "^5.0.45", - "@nuxt/typescript-build": "^0.6.1", + "@nuxt/typescript-build": "^1.0.3", "@nuxt/typescript-runtime": "^0.4.2", "@nuxtjs/axios": "^5.9.6", "@nuxtjs/vuetify": "^1.11.0", @@ -41,6 +41,6 @@ "nuxt-i18n": "^6.8.1", "nuxt-property-decorator": "^2.5.1", "ts-node": "^8.8.2", - "vuex-module-decorators": "^0.16.1" + "vuex-module-decorators": "^0.17.0" } }