|
39 | 39 | "test:unit": "jest"
|
40 | 40 | },
|
41 | 41 | "dependencies": {
|
42 |
| - "@nuxt/http": "^0.5.11", |
| 42 | + "@nuxt/http": "^0.6.4", |
43 | 43 | "@nuxtjs/google-analytics": "^2.4.0",
|
44 |
| - "@nuxtjs/pwa": "^3.0.2", |
45 |
| - "@nuxtjs/sentry": "^4.3.4", |
| 44 | + "@nuxtjs/pwa": "^3.3.5", |
| 45 | + "@nuxtjs/sentry": "^4.5.0", |
46 | 46 | "@nuxtjs/sitemap": "^2.4.0",
|
47 | 47 | "nuxt": "^2.14.4",
|
48 |
| - "vee-validate": "^3.3.9" |
| 48 | + "vee-validate": "^3.4.15" |
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 |
| - "@babel/core": "^7.11.4", |
52 |
| - "@babel/preset-env": "^7.11.0", |
| 51 | + "@babel/core": "^7.26.8", |
| 52 | + "@babel/preset-env": "^7.26.8", |
53 | 53 | "@nuxtjs/eslint-config": "^3.1.0",
|
54 | 54 | "@nuxtjs/eslint-module": "^2.0.0",
|
55 |
| - "@nuxtjs/stylelint-module": "^4.0.0", |
56 |
| - "@nuxtjs/tailwindcss": "^3.0.2", |
57 |
| - "@vue/test-utils": "^1.0.4", |
| 55 | + "@nuxtjs/stylelint-module": "^4.2.2", |
| 56 | + "@nuxtjs/tailwindcss": "^3.4.3", |
| 57 | + "@vue/test-utils": "^1.3.6", |
58 | 58 | "babel-core": "^7.0.0-bridge",
|
59 | 59 | "babel-eslint": "^10.1.0",
|
60 |
| - "babel-jest": "^26.3.0", |
61 |
| - "codecov": "^3.7.2", |
62 |
| - "cypress": "^5.0.0", |
63 |
| - "eslint": "^7.7.0", |
64 |
| - "eslint-config-prettier": "^6.11.0", |
| 60 | + "babel-jest": "^26.6.3", |
| 61 | + "codecov": "^3.8.3", |
| 62 | + "cypress": "^5.6.0", |
| 63 | + "eslint": "^7.32.0", |
| 64 | + "eslint-config-prettier": "^6.15.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.15.2", |
| 68 | + "eslint-plugin-import": "^2.31.0", |
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 |
| - "eslint-plugin-prettier": "^3.1.4", |
73 |
| - "eslint-plugin-promise": "^4.2.1", |
74 |
| - "eslint-plugin-standard": "^4.0.1", |
| 72 | + "eslint-plugin-prettier": "^3.4.1", |
| 73 | + "eslint-plugin-promise": "^4.3.1", |
| 74 | + "eslint-plugin-standard": "^4.1.0", |
75 | 75 | "eslint-plugin-vue": "^6.2.2",
|
76 |
| - "husky": "^4.2.5", |
77 |
| - "jest": "^26.4.2", |
| 76 | + "husky": "^4.3.8", |
| 77 | + "jest": "^26.6.3", |
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.5.4", |
81 | 81 | "postcss-nested": "^4.2.3",
|
82 |
| - "prettier": "^2.1.1", |
83 |
| - "stylelint": "^13.6.1", |
| 82 | + "prettier": "^2.8.8", |
| 83 | + "stylelint": "^13.13.1", |
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 |
| - "node": ">=8.0.0" |
| 88 | + "node": ">=8.17.0" |
89 | 89 | },
|
90 | 90 | "husky": {
|
91 | 91 | "hooks": {
|
|
0 commit comments