|
39 | 39 | "test:unit": "jest"
|
40 | 40 | },
|
41 | 41 | "dependencies": {
|
42 |
| - "@nuxt/http": "^0.5.11", |
| 42 | + "@nuxt/http": "^0.5.13", |
43 | 43 | "@nuxtjs/google-analytics": "^2.4.0",
|
44 | 44 | "@nuxtjs/pwa": "^3.0.2",
|
45 |
| - "@nuxtjs/sentry": "^4.3.4", |
| 45 | + "@nuxtjs/sentry": "^4.3.5", |
46 | 46 | "@nuxtjs/sitemap": "^2.4.0",
|
47 |
| - "nuxt": "^2.14.4", |
48 |
| - "vee-validate": "^3.3.9" |
| 47 | + "nuxt": "^2.14.6", |
| 48 | + "vee-validate": "^3.4.0" |
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 |
| - "@babel/core": "^7.11.4", |
52 |
| - "@babel/preset-env": "^7.11.0", |
| 51 | + "@babel/core": "^7.11.6", |
| 52 | + "@babel/preset-env": "^7.11.5", |
53 | 53 | "@nuxtjs/eslint-config": "^3.1.0",
|
54 | 54 | "@nuxtjs/eslint-module": "^2.0.0",
|
55 | 55 | "@nuxtjs/stylelint-module": "^4.0.0",
|
56 |
| - "@nuxtjs/tailwindcss": "^3.0.2", |
57 |
| - "@vue/test-utils": "^1.0.4", |
| 56 | + "@nuxtjs/tailwindcss": "^3.1.0", |
| 57 | + "@vue/test-utils": "^1.1.0", |
58 | 58 | "babel-core": "^7.0.0-bridge",
|
59 | 59 | "babel-eslint": "^10.1.0",
|
60 | 60 | "babel-jest": "^26.3.0",
|
61 | 61 | "codecov": "^3.7.2",
|
62 |
| - "cypress": "^5.0.0", |
63 |
| - "eslint": "^7.7.0", |
64 |
| - "eslint-config-prettier": "^6.11.0", |
| 62 | + "cypress": "^5.2.0", |
| 63 | + "eslint": "^7.10.0", |
| 64 | + "eslint-config-prettier": "^6.12.0", |
65 | 65 | "eslint-config-standard": "^14.1.1",
|
66 | 66 | "eslint-loader": "^4.0.2",
|
67 |
| - "eslint-plugin-cypress": "^2.11.1", |
68 |
| - "eslint-plugin-import": "^2.22.0", |
| 67 | + "eslint-plugin-cypress": "^2.11.2", |
| 68 | + "eslint-plugin-import": "^2.22.1", |
69 | 69 | "eslint-plugin-jest": "^23.20.0",
|
70 | 70 | "eslint-plugin-node": "^11.1.0",
|
71 | 71 | "eslint-plugin-nuxt": "^1.0.0",
|
72 | 72 | "eslint-plugin-prettier": "^3.1.4",
|
73 | 73 | "eslint-plugin-promise": "^4.2.1",
|
74 | 74 | "eslint-plugin-standard": "^4.0.1",
|
75 | 75 | "eslint-plugin-vue": "^6.2.2",
|
76 |
| - "husky": "^4.2.5", |
| 76 | + "husky": "^4.3.0", |
77 | 77 | "jest": "^26.4.2",
|
78 | 78 | "jest-serializer-vue": "^2.0.2",
|
79 | 79 | "jest-transform-stub": "^2.0.0",
|
80 |
| - "lint-staged": "^10.2.13", |
| 80 | + "lint-staged": "^10.4.0", |
81 | 81 | "postcss-nested": "^4.2.3",
|
82 |
| - "prettier": "^2.1.1", |
83 |
| - "stylelint": "^13.6.1", |
| 82 | + "prettier": "^2.1.2", |
| 83 | + "stylelint": "^13.7.2", |
84 | 84 | "stylelint-config-recommended": "^3.0.0",
|
85 |
| - "vue-jest": "^3.0.6" |
| 85 | + "vue-jest": "^3.0.7" |
86 | 86 | },
|
87 | 87 | "engines": {
|
88 | 88 | "node": ">=8.0.0"
|
|
0 commit comments