Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 6434796

Browse files
committed
chore(deps): update all non-major dependencies
1 parent f673830 commit 6434796

File tree

2 files changed

+2217
-950
lines changed

2 files changed

+2217
-950
lines changed

package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -13,38 +13,38 @@
1313
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
1414
},
1515
"dependencies": {
16-
"@nuxtjs/axios": "^5.6.0",
17-
"@nuxtjs/google-analytics": "^2.2.0",
18-
"@nuxtjs/netlify-files": "^1.0.0",
19-
"@nuxtjs/pwa": "^3.0.0-beta.19",
16+
"@nuxtjs/axios": "^5.11.0",
17+
"@nuxtjs/google-analytics": "^2.3.0",
18+
"@nuxtjs/netlify-files": "^1.2.0",
19+
"@nuxtjs/pwa": "^3.0.0-beta.20",
2020
"@nuxtjs/sitemap": "^1.3.1",
21-
"@nuxtjs/tailwindcss": "^1.1.2",
22-
"@vue/composition-api": "^0.3.2",
23-
"eslint-plugin-nuxt": "^0.4.3",
24-
"intersection-observer": "^0.7.0",
25-
"nodemailer": "^6.3.0",
26-
"nuxt-edge": "^2.10.0-26175435.15fa12fc",
27-
"nuxt-i18n": "^6.3.0",
28-
"nuxt-svg-loader": "^1.0.1",
21+
"@nuxtjs/tailwindcss": "^1.4.1",
22+
"@vue/composition-api": "^0.3.4",
23+
"eslint-plugin-nuxt": "^0.5.2",
24+
"intersection-observer": "^0.11.0",
25+
"nodemailer": "^6.4.10",
26+
"nuxt-edge": "^2.10.0-26326094.e9c4bcfe",
27+
"nuxt-i18n": "^6.12.2",
28+
"nuxt-svg-loader": "^1.2.0",
2929
"nuxt-webfontloader": "^1.1.0",
30-
"postcss-nested": "^4.1.2",
31-
"shifty": "^2.8.0",
30+
"postcss-nested": "^4.2.1",
31+
"shifty": "^2.9.1",
3232
"validator": "^11.1.0",
3333
"vue-cookieconsent-component": "^1.2.0",
3434
"vue-if-bot": "^1.2.0",
35-
"vue-observe-visibility": "^0.4.4",
36-
"vuelidate": "^0.7.4",
35+
"vue-observe-visibility": "^0.4.6",
36+
"vuelidate": "^0.7.5",
3737
"xss-filters": "^1.2.7"
3838
},
3939
"devDependencies": {
4040
"@nuxtjs/eslint-config": "^1.1.2",
4141
"@nuxtjs/proxy": "^1.3.3",
42-
"babel-eslint": "^10.0.3",
43-
"eslint": "^6.5.1",
44-
"eslint-loader": "^3.0.2",
45-
"husky": "^3.0.8",
42+
"babel-eslint": "^10.1.0",
43+
"eslint": "^6.8.0",
44+
"eslint-loader": "^3.0.4",
45+
"husky": "^3.1.0",
4646
"netlify-lambda": "^1.6.3",
47-
"standard-version": "^7.0.0"
47+
"standard-version": "^7.1.0"
4848
},
4949
"husky": {
5050
"hooks": {

0 commit comments

Comments
 (0)