|
36 | 36 | "ci-publish": "tsx scripts/publishCI.ts" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@babel/types": "^7.26.3", |
40 | | - "@eslint/js": "^9.17.0", |
| 39 | + "@babel/types": "^7.26.5", |
| 40 | + "@eslint/js": "^9.18.0", |
41 | 41 | "@types/babel__core": "^7.20.5", |
42 | 42 | "@types/convert-source-map": "^2.0.3", |
43 | 43 | "@types/debug": "^4.1.12", |
44 | 44 | "@types/fs-extra": "^11.0.4", |
45 | | - "@types/node": "^22.10.2", |
| 45 | + "@types/node": "^22.10.6", |
46 | 46 | "@vitejs/release-scripts": "^1.3.2", |
47 | 47 | "conventional-changelog-cli": "^5.0.0", |
48 | | - "eslint": "^9.17.0", |
| 48 | + "eslint": "^9.18.0", |
49 | 49 | "eslint-plugin-import-x": "^4.6.1", |
50 | 50 | "eslint-plugin-n": "^17.15.1", |
51 | 51 | "eslint-plugin-regexp": "^2.7.0", |
|
59 | 59 | "rollup": "^4.29.1", |
60 | 60 | "simple-git-hooks": "^2.11.1", |
61 | 61 | "tsx": "^4.19.2", |
62 | | - "typescript": "^5.7.2", |
63 | | - "typescript-eslint": "^8.18.2", |
| 62 | + "typescript": "^5.7.3", |
| 63 | + "typescript-eslint": "^8.20.0", |
64 | 64 | "unbuild": "2.0.0", |
65 | 65 | "vite": "catalog:", |
66 | 66 | "vitest": "^2.1.8", |
|
83 | 83 | "eslint --cache --fix" |
84 | 84 | ] |
85 | 85 | }, |
86 | | - "packageManager": "[email protected].2", |
| 86 | + "packageManager": "[email protected].4", |
87 | 87 | "pnpm": { |
88 | 88 | "overrides": { |
89 | 89 | "@vitejs/plugin-vue": "workspace:*" |
|
0 commit comments