|
2 | 2 | "name": "vue-jsx-monorepo",
|
3 | 3 | "version": "1.2.5",
|
4 | 4 | "private": true,
|
5 |
| - "packageManager": "pnpm@9.9.0", |
| 5 | + "packageManager": "pnpm@9.15.3", |
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.4", |
23 |
| - "@eslint/js": "^9.10.0", |
| 22 | + "@babel/plugin-syntax-typescript": "^7.25.9", |
| 23 | + "@eslint/js": "^9.18.0", |
24 | 24 | "@rollup/plugin-babel": "^6.0.4",
|
25 | 25 | "@types/babel__core": "^7.20.5",
|
26 | 26 | "@types/babel__helper-module-imports": "^7.18.3",
|
27 | 27 | "@types/babel__helper-plugin-utils": "^7.10.3",
|
28 |
| - "@types/node": "^22.5.4", |
29 |
| - "@vitest/coverage-v8": "^2.0.5", |
| 28 | + "@types/node": "^22.10.5", |
| 29 | + "@vitest/coverage-v8": "^2.1.8", |
30 | 30 | "@vue/babel-plugin-jsx": "workspace:*",
|
31 |
| - "bumpp": "^9.5.2", |
32 |
| - "eslint": "^9.10.0", |
| 31 | + "bumpp": "^9.10.0", |
| 32 | + "eslint": "^9.18.0", |
33 | 33 | "eslint-config-prettier": "^9.1.0",
|
34 |
| - "eslint-plugin-import-x": "^4.2.1", |
| 34 | + "eslint-plugin-import-x": "^4.6.1", |
35 | 35 | "jsdom": "^26.0.0",
|
36 |
| - "prettier": "^3.3.3", |
37 |
| - "tslib": "^2.7.0", |
38 |
| - "tsup": "^8.2.4", |
39 |
| - "typescript": "^5.5.4", |
40 |
| - "typescript-eslint": "^8.4.0", |
41 |
| - "vite": "^5.4.3", |
42 |
| - "vitest": "^2.0.5" |
| 36 | + "prettier": "^3.4.2", |
| 37 | + "tslib": "^2.8.1", |
| 38 | + "tsup": "^8.3.5", |
| 39 | + "typescript": "^5.7.3", |
| 40 | + "typescript-eslint": "^8.19.1", |
| 41 | + "vite": "^6.0.7", |
| 42 | + "vitest": "^2.1.8" |
43 | 43 | }
|
44 | 44 | }
|
0 commit comments