|
2 | 2 | "name": "unplugin-fluent-vue", |
3 | 3 | "type": "module", |
4 | 4 | "version": "1.3.0", |
5 | | - "packageManager": "pnpm@9.9.0", |
| 5 | + "packageManager": "pnpm@9.10.0", |
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", |
|
111 | 111 | }, |
112 | 112 | "devDependencies": { |
113 | 113 | "@antfu/eslint-config": "^3.6.0", |
114 | | - "@nuxt/kit": "^3.11.2", |
115 | | - "@nuxt/schema": "^3.13.0", |
| 114 | + "@nuxt/kit": "^3.13.1", |
| 115 | + "@nuxt/schema": "^3.13.1", |
116 | 116 | "@release-it-plugins/lerna-changelog": "7.0.0", |
117 | | - "@types/node": "20.16.2", |
| 117 | + "@types/node": "20.16.5", |
118 | 118 | "@vitejs/plugin-vue": "5.1.3", |
119 | | - "@vitest/coverage-istanbul": "^2.0.5", |
120 | | - "@vue/compiler-sfc": "3.4.38", |
| 119 | + "@vitest/coverage-istanbul": "^2.1.0", |
| 120 | + "@vue/compiler-sfc": "3.5.4", |
121 | 121 | "dotenv-cli": "7.4.2", |
122 | 122 | "eslint": "9.10.0", |
123 | 123 | "execa": "9.3.1", |
124 | | - "husky": "9.1.5", |
125 | | - "lint-staged": "15.2.9", |
| 124 | + "husky": "9.1.6", |
| 125 | + "lint-staged": "15.2.10", |
126 | 126 | "memfs": "4.11.1", |
127 | 127 | "release-it": "17.6.0", |
128 | 128 | "tsup": "8.2.4", |
129 | | - "typescript": "5.5.4", |
130 | | - "vite": "5.4.2", |
| 129 | + "typescript": "5.6.2", |
| 130 | + "vite": "5.4.4", |
131 | 131 | "vitest": "2.1.0", |
132 | | - "vue": "3.4.38", |
| 132 | + "vue": "3.5.4", |
133 | 133 | "vue-loader": "17.4.2", |
134 | 134 | "webpack": "5.94.0" |
135 | 135 | }, |
|
0 commit comments