Skip to content

Commit 88e5661

Browse files
Update babel monorepo
1 parent 667cd54 commit 88e5661

File tree

2 files changed

+428
-548
lines changed

2 files changed

+428
-548
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"start:prod:firefox": "cross-env NODE_ENV=production BROWSER=firefox webpack --config ./webpack/webpack.prod.config.js --watch"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "^7.23.2",
33-
"@babel/plugin-transform-runtime": "^7.23.2",
34-
"@babel/preset-env": "^7.23.2",
32+
"@babel/core": "^7.23.3",
33+
"@babel/plugin-transform-runtime": "^7.23.4",
34+
"@babel/preset-env": "^7.23.3",
3535
"@babel/preset-react": "^7.23.3",
3636
"@babel/preset-typescript": "^7.23.3",
3737
"@mantiquillal/web-ext-plugin": "^1.5.1",
@@ -93,7 +93,7 @@
9393
"webpack-merge": "^5.10.0"
9494
},
9595
"dependencies": {
96-
"@babel/runtime": "^7.23.2",
96+
"@babel/runtime": "^7.23.4",
9797
"@headlessui/react": "^1.7.17",
9898
"@redux-devtools/remote": "^0.8.2",
9999
"@reduxjs/toolkit": "^1.9.7",

0 commit comments

Comments
 (0)