Skip to content

Commit 93e839a

Browse files
committed
remove unneeded dep on babel/core
1 parent 9f9e18a commit 93e839a

File tree

2 files changed

+0
-29
lines changed

2 files changed

+0
-29
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@
156156
"wordwrap": "1.0.0"
157157
},
158158
"devDependencies": {
159-
"@babel/core": "7.0.0-beta.44",
160159
"ajv": "6.5.3",
161160
"babel-core": "6.26.3",
162161
"babel-eslint": "8.2.6",

yarn.lock

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,6 @@
1414
dependencies:
1515
"@babel/highlight" "7.0.0-rc.1"
1616

17-
18-
version "7.0.0-beta.44"
19-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-beta.44.tgz#90bb9e897427e7ebec2a1b857f458ff74ca28057"
20-
dependencies:
21-
"@babel/code-frame" "7.0.0-beta.44"
22-
"@babel/generator" "7.0.0-beta.44"
23-
"@babel/helpers" "7.0.0-beta.44"
24-
"@babel/template" "7.0.0-beta.44"
25-
"@babel/traverse" "7.0.0-beta.44"
26-
"@babel/types" "7.0.0-beta.44"
27-
babylon "7.0.0-beta.44"
28-
convert-source-map "^1.1.0"
29-
debug "^3.1.0"
30-
json5 "^0.5.0"
31-
lodash "^4.2.0"
32-
micromatch "^2.3.11"
33-
resolve "^1.3.2"
34-
semver "^5.4.1"
35-
source-map "^0.5.0"
36-
3717
"@babel/core@^7.0.0-beta":
3818
version "7.0.0-rc.1"
3919
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-rc.1.tgz#53c84fd562e13325f123d5951184eec97b958204"
@@ -232,14 +212,6 @@
232212
"@babel/traverse" "7.0.0-rc.1"
233213
"@babel/types" "7.0.0-rc.1"
234214

235-
236-
version "7.0.0-beta.44"
237-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.0.0-beta.44.tgz#b1cc87fdc3b77351c0a4860bcd9d4ef457919bfd"
238-
dependencies:
239-
"@babel/template" "7.0.0-beta.44"
240-
"@babel/traverse" "7.0.0-beta.44"
241-
"@babel/types" "7.0.0-beta.44"
242-
243215
244216
version "7.0.0-rc.1"
245217
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.0.0-rc.1.tgz#e59092cdf4b28026b3fc9d272e27e0ef152b4bee"

0 commit comments

Comments
 (0)