|
20 | 20 | }, |
21 | 21 | "license": "Apache-2.0", |
22 | 22 | "dependencies": { |
23 | | - "@babel/core": "7.25.7", |
24 | | - "@babel/parser": "7.25.7", |
25 | | - "@babel/types": "7.25.7", |
26 | | - "@babel/generator": "7.25.7", |
| 23 | + "@babel/core": "7.26.0", |
| 24 | + "@babel/parser": "7.26.1", |
| 25 | + "@babel/types": "7.26.0", |
| 26 | + "@babel/generator": "7.26.0", |
27 | 27 | "@types/babel__generator": "7.6.8", |
28 | 28 | "chalk": "4.1.2", |
29 | 29 | "commander": "12.1.0", |
|
37 | 37 | "@swc/jest": "0.2.36", |
38 | 38 | "@total-typescript/ts-reset": "0.6.1", |
39 | 39 | "@types/glob": "8.1.0", |
40 | | - "@types/react": "18.3.11", |
41 | | - "@types/jest": "29.5.13", |
42 | | - "@types/node": "22.7.4", |
43 | | - "cypress": "13.15.0", |
| 40 | + "@types/react": "18.3.12", |
| 41 | + "@types/jest": "29.5.14", |
| 42 | + "@types/node": "22.8.1", |
| 43 | + "cypress": "13.15.1", |
44 | 44 | "husky": "9.1.6", |
45 | 45 | "jest": "29.7.0", |
46 | | - "eslint": "9.12.0", |
| 46 | + "eslint": "9.13.0", |
47 | 47 | "eslint-plugin-cypress": "4.0.0", |
48 | 48 | "react": "18.3.1", |
49 | 49 | "react-dom": "18.3.1", |
50 | | - "tsup": "8.3.0", |
51 | | - "typescript": "5.6.2", |
52 | | - "typescript-eslint": "8.8.0", |
53 | | - "vite": "5.4.8" |
| 50 | + "tsup": "8.3.5", |
| 51 | + "typescript": "5.6.3", |
| 52 | + "typescript-eslint": "8.11.0", |
| 53 | + "vite": "5.4.10" |
54 | 54 | }, |
55 | 55 | "scripts": { |
56 | 56 | "build": "tsup src/index.ts src/cli.ts --clean --dts --format cjs", |
|
0 commit comments