Add @types/semver as devDependency

This commit is contained in:
Bjorn Stromberg 2019-07-12 10:50:50 +09:00
parent fe2eeb6c4b
commit 277d9892f8
1 changed files with 2 additions and 1 deletions

View File

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