|
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", |
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", |
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", |
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", |
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.9.1", |
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", |
36 |
| - "vuelidate": "^0.7.4", |
| 35 | + "vue-observe-visibility": "^0.4.6", |
| 36 | + "vuelidate": "^0.7.5", |
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 |
| - "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", |
46 | 46 | "netlify-lambda": "^1.6.3",
|
47 |
| - "standard-version": "^7.0.0" |
| 47 | + "standard-version": "^7.1.0" |
48 | 48 | },
|
49 | 49 | "husky": {
|
50 | 50 | "hooks": {
|
|
0 commit comments