|
2 | 2 | "name": "vue-jsx-monorepo", |
3 | 3 | "version": "1.4.0", |
4 | 4 | "private": true, |
5 | | - "packageManager": "pnpm@10.7.0", |
| 5 | + "packageManager": "pnpm@10.14.0", |
6 | 6 | "type": "module", |
7 | 7 | "scripts": { |
8 | 8 | "dev": "pnpm -C packages/jsx-explorer run dev", |
|
19 | 19 | "jsx" |
20 | 20 | ], |
21 | 21 | "devDependencies": { |
22 | | - "@babel/plugin-syntax-typescript": "^7.25.9", |
23 | | - "@eslint/js": "^9.23.0", |
24 | | - "@oxc-project/runtime": "^0.66.0", |
| 22 | + "@babel/plugin-syntax-typescript": "^7.27.1", |
| 23 | + "@eslint/js": "^9.32.0", |
| 24 | + "@oxc-project/runtime": "^0.80.0", |
25 | 25 | "@rollup/plugin-babel": "^6.0.4", |
26 | 26 | "@types/babel__core": "^7.20.5", |
27 | 27 | "@types/babel__helper-module-imports": "^7.18.3", |
28 | 28 | "@types/babel__helper-plugin-utils": "^7.10.3", |
29 | | - "@types/node": "^22.13.14", |
30 | | - "@vitest/coverage-v8": "^3.1.1", |
| 29 | + "@types/node": "^24.2.0", |
| 30 | + "@vitest/coverage-v8": "^3.2.4", |
31 | 31 | "@vue/babel-plugin-jsx": "workspace:*", |
32 | | - "bumpp": "^10.1.0", |
33 | | - "eslint": "^9.23.0", |
34 | | - "eslint-config-prettier": "^10.1.1", |
35 | | - "eslint-plugin-import-x": "^4.9.4", |
36 | | - "jsdom": "^26.0.0", |
37 | | - "prettier": "3.5.3", |
| 32 | + "bumpp": "^10.2.2", |
| 33 | + "eslint": "^9.32.0", |
| 34 | + "eslint-config-prettier": "^10.1.8", |
| 35 | + "eslint-plugin-import-x": "^4.16.1", |
| 36 | + "jsdom": "^26.1.0", |
| 37 | + "prettier": "3.6.2", |
| 38 | + "tsdown": "^0.13.3", |
38 | 39 | "tslib": "^2.8.1", |
39 | | - "tsdown": "^0.9.6", |
40 | | - "typescript": "~5.8.2", |
41 | | - "typescript-eslint": "^8.29.0", |
42 | | - "vite": "^6.2.5", |
43 | | - "vitest": "^3.1.1" |
| 40 | + "typescript": "~5.9.2", |
| 41 | + "typescript-eslint": "^8.39.0", |
| 42 | + "vite": "^7.0.6", |
| 43 | + "vitest": "^3.2.4" |
44 | 44 | } |
45 | 45 | } |
0 commit comments