Skip to content

Commit

Permalink
Merge pull request #964 from bjornstar/semver-is-a-dependency
Browse files Browse the repository at this point in the history
grpc-js: Add @types/semver as devDependency
  • Loading branch information
murgatroid99 committed Jul 16, 2019
2 parents fe2eeb6 + 277d989 commit f25e3cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/grpc-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -43,7 +44,7 @@
"posttest": "npm run check"
},
"dependencies": {
"semver": "^6.0.0"
"semver": "^6.2.0"
},
"files": [
"build/src/*.{js,d.ts}",
Expand Down

0 comments on commit f25e3cd

Please sign in to comment.