Skip to content

Commit ead92bd

Browse files
build(deps): bump @babel/core from 7.7.4 to 7.8.6
Bumps [@babel/core](https://github.com/babel/babel) from 7.7.4 to 7.8.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.7.4...v7.8.6) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 19a9769 commit ead92bd

File tree

19 files changed

+65
-325
lines changed

19 files changed

+65
-325
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"devDependencies": {
33
"@babel/cli": "7.7.4",
4-
"@babel/core": "7.7.4",
4+
"@babel/core": "7.8.6",
55
"@babel/plugin-proposal-class-properties": "7.8.3",
66
"@babel/plugin-proposal-decorators": "7.7.4",
77
"@babel/plugin-proposal-export-default-from": "7.7.4",

packages/cockpit/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"watch:test": "react-scripts test"
4343
},
4444
"devDependencies": {
45-
"@babel/core": "7.7.4",
45+
"@babel/core": "7.8.6",
4646
"@babel/runtime": "7.7.4",
4747
"@coreui/coreui": "2.1.16",
4848
"@coreui/react": "2.1.0",

packages/core/code-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"web3": "1.2.6"
6969
},
7070
"devDependencies": {
71-
"@babel/core": "7.7.7",
71+
"@babel/core": "7.8.6",
7272
"babel-jest": "24.9.0",
7373
"embark-solo": "^5.2.3",
7474
"embark-testing": "^5.3.0-nightly.0",

packages/core/console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"json-stringify-safe": "5.0.1"
6464
},
6565
"devDependencies": {
66-
"@babel/core": "7.7.4",
66+
"@babel/core": "7.8.6",
6767
"babel-jest": "24.9.0",
6868
"embark-logger": "^5.3.0-nightly.0",
6969
"embark-solo": "^5.2.3",

packages/core/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"fs-extra": "8.1.0"
5959
},
6060
"devDependencies": {
61-
"@babel/core": "7.7.7",
61+
"@babel/core": "7.8.6",
6262
"babel-jest": "24.9.0",
6363
"embark-solo": "^5.2.3",
6464
"embark-testing": "^5.3.0-nightly.0",

packages/plugins/basic-pipeline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
]
5656
},
5757
"dependencies": {
58-
"@babel/core": "7.7.4",
58+
"@babel/core": "7.8.6",
5959
"@babel/plugin-proposal-class-properties": "7.8.3",
6060
"@babel/plugin-proposal-decorators": "7.7.4",
6161
"@babel/plugin-proposal-object-rest-spread": "7.7.4",

packages/plugins/coverage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
"devDependencies": {
7171
"@babel/cli": "7.7.4",
72-
"@babel/core": "7.7.4",
72+
"@babel/core": "7.8.6",
7373
"cross-env": "5.2.0",
7474
"embark-solo": "^5.2.3",
7575
"eslint": "6.8.0",

packages/plugins/ens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"web3": "1.2.6"
5858
},
5959
"devDependencies": {
60-
"@babel/core": "7.7.4",
60+
"@babel/core": "7.8.6",
6161
"babel-eslint": "10.0.3",
6262
"babel-jest": "24.9.0",
6363
"embark-solo": "^5.2.3",

packages/plugins/scripts-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"web3-eth": "1.2.6"
5555
},
5656
"devDependencies": {
57-
"@babel/core": "7.7.4",
57+
"@babel/core": "7.8.6",
5858
"@types/node": "^10.5.3",
5959
"babel-jest": "24.9.0",
6060
"embark-solo": "^5.2.3",

packages/plugins/snark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"snarkjs": "0.1.20"
5959
},
6060
"devDependencies": {
61-
"@babel/core": "7.7.4",
61+
"@babel/core": "7.8.6",
6262
"@typescript-eslint/parser": "2.20.0",
6363
"babel-eslint": "10.0.3",
6464
"babel-jest": "24.9.0",

0 commit comments

Comments
 (0)