Skip to content

Commit d5eb989

Browse files
stofdanielduan
authored andcommittedOct 23, 2019
Upgrade dependencies
1 parent b45dc4e commit d5eb989

File tree

2 files changed

+565
-906
lines changed

2 files changed

+565
-906
lines changed
 

‎package-lock.json

+557-898
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
],
1010
"main": "lib/index.js",
1111
"devDependencies": {
12-
"@babel/cli": "^7.0.0",
13-
"@babel/core": "^7.4.0",
14-
"@babel/plugin-proposal-class-properties": "^7.0.0",
15-
"@babel/preset-env": "^7.4.2",
12+
"@babel/cli": "^7.6.4",
13+
"@babel/core": "^7.6.4",
14+
"@babel/plugin-proposal-class-properties": "^7.5.5",
15+
"@babel/preset-env": "^7.6.3",
1616
"@babel/preset-flow": "^7.0.0",
17-
"@babel/preset-react": "^7.0.0",
18-
"@babel/register": "^7.0.0",
17+
"@babel/preset-react": "^7.6.3",
18+
"@babel/register": "^7.6.2",
1919
"mocha": "^5.2.0",
2020
"react-docgen-deprecation-handler": "1.1.1"
2121
},
@@ -33,8 +33,8 @@
3333
"babel-plugin"
3434
],
3535
"dependencies": {
36-
"lodash": "^4.17.11",
37-
"react-docgen": "^4.1.0",
36+
"lodash": "^4.17.15",
37+
"react-docgen": "^4.1.1",
3838
"recast": "^0.14.7"
3939
},
4040
"license": "MIT"

0 commit comments

Comments
 (0)
Please sign in to comment.