|
2 | 2 | "name": "magic-string-stack", |
3 | 3 | "type": "module", |
4 | 4 | "version": "1.0.0", |
5 | | - "packageManager": "pnpm@9.15.4", |
| 5 | + "packageManager": "pnpm@10.14.0", |
6 | 6 | "description": "magic-string with the capability of committing changes", |
7 | 7 | "author": "Anthony Fu <anthonyfu117@hotmail.com>", |
8 | 8 | "license": "MIT", |
|
42 | 42 | "prepare": "simple-git-hooks" |
43 | 43 | }, |
44 | 44 | "dependencies": { |
45 | | - "@jridgewell/remapping": "^2.3.0", |
| 45 | + "@jridgewell/remapping": "^2.3.5", |
46 | 46 | "magic-string": "^0.30.17" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@antfu/eslint-config": "^4.1.0", |
50 | | - "@antfu/ni": "^23.3.0", |
51 | | - "@antfu/utils": "^8.1.0", |
52 | | - "@types/node": "^22.12.0", |
53 | | - "bumpp": "^10.0.1", |
54 | | - "eslint": "^9.19.0", |
| 49 | + "@antfu/eslint-config": "^5.2.1", |
| 50 | + "@antfu/ni": "^25.0.0", |
| 51 | + "@antfu/utils": "^9.2.0", |
| 52 | + "@types/node": "^24.2.1", |
| 53 | + "bumpp": "^10.2.3", |
| 54 | + "eslint": "^9.33.0", |
55 | 55 | "esno": "^4.8.0", |
56 | | - "lint-staged": "^15.4.3", |
57 | | - "pnpm": "^9.15.4", |
| 56 | + "lint-staged": "^16.1.5", |
| 57 | + "pnpm": "^10.14.0", |
58 | 58 | "rimraf": "^6.0.1", |
59 | | - "simple-git-hooks": "^2.11.1", |
60 | | - "typescript": "^5.7.3", |
61 | | - "unbuild": "^3.3.1", |
62 | | - "vite": "^6.0.11", |
63 | | - "vitest": "^3.0.4" |
| 59 | + "simple-git-hooks": "^2.13.1", |
| 60 | + "typescript": "^5.9.2", |
| 61 | + "unbuild": "^3.6.0", |
| 62 | + "vite": "^7.1.2", |
| 63 | + "vitest": "^3.2.4" |
64 | 64 | }, |
65 | 65 | "simple-git-hooks": { |
66 | 66 | "pre-commit": "pnpm lint-staged" |
|
0 commit comments