|
25 | 25 | "@fortawesome/vue-fontawesome": "^3.1.3", |
26 | 26 | "@headlessui/vue": "^1.7.23", |
27 | 27 | "@heroicons/vue": "^2.2.0", |
28 | | - "@nuxtjs/i18n": "^10.2.3", |
29 | | - "@playwright/test": "^1.58.2", |
| 28 | + "@nuxtjs/i18n": "^10.2.4", |
| 29 | + "@playwright/test": "^1.59.0", |
30 | 30 | "@vueuse/core": "^14.2.1", |
31 | | - "globals": "^17.3.0", |
32 | | - "nuxt": "^4.3.1", |
33 | | - "tailwindcss": "^4.2.0", |
34 | | - "vue": "^3.5.28", |
| 31 | + "globals": "^17.4.0", |
| 32 | + "nuxt": "^4.4.2", |
| 33 | + "tailwindcss": "^4.2.2", |
| 34 | + "vue": "^3.5.31", |
35 | 35 | "vue-markdown-render": "^2.3.0", |
36 | 36 | "vue-router": "^4.6.4" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@eslint/eslintrc": "^3.3.3", |
40 | | - "@eslint/js": "^9.39.2", |
| 39 | + "@eslint/eslintrc": "^3.3.5", |
| 40 | + "@eslint/js": "^9.39.4", |
41 | 41 | "@nuxt/types": "^2.18.1", |
42 | | - "@tailwindcss/postcss": "^4.2.0", |
43 | | - "@types/node": "^25.3.0", |
44 | | - "@typescript-eslint/eslint-plugin": "^8.56.0", |
45 | | - "@typescript-eslint/parser": "^8.56.0", |
46 | | - "autoprefixer": "^10.4.24", |
47 | | - "eslint": "^9.39.2", |
| 42 | + "@tailwindcss/postcss": "^4.2.2", |
| 43 | + "@types/node": "^25.5.0", |
| 44 | + "@typescript-eslint/eslint-plugin": "^8.58.0", |
| 45 | + "@typescript-eslint/parser": "^8.58.0", |
| 46 | + "autoprefixer": "^10.4.27", |
| 47 | + "eslint": "^9.39.4", |
48 | 48 | "eslint-plugin-jsx-a11y": "^6.10.2", |
49 | 49 | "eslint-plugin-prettier": "^5.5.5", |
50 | 50 | "eslint-plugin-security": "^4.0.0", |
51 | 51 | "eslint-plugin-vue": "^10.8.0", |
52 | 52 | "husky": "^9.1.7", |
53 | | - "lint-staged": "^16.2.7", |
54 | | - "npm-check-updates": "^19.4.1", |
55 | | - "playwright": "^1.58.2", |
56 | | - "postcss": "^8.5.6", |
| 53 | + "lint-staged": "^16.4.0", |
| 54 | + "npm-check-updates": "^19.6.6", |
| 55 | + "playwright": "^1.59.0", |
| 56 | + "postcss": "^8.5.8", |
57 | 57 | "postcss-html": "^1.8.1", |
58 | 58 | "prettier": "^3.8.1", |
59 | | - "stylelint": "^17.3.0", |
| 59 | + "stylelint": "^17.6.0", |
60 | 60 | "stylelint-config-recommended": "^18.0.0", |
61 | 61 | "stylelint-config-standard": "^40.0.0" |
62 | 62 | }, |
63 | 63 | "optionalDependencies": { |
64 | | - "@oxc-parser/binding-linux-x64-gnu": "0.114.0" |
| 64 | + "@oxc-parser/binding-linux-x64-gnu": "0.123.0" |
65 | 65 | }, |
66 | 66 | "lint-staged": { |
67 | 67 | "*.{ts,tsx,js,jsx}": "eslint --fix", |
|
0 commit comments