Skip to content

Commit c83d029

Browse files
committed
fix package json
1 parent 646c3fd commit c83d029

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"testURL": "http://localhost"
3838
},
3939
"devDependencies": {
40-
"@babel/cli": "^6.26.0",
41-
"@babel/preset-env": "^6.24.1",
40+
"@babel/cli": "^7.6.2",
41+
"@babel/preset-env": "^7.6.2",
4242
"eslint": "^4.17.0",
4343
"eslint-config-airbnb-base": "^12.1.0",
4444
"eslint-config-prettier": "^2.9.0",

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"@babel/cli@^6.26.0":
5+
"@babel/cli@^7.6.2":
66
version "7.6.2"
77
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.6.2.tgz#4ce8b5b4b2e4b4c1b7bd841cec62085e2dfc4465"
88
integrity sha512-JDZ+T/br9pPfT2lmAMJypJDTTTHM9ePD/ED10TRjRzJVdEVy+JB3iRlhzYmTt5YkNgHvxWGlUVnLtdv6ruiDrQ==
@@ -565,7 +565,7 @@
565565
"@babel/helper-regex" "^7.4.4"
566566
regexpu-core "^4.6.0"
567567

568-
"@babel/preset-env@^6.24.1":
568+
"@babel/preset-env@^7.6.2":
569569
version "7.6.2"
570570
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.2.tgz#abbb3ed785c7fe4220d4c82a53621d71fc0c75d3"
571571
integrity sha512-Ru7+mfzy9M1/YTEtlDS8CD45jd22ngb9tXnn64DvQK3ooyqSw9K4K9DUWmYknTTVk4TqygL9dqCrZgm1HMea/Q==

0 commit comments

Comments
 (0)