|
11 | 11 | "test:integration": "pnpm --filter \"@hypermode/csvkit-integration-tests\" test"
|
12 | 12 | },
|
13 | 13 | "devDependencies": {
|
14 |
| - "@babel/cli": "7.27.2", |
15 |
| - "@babel/core": "7.27.4", |
16 |
| - "@babel/preset-env": "7.27.2", |
| 14 | + "@babel/cli": "7.28.3", |
| 15 | + "@babel/core": "7.28.3", |
| 16 | + "@babel/preset-env": "7.28.3", |
17 | 17 | "@babel/preset-typescript": "7.27.1",
|
18 |
| - "@babel/runtime": "7.27.6", |
19 |
| - "@jest/globals": "30.0.2", |
| 18 | + "@babel/runtime": "7.28.3", |
| 19 | + "@jest/globals": "30.0.5", |
20 | 20 | "@types/debug": "^4.1.12",
|
21 | 21 | "@types/jest": "^29.0.0",
|
22 |
| - "@types/node": "22.15.32", |
| 22 | + "@types/node": "22.17.2", |
23 | 23 | "@types/papaparse": "^5.3.15",
|
24 | 24 | "@types/react": "^19",
|
25 | 25 | "@types/react-dom": "^19",
|
26 | 26 | "jest": "^29.0.0 || ^30.0.0",
|
27 |
| - "typescript": "5.8.3", |
| 27 | + "typescript": "5.9.2", |
28 | 28 | "next": "^15.3.1"
|
29 | 29 | },
|
30 | 30 | "pnpm": {
|
|
0 commit comments