|
2 | 2 | "name": "fluent-vue",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "3.7.2",
|
5 |
| - "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977", |
| 5 | + "packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184", |
6 | 6 | "description": "Internationalization plugin for Vue.js. Project Fluent bindings for Vue.js",
|
7 | 7 | "author": "Ivan Demchuk <ivan.demchuk@gmail.com>",
|
8 | 8 | "license": "MIT",
|
|
85 | 85 | "@antfu/eslint-config": "^4.13.2",
|
86 | 86 | "@fluent/bundle": "~0.19.1",
|
87 | 87 | "@fluent/dedent": "~0.5.0",
|
88 |
| - "@ls-lint/ls-lint": "^2.3.0", |
| 88 | + "@ls-lint/ls-lint": "^2.3.1", |
89 | 89 | "@release-it-plugins/lerna-changelog": "^8.0.1",
|
90 |
| - "@types/node": "^22.15.27", |
91 |
| - "@vitest/coverage-istanbul": "^3.1.4", |
92 |
| - "@vue/compiler-sfc": "^3.5.16", |
| 90 | + "@types/node": "^22.16.0", |
| 91 | + "@vitest/coverage-istanbul": "^3.2.4", |
| 92 | + "@vue/compiler-sfc": "^3.5.17", |
93 | 93 | "@vue/test-utils": "^2.4.6",
|
94 | 94 | "esbuild-plugin-globals": "^0.2.0",
|
95 | 95 | "eslint": "^9.27.0",
|
96 | 96 | "execa": "^9.6.0",
|
97 | 97 | "happy-dom": "^18.0.1",
|
98 | 98 | "husky": "^9.1.7",
|
99 |
| - "lint-staged": "^16.1.0", |
| 99 | + "lint-staged": "^16.1.2", |
100 | 100 | "release-it": "^19.0.3",
|
101 | 101 | "rimraf": "^6.0.1",
|
102 | 102 | "tsup": "^8.5.0",
|
103 | 103 | "typescript": "^5.8.3",
|
104 | 104 | "vite": "^6.3.5",
|
105 |
| - "vitest": "^3.1.4", |
106 |
| - "vue": "npm:vue@^3.5.16", |
| 105 | + "vitest": "^3.2.4", |
| 106 | + "vue": "npm:vue@^3.5.17", |
107 | 107 | "vue-2": "npm:vue@^2.7.16",
|
108 |
| - "vue-3": "npm:vue@^3.5.16" |
| 108 | + "vue-3": "npm:vue@^3.5.17" |
109 | 109 | },
|
110 | 110 | "lint-staged": {
|
111 | 111 | "*.js": "eslint --fix",
|
|
0 commit comments