Skip to content

Commit 1091b2b

Browse files
chore(dev-deps): update babel monorepo
1 parent e267e06 commit 1091b2b

File tree

3 files changed

+233
-112
lines changed

3 files changed

+233
-112
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
]
2525
},
2626
"devDependencies": {
27-
"@babel/core": "^7.28.0",
27+
"@babel/core": "^7.28.5",
2828
"@babel/eslint-parser": "^7.28.5",
29-
"@babel/plugin-transform-runtime": "^7.28.0",
30-
"@babel/plugin-transform-typescript": "^7.28.0",
31-
"@babel/preset-env": "^7.28.0",
32-
"@babel/preset-react": "^7.27.1",
33-
"@babel/preset-typescript": "^7.27.1",
29+
"@babel/plugin-transform-runtime": "^7.28.5",
30+
"@babel/plugin-transform-typescript": "^7.28.5",
31+
"@babel/preset-env": "^7.28.5",
32+
"@babel/preset-react": "^7.28.5",
33+
"@babel/preset-typescript": "^7.28.5",
3434
"@chalbert/enzyme-adapter-react-18": "^0.7.2",
3535
"@peculiar/webcrypto": "^1.5.0",
3636
"@types/jest": "^29.5.14",

packages/embed-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"react-dom": ">=18.3.1"
3030
},
3131
"dependencies": {
32-
"@babel/runtime": "^7.27.6",
32+
"@babel/runtime": "^7.28.4",
3333
"@gr4vy/embed": "^2.36.1",
3434
"lodash.isequal": "^4.5.0"
3535
},

0 commit comments

Comments
 (0)