update deps
parent
bfbab213
No related branches found
No related tags found
This diff is collapsed.
... | ... | @@ -8,8 +8,7 @@ |
"fix": "npm run tslint -- --fix", | ||
"lint": "tslint -c tslint.json 'types/**/*.d.ts' 'src/**/*.d.ts'", | ||
"npm-cli-login": "npm-cli-login", | ||
"pre-commit": "pretty-quick --staged && npm run lint", | ||
"pre-push": "npm run pre-commit", | ||
"prepare": "husky install", | ||
"start": "cd example && npm i && npm run start", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
... | ... | @@ -22,7 +21,7 @@ |
"devDependencies": { | ||
"@types/d3": "^7.1.0", | ||
"@types/node": "^14.6.0", | ||
"husky": "^4.2.5", | ||
"husky": "^7.0.4", | ||
"prettier": "^2.1.0", | ||
"pretty-quick": "^3.0.0", | ||
"tslint": "^6.1.3", | ||
... | ... | @@ -30,15 +29,9 @@ |
"typescript": "^4.0.2" | ||
}, | ||
"dependencies": { | ||
"@ghsc/nshmp-utils": "^4.2.0", | ||
"@ghsc/nshmp-web-utils": "^1.0.0", | ||
"d3": "^7.3.0" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "npm run pre-commit", | ||
"pre-push": "npm run pre-push" | ||
} | ||
}, | ||
"publishConfig": { | ||
"@ghsc:registry": "https://code.usgs.gov/api/v4/projects/4335/packages/npm/" | ||
} | ||
... | ... |
Please register or sign in to comment