|
2 | 2 | "name": "structured-clone-es", |
3 | 3 | "type": "module", |
4 | 4 | "version": "1.0.0", |
5 | | - "packageManager": "pnpm@9.15.4", |
| 5 | + "packageManager": "pnpm@10.32.1", |
6 | 6 | "description": "A re-distribution of @ungap/structured-clone for Node.js compatible ES Modules", |
7 | 7 | "author": "Andrea Giammarchi", |
8 | 8 | "license": "ISC", |
|
34 | 34 | "prepare": "simple-git-hooks" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "@antfu/eslint-config": "^3.14.0", |
38 | | - "@antfu/ni": "^23.2.0", |
39 | | - "@antfu/utils": "^8.1.0", |
40 | | - "@types/node": "^22.10.6", |
| 37 | + "@antfu/eslint-config": "^7.7.2", |
| 38 | + "@antfu/ni": "^28.3.0", |
| 39 | + "@antfu/utils": "^9.3.0", |
| 40 | + "@types/node": "^25.4.0", |
41 | 41 | "@types/ungap__structured-clone": "^1.2.0", |
42 | | - "@ungap/structured-clone": "^1.2.1", |
43 | | - "bumpp": "^9.10.1", |
44 | | - "eslint": "^9.18.0", |
45 | | - "lint-staged": "^15.3.0", |
46 | | - "pnpm": "^9.15.4", |
47 | | - "simple-git-hooks": "^2.11.1", |
48 | | - "tsx": "^4.19.2", |
49 | | - "typescript": "^5.7.3", |
50 | | - "unbuild": "^3.3.1", |
51 | | - "vite": "^6.0.7" |
| 42 | + "@ungap/structured-clone": "^1.3.0", |
| 43 | + "bumpp": "^10.4.1", |
| 44 | + "eslint": "^10.0.3", |
| 45 | + "lint-staged": "^16.3.3", |
| 46 | + "pnpm": "^10.32.1", |
| 47 | + "simple-git-hooks": "^2.13.1", |
| 48 | + "tsx": "^4.21.0", |
| 49 | + "typescript": "^5.9.3", |
| 50 | + "unbuild": "^3.6.1", |
| 51 | + "vite": "^7.3.1" |
52 | 52 | }, |
53 | 53 | "simple-git-hooks": { |
54 | 54 | "pre-commit": "pnpm lint-staged" |
|
0 commit comments