|
2 | 2 | "name": "unplugin-fluent-vue",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "1.4.0",
|
5 |
| - "packageManager": "pnpm@10.4.1", |
| 5 | + "packageManager": "pnpm@10.7.1", |
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",
|
|
112 | 112 | },
|
113 | 113 | "devDependencies": {
|
114 | 114 | "@antfu/eslint-config": "^4.3.0",
|
115 |
| - "@fluent/bundle": "^0.18.0", |
116 |
| - "@nuxt/kit": "^3.15.4", |
117 |
| - "@nuxt/schema": "^3.15.4", |
| 115 | + "@fluent/bundle": "^0.19.0", |
| 116 | + "@nuxt/kit": "^3.16.2", |
| 117 | + "@nuxt/schema": "^3.16.2", |
118 | 118 | "@release-it-plugins/lerna-changelog": "7.0.0",
|
119 |
| - "@types/node": "22.13.5", |
120 |
| - "@vitejs/plugin-vue": "5.2.1", |
121 |
| - "@vitest/coverage-istanbul": "^3.0.6", |
| 119 | + "@types/node": "22.13.17", |
| 120 | + "@vitejs/plugin-vue": "5.2.3", |
| 121 | + "@vitest/coverage-istanbul": "^3.1.1", |
122 | 122 | "@vue/compiler-sfc": "3.5.13",
|
123 | 123 | "dotenv-cli": "8.0.0",
|
124 | 124 | "eslint": "9.21.0",
|
125 | 125 | "execa": "9.5.2",
|
126 | 126 | "husky": "9.1.7",
|
127 |
| - "lint-staged": "15.4.3", |
| 127 | + "lint-staged": "15.5.0", |
128 | 128 | "memfs": "4.17.0",
|
129 | 129 | "release-it": "18.1.2",
|
130 |
| - "tsup": "8.3.6", |
131 |
| - "typescript": "5.7.3", |
132 |
| - "vite": "6.1.1", |
133 |
| - "vitest": "3.0.6", |
| 130 | + "tsup": "8.4.0", |
| 131 | + "typescript": "5.8.2", |
| 132 | + "vite": "6.2.4", |
| 133 | + "vitest": "3.1.1", |
134 | 134 | "vue": "3.5.13",
|
135 | 135 | "vue-loader": "17.4.2",
|
136 | 136 | "webpack": "5.98.0"
|
|
0 commit comments