|
2 | 2 | "name": "unplugin-fluent-vue",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "1.4.1",
|
5 |
| - "packageManager": "pnpm@10.11.0", |
| 5 | + "packageManager": "pnpm@10.12.4", |
6 | 6 | "description": "unplugin for fluent-vue. Adds support for custom blocks in Vue SFC and external ftl files.",
|
7 | 7 | "author": {
|
8 | 8 | "name": "Ivan Demchuk",
|
|
113 | 113 | "devDependencies": {
|
114 | 114 | "@antfu/eslint-config": "^4.13.2",
|
115 | 115 | "@fluent/bundle": "^0.19.1",
|
116 |
| - "@nuxt/kit": "^3.17.4", |
117 |
| - "@nuxt/schema": "^3.17.4", |
| 116 | + "@nuxt/kit": "^3.17.6", |
| 117 | + "@nuxt/schema": "^3.17.6", |
118 | 118 | "@release-it-plugins/lerna-changelog": "8.0.1",
|
119 |
| - "@types/node": "22.15.29", |
| 119 | + "@types/node": "22.16.0", |
120 | 120 | "@vitejs/plugin-vue": "5.2.4",
|
121 |
| - "@vitest/coverage-istanbul": "^3.1.4", |
122 |
| - "@vue/compiler-sfc": "3.5.16", |
| 121 | + "@vitest/coverage-istanbul": "^3.2.4", |
| 122 | + "@vue/compiler-sfc": "3.5.17", |
123 | 123 | "eslint": "9.28.0",
|
124 | 124 | "execa": "9.6.0",
|
125 | 125 | "husky": "9.1.7",
|
126 |
| - "lint-staged": "16.1.0", |
| 126 | + "lint-staged": "16.1.2", |
127 | 127 | "memfs": "4.17.2",
|
128 | 128 | "release-it": "19.0.3",
|
129 | 129 | "tsup": "8.5.0",
|
130 | 130 | "typescript": "5.8.3",
|
131 | 131 | "vite": "6.3.5",
|
132 |
| - "vitest": "3.1.4", |
133 |
| - "vue": "3.5.16", |
| 132 | + "vitest": "3.2.4", |
| 133 | + "vue": "3.5.17", |
134 | 134 | "vue-loader": "17.4.2",
|
135 | 135 | "webpack": "5.99.9"
|
136 | 136 | },
|
|
0 commit comments