Updated deps and README
This commit is contained in:
parent
c906e8498c
commit
eec8c6e60b
2 changed files with 19 additions and 19 deletions
|
@ -61,4 +61,4 @@ We take security seriously. Please contact [security@lbry.com](mailto:security@l
|
|||
[Our PGP key is here](https://keybase.io/lbry/key.asc) if you need it.
|
||||
|
||||
## Contact
|
||||
The primary contact for this project is [@netoperatorwibby](https://github.com/netoperatorwibby) (paul@lbry.com).
|
||||
The primary contact for this project is [Paul Anthony Webb](https://github.com/NetOperatorWibby) (paul+github@lbry.com).
|
||||
|
|
36
package.json
36
package.json
|
@ -10,10 +10,10 @@
|
|||
},
|
||||
"author": "LBRY Team",
|
||||
"dependencies": {
|
||||
"@babel/polyfill": "^7.2.5",
|
||||
"@babel/polyfill": "^7.4.0",
|
||||
"@inc/fastify-ws": "^1.1.0",
|
||||
"@octokit/rest": "^16.16.0",
|
||||
"@slack/client": "^4.9.0",
|
||||
"@octokit/rest": "^16.19.0",
|
||||
"@slack/client": "^4.12.0",
|
||||
"async": "^2.6.2",
|
||||
"async-es": "^2.6.2",
|
||||
"choo": "^6.13.1",
|
||||
|
@ -23,15 +23,15 @@
|
|||
"choo-websocket": "^2.0.0",
|
||||
"colorette": "^1.0.7",
|
||||
"cors": "^2.8.5",
|
||||
"cron": "^1.6.0",
|
||||
"cron": "^1.7.0",
|
||||
"date-format-lite": "^17.7.0",
|
||||
"decamelize": "^2.0.0",
|
||||
"decamelize": "^3.0.0",
|
||||
"dedent": "^0.7.0",
|
||||
"dotenv": "^6.2.0",
|
||||
"dotenv": "^7.0.0",
|
||||
"fastify": "~1.13.3",
|
||||
"fastify-compress": "^0.8.1",
|
||||
"fastify-helmet": "^3.0.0",
|
||||
"fastify-static": "^1.1.0",
|
||||
"fastify-static": "^2.3.4",
|
||||
"front-matter": "^3.0.1",
|
||||
"fs-exists-sync": "^0.1.0",
|
||||
"got": "^9.6.0",
|
||||
|
@ -49,10 +49,10 @@
|
|||
"description": "Documentation for the LBRY protocol and associated projects",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.2.3",
|
||||
"@babel/core": "^7.3.3",
|
||||
"@babel/core": "^7.4.0",
|
||||
"@babel/plugin-external-helpers": "7.2.0",
|
||||
"@babel/plugin-proposal-class-properties": "7.3.3",
|
||||
"@babel/plugin-proposal-decorators": "7.3.0",
|
||||
"@babel/plugin-proposal-class-properties": "7.4.0",
|
||||
"@babel/plugin-proposal-decorators": "7.4.0",
|
||||
"@babel/plugin-proposal-export-namespace-from": "7.2.0",
|
||||
"@babel/plugin-proposal-function-sent": "7.2.0",
|
||||
"@babel/plugin-proposal-json-strings": "7.2.0",
|
||||
|
@ -60,22 +60,22 @@
|
|||
"@babel/plugin-proposal-throw-expressions": "7.2.0",
|
||||
"@babel/plugin-syntax-dynamic-import": "7.2.0",
|
||||
"@babel/plugin-syntax-import-meta": "7.2.0",
|
||||
"@babel/preset-env": "^7.3.1",
|
||||
"@babel/register": "^7.0.0",
|
||||
"@babel/preset-env": "^7.4.0",
|
||||
"@babel/register": "^7.4.0",
|
||||
"@inc/eslint-config": "^1.1.3",
|
||||
"@inc/sasslint-config": "^1.1.3",
|
||||
"@lbry/color": "^1.1.0",
|
||||
"@lbry/components": "^2.2.3",
|
||||
"eslint": "^5.14.1",
|
||||
"@inc/sasslint-config": "^1.2.0",
|
||||
"@lbry/color": "^1.1.1",
|
||||
"@lbry/components": "^2.3.2",
|
||||
"eslint": "^5.15.3",
|
||||
"husky": "^1.3.1",
|
||||
"nodemon": "^1.18.10",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"pino-pretty": "^2.5.0",
|
||||
"sass": "^1.17.0",
|
||||
"sass": "^1.17.3",
|
||||
"sass-lint": "^1.12.1",
|
||||
"snazzy": "^8.0.0",
|
||||
"standardx": "^3.0.1",
|
||||
"updates": "^7.1.1"
|
||||
"updates": "^7.2.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "10.2.x"
|
||||
|
|
Loading…
Reference in a new issue