Updated deps
This commit is contained in:
parent
76245359bf
commit
d2139e0d93
1 changed files with 8 additions and 8 deletions
16
package.json
16
package.json
|
@ -12,7 +12,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/polyfill": "^7.4.0",
|
"@babel/polyfill": "^7.4.0",
|
||||||
"@inc/fastify-ws": "^1.1.0",
|
"@inc/fastify-ws": "^1.1.0",
|
||||||
"@octokit/rest": "^16.19.0",
|
"@octokit/rest": "^16.21.0",
|
||||||
"@slack/client": "^4.12.0",
|
"@slack/client": "^4.12.0",
|
||||||
"async": "^2.6.2",
|
"async": "^2.6.2",
|
||||||
"async-es": "^2.6.2",
|
"async-es": "^2.6.2",
|
||||||
|
@ -25,19 +25,19 @@
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"cron": "^1.7.0",
|
"cron": "^1.7.0",
|
||||||
"date-format-lite": "^17.7.0",
|
"date-format-lite": "^17.7.0",
|
||||||
"decamelize": "^3.0.0",
|
"decamelize": "^3.1.1",
|
||||||
"dedent": "^0.7.0",
|
"dedent": "^0.7.0",
|
||||||
"dotenv": "^7.0.0",
|
"dotenv": "^7.0.0",
|
||||||
"fastify": "~1.13.3",
|
"fastify": "~2.1.0",
|
||||||
"fastify-compress": "^0.8.1",
|
"fastify-compress": "^0.8.1",
|
||||||
"fastify-helmet": "^3.0.0",
|
"fastify-helmet": "^3.0.0",
|
||||||
"fastify-static": "^2.3.4",
|
"fastify-static": "^2.4.0",
|
||||||
"front-matter": "^3.0.1",
|
"front-matter": "^3.0.1",
|
||||||
"fs-exists-sync": "^0.1.0",
|
"fs-exists-sync": "^0.1.0",
|
||||||
"got": "^9.6.0",
|
"got": "^9.6.0",
|
||||||
"graceful-fs": "^4.1.15",
|
"graceful-fs": "^4.1.15",
|
||||||
"link-module-alias": "^1.1.6",
|
"link-module-alias": "^1.1.6",
|
||||||
"make-promises-safe": "^4.0.0",
|
"make-promises-safe": "^5.0.0",
|
||||||
"markdown-it": "^8.4.2",
|
"markdown-it": "^8.4.2",
|
||||||
"markdown-it-anchor": "^5.0.2",
|
"markdown-it-anchor": "^5.0.2",
|
||||||
"prismjs": "^1.15.0",
|
"prismjs": "^1.15.0",
|
||||||
|
@ -60,12 +60,12 @@
|
||||||
"@babel/plugin-proposal-throw-expressions": "7.2.0",
|
"@babel/plugin-proposal-throw-expressions": "7.2.0",
|
||||||
"@babel/plugin-syntax-dynamic-import": "7.2.0",
|
"@babel/plugin-syntax-dynamic-import": "7.2.0",
|
||||||
"@babel/plugin-syntax-import-meta": "7.2.0",
|
"@babel/plugin-syntax-import-meta": "7.2.0",
|
||||||
"@babel/preset-env": "^7.4.0",
|
"@babel/preset-env": "^7.4.2",
|
||||||
"@babel/register": "^7.4.0",
|
"@babel/register": "^7.4.0",
|
||||||
"@inc/eslint-config": "^1.1.3",
|
"@inc/eslint-config": "^1.1.3",
|
||||||
"@inc/sasslint-config": "^1.2.0",
|
"@inc/sasslint-config": "^1.2.0",
|
||||||
"@lbry/color": "^1.1.1",
|
"@lbry/color": "^1.1.1",
|
||||||
"@lbry/components": "^2.3.2",
|
"@lbry/components": "^2.4.0",
|
||||||
"eslint": "^5.15.3",
|
"eslint": "^5.15.3",
|
||||||
"husky": "^1.3.1",
|
"husky": "^1.3.1",
|
||||||
"nodemon": "^1.18.10",
|
"nodemon": "^1.18.10",
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
"preinstall": "command -v link-module-alias; link-module-alias clean || true",
|
"preinstall": "command -v link-module-alias; link-module-alias clean || true",
|
||||||
"start": "npm i; npm run css; NODE_ENV=production node index.js",
|
"start": "npm i; npm run css; NODE_ENV=production node index.js",
|
||||||
"test": "run-s test:*",
|
"test": "run-s test:*",
|
||||||
"test:dependencies": "updates --update ./ --exclude fastify,prismjs",
|
"test:dependencies": "updates --update ./ --exclude prismjs",
|
||||||
"test:lint": "standardx --verbose | snazzy",
|
"test:lint": "standardx --verbose | snazzy",
|
||||||
"test:sass": "sass-lint --config ./node_modules/@inc/sasslint-config/config.json --verbose --no-exit",
|
"test:sass": "sass-lint --config ./node_modules/@inc/sasslint-config/config.json --verbose --no-exit",
|
||||||
"watch": "npm run css; run-p watch:*",
|
"watch": "npm run css; run-p watch:*",
|
||||||
|
|
Loading…
Reference in a new issue