Skip to content

Commit b772a50

Browse files
committed
Update babel monorepo
1 parent 89d349f commit b772a50

File tree

3 files changed

+457
-293
lines changed

3 files changed

+457
-293
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.7.2",
27+
"@babel/preset-react": "7.7.0",
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: 8 additions & 8 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",
26+
"@babel/core": "7.7.2",
27+
"@babel/plugin-proposal-class-properties": "7.7.0",
28+
"@babel/plugin-proposal-object-rest-spread": "7.6.2",
2929
"@babel/plugin-syntax-dynamic-import": "7.2.0",
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.6.0",
32+
"@babel/plugin-transform-regenerator": "7.7.0",
33+
"@babel/plugin-transform-runtime": "7.6.2",
34+
"@babel/preset-env": "7.7.1",
35+
"@babel/runtime": "7.7.2",
3636
"babel-plugin-dynamic-import-node": "2.2.0"
3737
}
3838
}

0 commit comments

Comments
 (0)