Updated deps
This commit is contained in:
parent
c18fe644b4
commit
8ea059e954
1 changed files with 15 additions and 15 deletions
30
package.json
30
package.json
|
@ -2,7 +2,7 @@
|
|||
"author": "LBRY Team",
|
||||
"dependencies": {
|
||||
"@babel/polyfill": "^7.0.0",
|
||||
"@octokit/rest": "^15.15.1",
|
||||
"@octokit/rest": "^15.17.0",
|
||||
"app-root-path": "^2.1.0",
|
||||
"async": "^2.6.1",
|
||||
"async-es": "^2.6.1",
|
||||
|
@ -12,7 +12,7 @@
|
|||
"choo-ssr": "^0.2.1",
|
||||
"choo-websocket": "^2.0.0",
|
||||
"colorette": "^1.0.7",
|
||||
"cors": "^2.8.4",
|
||||
"cors": "^2.8.5",
|
||||
"cron": "^1.5.0",
|
||||
"date-format-lite": "^17.7.0",
|
||||
"decamelize": "^2.0.0",
|
||||
|
@ -20,16 +20,16 @@
|
|||
"dotenv": "^6.1.0",
|
||||
"fastify": "^1.13.0",
|
||||
"fastify-compress": "^0.7.0",
|
||||
"fastify-helmet": "^2.1.0",
|
||||
"fastify-helmet": "^2.2.0",
|
||||
"fastify-plugin": "^1.2.1",
|
||||
"fastify-static": "^0.14.0",
|
||||
"fastify-ws": "^1.0.0",
|
||||
"front-matter": "^3.0.0",
|
||||
"front-matter": "^3.0.1",
|
||||
"fs-exists-sync": "^0.1.0",
|
||||
"graceful-fs": "^4.1.11",
|
||||
"graceful-fs": "^4.1.15",
|
||||
"heroku-ssl-redirect": "0.0.4",
|
||||
"make-fetch-happen": "^4.0.1",
|
||||
"make-promises-safe": "^2.0.0",
|
||||
"make-promises-safe": "^3.0.0",
|
||||
"markdown-it": "^8.4.2",
|
||||
"markdown-it-anchor": "^5.0.2",
|
||||
"prismjs": "^1.15.0",
|
||||
|
@ -42,11 +42,11 @@
|
|||
},
|
||||
"description": "Documentation for the LBRY protocol and associated projects",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.1.2",
|
||||
"@babel/core": "^7.1.2",
|
||||
"@babel/cli": "^7.1.5",
|
||||
"@babel/core": "^7.1.6",
|
||||
"@babel/plugin-external-helpers": "7.0.0",
|
||||
"@babel/plugin-proposal-class-properties": "7.1.0",
|
||||
"@babel/plugin-proposal-decorators": "7.1.2",
|
||||
"@babel/plugin-proposal-decorators": "7.1.6",
|
||||
"@babel/plugin-proposal-export-namespace-from": "7.0.0",
|
||||
"@babel/plugin-proposal-function-sent": "7.1.0",
|
||||
"@babel/plugin-proposal-json-strings": "7.0.0",
|
||||
|
@ -54,16 +54,16 @@
|
|||
"@babel/plugin-proposal-throw-expressions": "7.0.0",
|
||||
"@babel/plugin-syntax-dynamic-import": "7.0.0",
|
||||
"@babel/plugin-syntax-import-meta": "7.0.0",
|
||||
"@babel/preset-env": "^7.1.0",
|
||||
"@babel/preset-env": "^7.1.6",
|
||||
"@babel/register": "^7.0.0",
|
||||
"@inc/eslint-config": "^1.0.5",
|
||||
"@inc/sasslint-config": "^1.0.0",
|
||||
"@inc/sasslint-config": "^1.1.1",
|
||||
"@lbry/color": "^1.0.3",
|
||||
"eslint": "^5.8.0",
|
||||
"husky": "^1.1.2",
|
||||
"nodemon": "^1.18.5",
|
||||
"eslint": "^5.9.0",
|
||||
"husky": "^1.1.4",
|
||||
"nodemon": "^1.18.6",
|
||||
"npm-run-all": "^4.1.3",
|
||||
"sass": "^1.14.3",
|
||||
"sass": "^1.15.0",
|
||||
"sass-lint": "^1.12.1",
|
||||
"snazzy": "^8.0.0",
|
||||
"standardx": "^3.0.1",
|
||||
|
|
Loading…
Reference in a new issue