|
15 | 15 | "lint:report": "eslint --output-file=eslint_report.json --format json ." |
16 | 16 | }, |
17 | 17 | "devDependencies": { |
18 | | - "@eslint/js": "^9.15.0", |
19 | | - "@nuxt/devtools": "latest", |
20 | | - "@nuxt/eslint": "^0.7.2", |
21 | | - "@nuxtjs/robots": "^4.1.3", |
22 | | - "@nuxtjs/sitemap": "6.0.0-beta.4", |
23 | | - "@nuxtjs/tailwindcss": "^6.12.1", |
24 | | - "eslint": "^9.15.0", |
| 18 | + "@eslint/js": "^9.17.0", |
| 19 | + "@nuxt/devtools": "^1.6.4", |
| 20 | + "@nuxt/eslint": "^0.7.4", |
| 21 | + "@nuxtjs/robots": "^5.0.1", |
| 22 | + "@nuxtjs/sitemap": "7.0.0", |
| 23 | + "@nuxtjs/tailwindcss": "^6.12.2", |
| 24 | + "eslint": "^9.17.0", |
25 | 25 | "eslint-config-prettier": "^9.1.0", |
26 | 26 | "eslint-plugin-prettier": "^5.2.1", |
27 | | - "eslint-plugin-vue": "^9.31.0", |
28 | | - "globals": "^15.12.0", |
29 | | - "nuxt": "^3.12.4", |
30 | | - "nuxt-posthog": "^1.5.4", |
31 | | - "nuxt-schema-org": "^3.3.9", |
32 | | - "prettier": "^3.4.1", |
| 27 | + "eslint-plugin-vue": "^9.32.0", |
| 28 | + "globals": "^15.14.0", |
| 29 | + "nuxt": "^3.14.1592", |
| 30 | + "nuxt-posthog": "^1.6.1", |
| 31 | + "nuxt-schema-org": "^4.0.4", |
| 32 | + "prettier": "^3.4.2", |
33 | 33 | "prettier-plugin-tailwindcss": "^0.6.9", |
34 | | - "typescript-eslint": "^8.16.0", |
35 | | - "vue": "^3.4.34", |
36 | | - "vue-router": "^4.4.0" |
| 34 | + "typescript-eslint": "^8.18.1", |
| 35 | + "vue": "^3.5.13", |
| 36 | + "vue-router": "^4.5.0" |
37 | 37 | }, |
38 | 38 | "dependencies": { |
39 | | - "@fortawesome/fontawesome-svg-core": "^6.6.0", |
40 | | - "@fortawesome/free-brands-svg-icons": "^6.6.0", |
41 | | - "@fortawesome/free-solid-svg-icons": "^6.6.0", |
| 39 | + "@fortawesome/fontawesome-svg-core": "^6.7.2", |
| 40 | + "@fortawesome/free-brands-svg-icons": "^6.7.2", |
| 41 | + "@fortawesome/free-solid-svg-icons": "^6.7.2", |
42 | 42 | "@fortawesome/vue-fontawesome": "^3.0.8", |
43 | | - "@vueuse/core": "^10.11.0", |
44 | | - "@vueuse/nuxt": "^10.11.0", |
45 | | - "posthog-js": "^1.165.1" |
| 43 | + "@vueuse/core": "^12.1.0", |
| 44 | + "@vueuse/nuxt": "^12.1.0", |
| 45 | + "posthog-js": "^1.203.1" |
46 | 46 | }, |
47 | 47 | "packageManager": "[email protected]" |
48 | 48 | } |
0 commit comments