diff --git a/.eslintrc.js b/.eslintrc.js index 676ba45..acd0f6c 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,8 +1,9 @@ module.exports = { "root": true, "env": { - "browser": true, - node: true + browser: true, + node: true, + es6: true }, "parserOptions": { "parser": "babel-eslint" diff --git a/components/AnimatedLogo.vue b/components/AnimatedLogo.vue index 63cc043..78818ec 100644 --- a/components/AnimatedLogo.vue +++ b/components/AnimatedLogo.vue @@ -1,88 +1,101 @@ diff --git a/nuxt.config.js b/nuxt.config.js index c830e88..51447c6 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -40,7 +40,9 @@ export default { ], kiste: { - theme: { contentPadding: "10px" }, + theme: { + contentPadding: "10px" + }, navigationItems: [ { label: "Home", diff --git a/package.json b/package.json index 2fd4b3c..8014f46 100644 --- a/package.json +++ b/package.json @@ -12,22 +12,22 @@ }, "dependencies": { "@nuxtjs/pwa": "^3.0.0-beta.19", - "nuxt": "^2.0.0", - "vue": "^2.6.10", + "nuxt": "^2.11.0", + "vue": "^2.6.11", "vue-ripple-directive": "^2.0.1" }, "devDependencies": { - "@moritzruth/eslint-config": "1.0.2", - "@nuxtjs/eslint-module": "^1.0.0", - "babel-eslint": "^10.0.1", - "eslint": "^6.1.0", - "eslint-import-resolver-webpack": "^0.12.0", - "eslint-plugin-nuxt": ">=0.4.2", + "@moritzruth/eslint-config": "^1.0.6", + "@nuxtjs/eslint-module": "^1.1.0", + "babel-eslint": "^10.0.3", + "eslint": "^6.8.0", + "eslint-import-resolver-webpack": "^0.12.1", + "eslint-plugin-nuxt": "^0.5.0", "fibers": "^4.0.2", "kiste": "^1.2.4", - "sass": "^1.23.7", - "sass-loader": "^8.0.0", - "serve": "^11.2.0", + "sass": "^1.24.4", + "sass-loader": "^8.0.1", + "serve": "^11.3.0", "svg-to-vue-component": "^0.3.8" } } diff --git a/pages/index.vue b/pages/index.vue index adac929..5f37e48 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -3,9 +3,6 @@
-
- Moritz Ruth -