Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit f292ec1

Browse files
committed
test fix
1 parent 874e76a commit f292ec1

File tree

2 files changed

+2
-49
lines changed

2 files changed

+2
-49
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@babel/core": "^7.1.2",
37-
"@babel/preset-env": "^7.1.0",
37+
"@babel/preset-env": "^7.2.3",
3838
"babel-regenerator-runtime": "^6.5.0",
3939
"delay": "^4.1.0",
4040
"husky": "^1.1.2",

yarn.lock

Lines changed: 1 addition & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@
578578
"@babel/helper-regex" "^7.0.0"
579579
regexpu-core "^4.1.3"
580580

581-
"@babel/preset-env@^7.0.0":
581+
"@babel/preset-env@^7.0.0", "@babel/preset-env@^7.2.3":
582582
version "7.2.3"
583583
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.2.3.tgz#948c8df4d4609c99c7e0130169f052ea6a7a8933"
584584
integrity sha512-AuHzW7a9rbv5WXmvGaPX7wADxFkZIqKlbBh1dmZUQp4iwiPpkE/Qnrji6SC4UQCQzvWY/cpHET29eUhXS9cLPw==
@@ -625,53 +625,6 @@
625625
js-levenshtein "^1.1.3"
626626
semver "^5.3.0"
627627

628-
"@babel/preset-env@^7.1.0":
629-
version "7.2.0"
630-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.2.0.tgz#a5030e7e4306af5a295dd5d7c78dc5464af3fee2"
631-
integrity sha512-haGR38j5vOGVeBatrQPr3l0xHbs14505DcM57cbJy48kgMFvvHHoYEhHuRV+7vi559yyAUAVbTWzbK/B/pzJng==
632-
dependencies:
633-
"@babel/helper-module-imports" "^7.0.0"
634-
"@babel/helper-plugin-utils" "^7.0.0"
635-
"@babel/plugin-proposal-async-generator-functions" "^7.2.0"
636-
"@babel/plugin-proposal-json-strings" "^7.2.0"
637-
"@babel/plugin-proposal-object-rest-spread" "^7.2.0"
638-
"@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
639-
"@babel/plugin-proposal-unicode-property-regex" "^7.2.0"
640-
"@babel/plugin-syntax-async-generators" "^7.2.0"
641-
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
642-
"@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
643-
"@babel/plugin-transform-arrow-functions" "^7.2.0"
644-
"@babel/plugin-transform-async-to-generator" "^7.2.0"
645-
"@babel/plugin-transform-block-scoped-functions" "^7.2.0"
646-
"@babel/plugin-transform-block-scoping" "^7.2.0"
647-
"@babel/plugin-transform-classes" "^7.2.0"
648-
"@babel/plugin-transform-computed-properties" "^7.2.0"
649-
"@babel/plugin-transform-destructuring" "^7.2.0"
650-
"@babel/plugin-transform-dotall-regex" "^7.2.0"
651-
"@babel/plugin-transform-duplicate-keys" "^7.2.0"
652-
"@babel/plugin-transform-exponentiation-operator" "^7.2.0"
653-
"@babel/plugin-transform-for-of" "^7.2.0"
654-
"@babel/plugin-transform-function-name" "^7.2.0"
655-
"@babel/plugin-transform-literals" "^7.2.0"
656-
"@babel/plugin-transform-modules-amd" "^7.2.0"
657-
"@babel/plugin-transform-modules-commonjs" "^7.2.0"
658-
"@babel/plugin-transform-modules-systemjs" "^7.2.0"
659-
"@babel/plugin-transform-modules-umd" "^7.2.0"
660-
"@babel/plugin-transform-new-target" "^7.0.0"
661-
"@babel/plugin-transform-object-super" "^7.2.0"
662-
"@babel/plugin-transform-parameters" "^7.2.0"
663-
"@babel/plugin-transform-regenerator" "^7.0.0"
664-
"@babel/plugin-transform-shorthand-properties" "^7.2.0"
665-
"@babel/plugin-transform-spread" "^7.2.0"
666-
"@babel/plugin-transform-sticky-regex" "^7.2.0"
667-
"@babel/plugin-transform-template-literals" "^7.2.0"
668-
"@babel/plugin-transform-typeof-symbol" "^7.2.0"
669-
"@babel/plugin-transform-unicode-regex" "^7.2.0"
670-
browserslist "^4.3.4"
671-
invariant "^2.2.2"
672-
js-levenshtein "^1.1.3"
673-
semver "^5.3.0"
674-
675628
"@babel/runtime@^7.0.0":
676629
version "7.2.0"
677630
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.2.0.tgz#b03e42eeddf5898e00646e4c840fa07ba8dcad7f"

0 commit comments

Comments
 (0)