Merge pull request #964 from bjornstar/semver-is-a-dependency

grpc-js: Add @types/semver as devDependency
This commit is contained in:
Michael Lumish 2019-07-16 10:41:15 -07:00 committed by GitHub
commit f25e3cdd73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@
"@types/lodash": "^4.14.108",
"@types/mocha": "^5.2.6",
"@types/node": "^12.0.2",
"@types/semver": "^6.0.1",
"clang-format": "^1.0.55",
"gts": "^1.0.0",
"lodash": "^4.17.4",
@ -43,7 +44,7 @@
"posttest": "npm run check"
},
"dependencies": {
"semver": "^6.0.0"
"semver": "^6.2.0"
},
"files": [
"build/src/*.{js,d.ts}",