Skip to content

Commit

Permalink
chore(deps-dev): Bump @4c/babel-preset from 7.1.0 to 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Nov 4, 2019
1 parent d629a3f commit 15b9d98
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@


"@4c/babel-preset@^7.0.0":
version "7.1.0"
resolved "https://registry.yarnpkg.com/@4c/babel-preset/-/babel-preset-7.1.0.tgz#dfa3fef38df2272ad9a0be5947618219215c927c"
integrity sha512-VBlZEGUmS1GeOkx2OZW4DHijd8GE708LW00NrbDBjoKAmVlw0iEzJ7ip2eQMLqXjKNQ0Z2u1q/iXGkK4Xw79WA==
version "7.2.0"
resolved "https://registry.yarnpkg.com/@4c/babel-preset/-/babel-preset-7.2.0.tgz#0442c42cabbf03db725e31f0e60eaa685c0c8396"
integrity sha512-5zyKWR7+VjhhXK/+3z/UIBWqlgJtDsc/MYgLQdX0aZ0f2sjYLSlXC2pRM5lHDSar/DVZTuGhenAZ9ZNN/3EpcA==
dependencies:
"@babel/plugin-proposal-class-properties" "^7.5.5"
"@babel/plugin-proposal-export-default-from" "^7.5.2"
"@babel/plugin-proposal-export-namespace-from" "^7.5.2"
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.4.4"
"@babel/plugin-proposal-optional-chaining" "^7.2.0"
"@babel/plugin-syntax-dynamic-import" "^7.2.0"
"@babel/plugin-transform-runtime" "^7.5.5"
Expand Down Expand Up @@ -322,6 +323,14 @@
"@babel/helper-plugin-utils" "^7.0.0"
"@babel/plugin-syntax-json-strings" "^7.2.0"

"@babel/plugin-proposal-nullish-coalescing-operator@^7.4.4":
version "7.4.4"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.4.4.tgz#41c360d59481d88e0ce3a3f837df10121a769b39"
integrity sha512-Amph7Epui1Dh/xxUxS2+K22/MUi6+6JVTvy3P58tja3B6yKTSjwwx0/d83rF7551D6PVSSoplQb8GCwqec7HRw==
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.2.0"

"@babel/plugin-proposal-object-rest-spread@^7.6.2":
version "7.6.2"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.6.2.tgz#8ffccc8f3a6545e9f78988b6bf4fe881b88e8096"
Expand Down Expand Up @@ -397,6 +406,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"

"@babel/plugin-syntax-nullish-coalescing-operator@^7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.2.0.tgz#f75083dfd5ade73e783db729bbd87e7b9efb7624"
integrity sha512-lRCEaKE+LTxDQtgbYajI04ddt6WW0WJq57xqkAZ+s11h4YgfRHhVA/Y2VhfPzzFD4qeLHWg32DMp9HooY4Kqlg==
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"

"@babel/plugin-syntax-object-rest-spread@^7.0.0", "@babel/plugin-syntax-object-rest-spread@^7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz#3b7a3e733510c57e820b9142a6579ac8b0dfad2e"
Expand Down

0 comments on commit 15b9d98

Please sign in to comment.