Skip to content

Commit

Permalink
fix(utils): add missing dependency on @types/semver (#5825)
Browse files Browse the repository at this point in the history
fix(utils): add missing dependency on @types/semver
  • Loading branch information
bmish committed Oct 14, 2022
1 parent 9ffdb05 commit 17b8879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/utils/package.json
Expand Up @@ -40,6 +40,7 @@
},
"dependencies": {
"@types/json-schema": "^7.0.9",
"@types/semver": "^7.3.12",
"@typescript-eslint/scope-manager": "5.40.0",
"@typescript-eslint/types": "5.40.0",
"@typescript-eslint/typescript-estree": "5.40.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -4237,7 +4237,7 @@
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==

"@types/semver@*", "@types/semver@^7.3.9":
"@types/semver@*", "@types/semver@^7.3.12", "@types/semver@^7.3.9":
version "7.3.12"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
Expand Down

0 comments on commit 17b8879

Please sign in to comment.