Skip to content

Commit f777cf4

Browse files
renovate[bot]bokuweb
authored andcommitted
Update dependency @babel/core to v7.5.4 (#556)
1 parent c1b0ebb commit f777cf4

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"homepage": "https://github.com/bokuweb/react-rnd",
4242
"devDependencies": {
4343
"@babel/cli": "7.5.0",
44-
"@babel/core": "7.5.0",
44+
"@babel/core": "7.5.4",
4545
"@babel/plugin-proposal-class-properties": "7.5.0",
4646
"@babel/plugin-transform-modules-commonjs": "7.5.0",
4747
"@babel/preset-react": "7.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@
8282
semver "^5.4.1"
8383
source-map "^0.5.0"
8484

85-
"@babel/core@7.5.0":
86-
version "7.5.0"
87-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.0.tgz#6ed6a2881ad48a732c5433096d96d1b0ee5eb734"
88-
integrity sha512-6Isr4X98pwXqHvtigw71CKgmhL1etZjPs5A67jL/w0TkLM9eqmFR40YrnJvEc1WnMZFsskjsmid8bHZyxKEAnw==
85+
"@babel/core@7.5.4":
86+
version "7.5.4"
87+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.4.tgz#4c32df7ad5a58e9ea27ad025c11276324e0b4ddd"
88+
integrity sha512-+DaeBEpYq6b2+ZmHx3tHspC+ZRflrvLqwfv8E3hNr5LVQoyBnL8RPKSBCg+rK2W2My9PWlujBiqd0ZPsR9Q6zQ==
8989
dependencies:
9090
"@babel/code-frame" "^7.0.0"
9191
"@babel/generator" "^7.5.0"
92-
"@babel/helpers" "^7.5.0"
92+
"@babel/helpers" "^7.5.4"
9393
"@babel/parser" "^7.5.0"
9494
"@babel/template" "^7.4.4"
9595
"@babel/traverse" "^7.5.0"
@@ -340,10 +340,10 @@
340340
"@babel/traverse" "^7.4.4"
341341
"@babel/types" "^7.4.4"
342342

343-
"@babel/helpers@^7.5.0":
344-
version "7.5.0"
345-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.0.tgz#7f0c17666e7ed8355ed6eff643dde12fb681ddb4"
346-
integrity sha512-EgCUEa8cNwuMrwo87l2d7i2oShi8m2Q58H7h3t4TWtqATZalJYFwfL9DulRe02f3KdqM9xmMCw3v/7Ll+EiaWg==
343+
"@babel/helpers@^7.5.4":
344+
version "7.5.4"
345+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.4.tgz#2f00608aa10d460bde0ccf665d6dcf8477357cf0"
346+
integrity sha512-6LJ6xwUEJP51w0sIgKyfvFMJvIb9mWAfohJp0+m6eHJigkFdcH8duZ1sfhn0ltJRzwUIT/yqqhdSfRpCpL7oow==
347347
dependencies:
348348
"@babel/template" "^7.4.4"
349349
"@babel/traverse" "^7.5.0"

0 commit comments

Comments
 (0)