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

Commit 215af15

Browse files
committedMay 9, 2019
upgrade pkg-fetch and babel
1 parent 589c6a5 commit 215af15

File tree

2 files changed

+926
-974
lines changed

2 files changed

+926
-974
lines changed
 

‎package.json

+11-10
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
],
1616
"babel": {
1717
"plugins": [
18-
"transform-async-to-generator",
19-
"transform-runtime"
18+
"@babel/plugin-transform-async-to-generator",
19+
"@babel/plugin-transform-runtime"
2020
],
2121
"presets": [
2222
[
23-
"env",
23+
"@babel/preset-env",
2424
{
2525
"targets": {
2626
"node": "4"
@@ -31,26 +31,27 @@
3131
},
3232
"dependencies": {
3333
"@babel/parser": "~7.4.4",
34-
"babel-runtime": "~6.26.0",
34+
"@babel/runtime": "~7.4.4",
3535
"chalk": "~2.4.2",
3636
"escodegen": "~1.11.1",
3737
"fs-extra": "~7.0.1",
3838
"globby": "~9.2.0",
3939
"into-stream": "~5.1.0",
4040
"minimist": "~1.2.0",
4141
"multistream": "~2.1.1",
42-
"pkg-fetch": "~2.6.1",
42+
"pkg-fetch": "~2.6.2",
4343
"progress": "~2.0.3",
4444
"resolve": "1.6.0",
4545
"stream-meter": "~1.0.4"
4646
},
4747
"devDependencies": {
48-
"babel-cli": "~6.26.0",
48+
"@babel/cli": "~7.4.4",
49+
"@babel/core": "~7.4.4",
50+
"@babel/plugin-transform-async-to-generator": "~7.4.4",
51+
"@babel/plugin-transform-runtime": "~7.4.4",
52+
"@babel/preset-env": "~7.4.4",
53+
"@babel/register": "~7.4.4",
4954
"babel-eslint": "~10.0.1",
50-
"babel-plugin-transform-async-to-generator": "~6.24.1",
51-
"babel-plugin-transform-runtime": "~6.23.0",
52-
"babel-preset-env": "~1.7.0",
53-
"babel-register": "~6.26.0",
5455
"eslint-config-klopov": "~0.13.0",
5556
"json-stable-stringify": "~1.0.1",
5657
"mkdirp": "~0.5.1",

‎yarn.lock

+915-964
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
This repository has been archived.