|
20 | 20 | }, |
21 | 21 | "license": "Apache-2.0", |
22 | 22 | "dependencies": { |
23 | | - "@babel/core": "7.25.2", |
24 | | - "@babel/parser": "7.25.6", |
25 | | - "@babel/types": "7.25.6", |
26 | | - "@babel/generator": "7.25.6", |
| 23 | + "@babel/core": "7.25.7", |
| 24 | + "@babel/parser": "7.25.7", |
| 25 | + "@babel/types": "7.25.7", |
| 26 | + "@babel/generator": "7.25.7", |
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.7", |
| 40 | + "@types/react": "18.3.11", |
41 | 41 | "@types/jest": "29.5.13", |
42 | | - "@types/node": "22.5.5", |
43 | | - "cypress": "13.14.2", |
| 42 | + "@types/node": "22.7.4", |
| 43 | + "cypress": "13.15.0", |
44 | 44 | "husky": "9.1.6", |
45 | 45 | "jest": "29.7.0", |
46 | | - "eslint": "9.10.0", |
| 46 | + "eslint": "9.12.0", |
47 | 47 | "eslint-plugin-cypress": "3.5.0", |
48 | 48 | "react": "18.3.1", |
49 | 49 | "react-dom": "18.3.1", |
50 | 50 | "tsup": "8.3.0", |
51 | 51 | "typescript": "5.6.2", |
52 | | - "typescript-eslint": "8.6.0", |
53 | | - "vite": "5.4.6" |
| 52 | + "typescript-eslint": "8.8.0", |
| 53 | + "vite": "5.4.8" |
54 | 54 | }, |
55 | 55 | "scripts": { |
56 | 56 | "build": "tsup src/index.ts src/cli.ts --clean --dts --format cjs", |
|
0 commit comments