Skip to content

Commit

Permalink
up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
darky committed Nov 9, 2022
1 parent 496fede commit ff806c4
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 73 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}
96 changes: 29 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
],
"dependencies": {
"@moleculer/vorpal": "^1.11.5",
"bull": "^4.8.5",
"bull": "^4.10.1",
"chalk": "^4.1.0",
"ms": "^2.1.3",
"node-jq": "^2.3.3",
"node-jq": "^2.3.4",
"redis-url-plus": "^1.0.0"
},
"devDependencies": {
"@types/bull": "3.15.9",
"@types/ioredis": "4.28.10",
"@types/ms": "0.7.31",
"@types/node": "18.7.6",
"@types/node": "18.11.9",
"@types/vorpal": "1.12.2",
"ts-node": "10.9.1",
"type-coverage": "2.22.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"scripts": {
"build": "npx type-coverage --at-least 100 --ignore-catch; rm index.js; tsc --build tsconfig.json; gsed -i '1 i #!/usr/bin/env node' index.js; chmod +x index.js",
"build": "npx type-coverage --at-least 100 --ignore-catch; rm index.js; tsc --build tsconfig.json; sed -i '1 i #!/usr/bin/env node' index.js; chmod +x index.js",
"dev": "TS_NODE_TRANSPILE_ONLY=true TS_NODE_PREFER_TS_EXTS=true node --inspect -r ts-node/register index.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build"
Expand Down

0 comments on commit ff806c4

Please sign in to comment.