dependency patches
This commit is contained in:
parent
43db987a7e
commit
6c87e69cbe
1 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
"author": "LBRY Team",
|
||||
"dependencies": {
|
||||
"@babel/polyfill": "^7.0.0",
|
||||
"@octokit/rest": "^15.12.0",
|
||||
"@octokit/rest": "^15.12.1",
|
||||
"app-root-path": "^2.1.0",
|
||||
"async": "^2.6.1",
|
||||
"async-es": "^2.6.1",
|
||||
|
@ -45,8 +45,8 @@
|
|||
},
|
||||
"description": "Documentation for the LBRY protocol and associated projects",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.1.0",
|
||||
"@babel/core": "^7.1.0",
|
||||
"@babel/cli": "^7.1.2",
|
||||
"@babel/core": "^7.1.2",
|
||||
"@babel/plugin-external-helpers": "7.0.0",
|
||||
"@babel/plugin-proposal-class-properties": "7.1.0",
|
||||
"@babel/plugin-proposal-decorators": "7.1.0",
|
||||
|
@ -62,7 +62,7 @@
|
|||
"husky": "^1.0.0",
|
||||
"nodemon": "^1.18.4",
|
||||
"npm-run-all": "^4.1.3",
|
||||
"sass": "^1.14.0",
|
||||
"sass": "^1.14.1",
|
||||
"snazzy": "^8.0.0",
|
||||
"standardx": "^3.0.1",
|
||||
"updates": "^4.3.0"
|
||||
|
|
Loading…
Reference in a new issue