Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

Commit 4d8ac34

Browse files
greenkeeper[bot]adampash
authored andcommitted
Update babel7 to the latest version πŸš€ (#47)
* chore(package): update @babel/preset-env to version 7.3.1 * chore(package): update lockfile yarn.lock
1 parent 87d06cd commit 4d8ac34

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
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@babel/core": "7.2.2",
24-
"@babel/preset-env": "7.3.0",
24+
"@babel/preset-env": "7.3.1",
2525
"@types/jest": "^23.3.10",
2626
"babel-core": "^7.0.0-bridge.0",
2727
"babel-jest": "^23.4.2",

β€Žyarn.lockβ€Ž

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,10 @@
260260
"@babel/helper-plugin-utils" "^7.0.0"
261261
"@babel/plugin-syntax-json-strings" "^7.2.0"
262262

263-
"@babel/plugin-proposal-object-rest-spread@^7.3.0":
264-
version "7.3.0"
265-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.3.0.tgz#c7411ecbb5d45e31b36d07187868783d2d738623"
266-
integrity sha512-KuSFLqkCkdXHJxhcfxWNxt8uVogH/bXXoKLUF/q7MehfHo0CRNjWLedB3iYjKssJ+D1gEmUB8h/E3g4/hFbQLg==
263+
"@babel/plugin-proposal-object-rest-spread@^7.3.1":
264+
version "7.3.1"
265+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.3.1.tgz#f69fb6a1ea6a4e1c503994a91d9cf76f3c4b36e8"
266+
integrity sha512-Nmmv1+3LqxJu/V5jU9vJmxR/KIRWFk2qLHmbB56yRRRFhlaSuOVXscX3gUmhaKgUhzA3otOHVubbIEVYsZ0eZg==
267267
dependencies:
268268
"@babel/helper-plugin-utils" "^7.0.0"
269269
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
@@ -533,16 +533,16 @@
533533
"@babel/helper-regex" "^7.0.0"
534534
regexpu-core "^4.1.3"
535535

536-
"@babel/preset-env@7.3.0":
537-
version "7.3.0"
538-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.3.0.tgz#9777a1f61f99fb6cc8bda969541ecc122924317b"
539-
integrity sha512-708gNL1KY2nSM683LYvL4iRBwa1+gkvtx7L53FNf2+LSsJJswf3T4Mn82C1ias/0cZUH+0LbwIYXUFdKM3sOsg==
536+
"@babel/preset-env@7.3.1":
537+
version "7.3.1"
538+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.3.1.tgz#389e8ca6b17ae67aaf9a2111665030be923515db"
539+
integrity sha512-FHKrD6Dxf30e8xgHQO0zJZpUPfVZg+Xwgz5/RdSWCbza9QLNk4Qbp40ctRoqDxml3O8RMzB1DU55SXeDG6PqHQ==
540540
dependencies:
541541
"@babel/helper-module-imports" "^7.0.0"
542542
"@babel/helper-plugin-utils" "^7.0.0"
543543
"@babel/plugin-proposal-async-generator-functions" "^7.2.0"
544544
"@babel/plugin-proposal-json-strings" "^7.2.0"
545-
"@babel/plugin-proposal-object-rest-spread" "^7.3.0"
545+
"@babel/plugin-proposal-object-rest-spread" "^7.3.1"
546546
"@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
547547
"@babel/plugin-proposal-unicode-property-regex" "^7.2.0"
548548
"@babel/plugin-syntax-async-generators" "^7.2.0"

0 commit comments

Comments
Β (0)