Skip to content

Commit

Permalink
Make @types/yaml a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrg committed Jun 2, 2020
1 parent 620bd1d commit d1ac5ac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/snage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"bin": "build/npm/snage.js",
"dependencies": {
"@js-joda/core": "^2.0.0",
"@types/yaml": "^1.2.0",
"ajv": "^6.12.2",
"cross-env": "^7.0.2",
"express": "^4.17.1",
Expand Down Expand Up @@ -52,6 +51,7 @@
"@types/string-similarity": "^3.0.0",
"@types/supertest": "^2.0.8",
"@types/winston": "^2.4.4",
"@types/yaml": "^1.9.7",
"copy-webpack-plugin": "^5.1.1",
"get-port": "^5.0.0",
"jest": "^24.9.0",
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2650,10 +2650,12 @@
dependencies:
winston "*"

"@types/yaml@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@types/yaml/-/yaml-1.2.0.tgz#4ed577fc4ebbd6b829b28734e56d10c9e6984e09"
integrity sha512-GW8b9qM+ebgW3/zjzPm0I1NxMvLaz/YKT9Ph6tTb+Fkeyzd9yLTvQ6ciQ2MorTRmb/qXmfjMerRpG4LviixaqQ==
"@types/yaml@^1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@types/yaml/-/yaml-1.9.7.tgz#2331f36e0aac91311a63d33eb026c21687729679"
integrity sha512-8WMXRDD1D+wCohjfslHDgICd2JtMATZU8CkhH8LVJqcJs6dyYj5TGptzP8wApbmEullGBSsCEzzap73DQ1HJaA==
dependencies:
yaml "*"

"@types/yargs-parser@*":
version "15.0.0"
Expand Down Expand Up @@ -15256,6 +15258,11 @@ yallist@^4.0.0:
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==

yaml@*:
version "1.10.0"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==

yaml@^1.7.2:
version "1.8.3"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.8.3.tgz#2f420fca58b68ce3a332d0ca64be1d191dd3f87a"
Expand Down

0 comments on commit d1ac5ac

Please sign in to comment.