Skip to content

Commit

Permalink
chore(deps-dev): bump @nuxtjs/eslint-config from 3.1.0 to 6.0.0
Browse files Browse the repository at this point in the history
Bumps [@nuxtjs/eslint-config](https://github.com/nuxt/eslint-config) from 3.1.0 to 6.0.0.
- [Release notes](https://github.com/nuxt/eslint-config/releases)
- [Commits](https://github.com/nuxt/eslint-config/compare/@nuxtjs/eslint-config@3.1.0...@nuxtjs/eslint-config@6.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 17, 2021
1 parent f737053 commit 735a014
Show file tree
Hide file tree
Showing 2 changed files with 2,812 additions and 2,966 deletions.
20 changes: 12 additions & 8 deletions package.json
Expand Up @@ -8,22 +8,21 @@
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "yarn lint:js"
"lint": "yarn lint:js",
"analyze-bundle": "yarn nuxt build --analyze"
},
"dependencies": {
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@nuxt/content": "^1.9.0",
"@nuxtjs/axios": "^5.12.2",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/pwa": "^3.0.2",
"@nuxtjs/sitemap": "^2.4.0",
"bootstrap": "^4.5.2",
"bootstrap-vue": "^2.17.3",
"chart.js": "^2.9.4",
"core-js": "^3.6.5",
"date-fns": "^2.19.0",
"hooper": "^0.3.4",
"moment": "^2.29.1",
"nuxt": "^2.14.6",
"nuxt": "^2.15.3",
"nuxt-socket-io": "^1.1.13",
"three": "^0.123.0",
"vue-chartjs": "^3.5.1",
Expand All @@ -34,15 +33,20 @@
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-config": "^6.0.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/fontawesome": "^1.1.2",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/style-resources": "^1.0.0",
"@nuxtjs/svg": "^0.1.12",
"@nuxtjs/tailwindcss": "^4.0.1",
"@tailwindcss/postcss7-compat": "^2.0.3",
"autoprefixer": "9",
"babel-eslint": "^10.1.0",
"eslint": "^7.10.0",
"eslint-plugin-nuxt": "^1.0.0",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.0"
"postcss": "7",
"sass-loader": "^10.1.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat"
}
}

0 comments on commit 735a014

Please sign in to comment.