|
13 | 13 | "lint": "eslint --ext .js,.vue --ignore-path .gitignore ." |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@nuxtjs/axios": "^5.6.0", |
17 | | - "@nuxtjs/google-analytics": "^2.2.0", |
| 16 | + "@nuxtjs/axios": "^5.8.0", |
| 17 | + "@nuxtjs/google-analytics": "^2.2.2", |
18 | 18 | "@nuxtjs/netlify-files": "^1.0.0", |
19 | 19 | "@nuxtjs/pwa": "^3.0.0-beta.19", |
20 | 20 | "@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", |
| 21 | + "@nuxtjs/tailwindcss": "^1.2.0", |
| 22 | + "@vue/composition-api": "^0.3.4", |
| 23 | + "eslint-plugin-nuxt": "^0.5.0", |
24 | 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", |
| 25 | + "nodemailer": "^6.3.1", |
| 26 | + "nuxt-edge": "^2.10.0-26245456.e9c4bcfe", |
| 27 | + "nuxt-i18n": "^6.4.1", |
28 | 28 | "nuxt-svg-loader": "^1.0.1", |
29 | 29 | "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.8.3", |
32 | 32 | "validator": "^11.1.0", |
33 | 33 | "vue-cookieconsent-component": "^1.2.0", |
34 | 34 | "vue-if-bot": "^1.2.0", |
35 | | - "vue-observe-visibility": "^0.4.4", |
| 35 | + "vue-observe-visibility": "^0.4.6", |
36 | 36 | "vuelidate": "^0.7.4", |
37 | 37 | "xss-filters": "^1.2.7" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | 40 | "@nuxtjs/eslint-config": "^1.1.2", |
41 | 41 | "@nuxtjs/proxy": "^1.3.3", |
42 | 42 | "babel-eslint": "^10.0.3", |
43 | | - "eslint": "^6.5.1", |
| 43 | + "eslint": "^6.7.2", |
44 | 44 | "eslint-loader": "^3.0.2", |
45 | | - "husky": "^3.0.8", |
| 45 | + "husky": "^3.1.0", |
46 | 46 | "netlify-lambda": "^1.6.3", |
47 | | - "standard-version": "^7.0.0" |
| 47 | + "standard-version": "^7.0.1" |
48 | 48 | }, |
49 | 49 | "husky": { |
50 | 50 | "hooks": { |
|
0 commit comments