Skip to content

Commit e92a468

Browse files
Update babel monorepo
1 parent 89d349f commit e92a468

File tree

3 files changed

+1007
-668
lines changed

3 files changed

+1007
-668
lines changed

packages/babel-preset-app-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"author": "Deloitte Digital AU",
2424
"license": "BSD-3-Clause",
2525
"dependencies": {
26-
"@babel/core": "7.4.3",
27-
"@babel/preset-react": "7.0.0",
26+
"@babel/core": "7.28.3",
27+
"@babel/preset-react": "7.27.1",
2828
"@deloitte-digital-au/babel-preset-app": "^3.0.0",
2929
"babel-plugin-transform-react-remove-prop-types": "0.4.24"
3030
}

packages/babel-preset-app/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
"author": "Deloitte Digital AU",
2424
"license": "BSD-3-Clause",
2525
"dependencies": {
26-
"@babel/core": "7.4.4",
27-
"@babel/plugin-proposal-class-properties": "7.4.4",
28-
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
29-
"@babel/plugin-syntax-dynamic-import": "7.2.0",
26+
"@babel/core": "7.28.3",
27+
"@babel/plugin-proposal-class-properties": "7.18.6",
28+
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
29+
"@babel/plugin-syntax-dynamic-import": "7.8.3",
3030
"@babel/plugin-transform-block-scoping": "^7.4.4",
31-
"@babel/plugin-transform-destructuring": "7.4.4",
32-
"@babel/plugin-transform-regenerator": "7.4.4",
33-
"@babel/plugin-transform-runtime": "7.4.4",
34-
"@babel/preset-env": "7.4.4",
35-
"@babel/runtime": "7.4.4",
31+
"@babel/plugin-transform-destructuring": "7.28.0",
32+
"@babel/plugin-transform-regenerator": "7.28.3",
33+
"@babel/plugin-transform-runtime": "7.28.3",
34+
"@babel/preset-env": "7.28.3",
35+
"@babel/runtime": "7.28.3",
3636
"babel-plugin-dynamic-import-node": "2.2.0"
3737
}
3838
}

0 commit comments

Comments
 (0)