|
71 | 71 | "vue": "^2.6.11 || >=3.0.0"
|
72 | 72 | },
|
73 | 73 | "peerDependenciesMeta": {
|
74 |
| - "@vue/composition-api": { |
75 |
| - "optional": true |
76 |
| - } |
| 74 | + "@vue/composition-api": { "optional": true } |
77 | 75 | },
|
78 | 76 | "dependencies": {
|
79 | 77 | "@fluent/sequence": "^0.8.0",
|
|
82 | 80 | "vue-demi": "latest"
|
83 | 81 | },
|
84 | 82 | "devDependencies": {
|
85 |
| - "@antfu/eslint-config": "^4.13.2", |
| 83 | + "@antfu/eslint-config": "^5.0.0", |
86 | 84 | "@fluent/bundle": "~0.19.1",
|
87 | 85 | "@fluent/dedent": "~0.5.0",
|
88 | 86 | "@ls-lint/ls-lint": "^2.3.0",
|
89 | 87 | "@release-it-plugins/lerna-changelog": "^8.0.1",
|
90 | 88 | "@types/node": "^22.15.27",
|
91 | 89 | "@vitest/coverage-istanbul": "^3.1.4",
|
92 |
| - "@vue/compiler-sfc": "^3.5.16", |
| 90 | + "@vue/compiler-sfc": "^3.5.13", |
93 | 91 | "@vue/test-utils": "^2.4.6",
|
94 | 92 | "esbuild-plugin-globals": "^0.2.0",
|
95 |
| - "eslint": "^9.27.0", |
| 93 | + "eslint": "^9.32.0", |
96 | 94 | "execa": "^9.6.0",
|
97 | 95 | "happy-dom": "^18.0.1",
|
98 | 96 | "husky": "^9.1.7",
|
|
103 | 101 | "typescript": "^5.8.3",
|
104 | 102 | "vite": "^7.0.2",
|
105 | 103 | "vitest": "^3.1.4",
|
106 |
| - "vue": "npm:vue@^3.5.16", |
| 104 | + "vue": "npm:vue@^3.5.13", |
107 | 105 | "vue-2": "npm:vue@^2.7.16",
|
108 |
| - "vue-3": "npm:vue@^3.5.16" |
| 106 | + "vue-3": "npm:vue@^3.5.13" |
109 | 107 | },
|
110 | 108 | "lint-staged": {
|
111 | 109 | "*.js": "eslint --fix",
|
|
0 commit comments