|
46 | 46 | ],
|
47 | 47 | "license": "MIT",
|
48 | 48 | "devDependencies": {
|
49 |
| - "@babel/core": "^7.23.3", |
50 |
| - "@babel/plugin-proposal-explicit-resource-management": "^7.23.3", |
51 |
| - "@babel/plugin-syntax-jsx": "^7.23.3", |
52 |
| - "@babel/plugin-transform-modules-commonjs": "^7.23.3", |
53 |
| - "@babel/plugin-transform-react-jsx": "^7.23.4", |
54 |
| - "@babel/plugin-transform-typescript": "^7.19.1", |
55 |
| - "@babel/preset-env": "^7.23.3", |
56 |
| - "@babel/preset-react": "^7.23.3", |
57 |
| - "@babel/preset-typescript": "^7.23.3", |
58 |
| - "@babel/register": "^7.22.15", |
59 |
| - "@babel/standalone": "^7.23.4", |
| 49 | + "@babel/core": "^7.27.7", |
| 50 | + "@babel/plugin-proposal-explicit-resource-management": "^7.27.4", |
| 51 | + "@babel/plugin-syntax-jsx": "^7.27.1", |
| 52 | + "@babel/plugin-transform-modules-commonjs": "^7.27.1", |
| 53 | + "@babel/plugin-transform-react-jsx": "^7.27.1", |
| 54 | + "@babel/plugin-transform-typescript": "^7.27.1", |
| 55 | + "@babel/preset-env": "^7.27.2", |
| 56 | + "@babel/preset-react": "^7.27.1", |
| 57 | + "@babel/preset-typescript": "^7.27.1", |
| 58 | + "@babel/register": "^7.27.1", |
| 59 | + "@babel/standalone": "^7.27.7", |
60 | 60 | "@changesets/changelog-github": "^0.5.0",
|
61 | 61 | "@changesets/cli": "^2.27.1",
|
62 | 62 | "@types/babel__traverse": "^7.18.5",
|
|
90 | 90 | "shx": "^0.3.4",
|
91 | 91 | "sinon": "^14.0.0",
|
92 | 92 | "sinon-chai": "^3.7.0",
|
93 |
| - "typescript": "~5.1.6" |
| 93 | + "typescript": "~5.8.3" |
94 | 94 | },
|
95 | 95 | "lint-staged": {
|
96 | 96 | "**/*.{js,jsx,ts,tsx,yml,json,md}": [
|
|
0 commit comments