Skip to content

Commit

Permalink
chore: pin dependencies (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and marionebl committed Jul 9, 2019
1 parent c9ef5e2 commit 9aa5709
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion @commitlint/top-level/package.json
Expand Up @@ -40,7 +40,7 @@
"license": "MIT",
"devDependencies": {
"@commitlint/utils": "^8.0.0",
"@types/find-up": "^2.1.1",
"@types/find-up": "2.1.1",
"@types/node": "12.0.8"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -91,7 +91,7 @@
"lint-staged": "8.2.1",
"prettier": "1.17.1",
"ts-jest": "24.0.2",
"typescript": "^3.5.2"
"typescript": "3.5.2"
},
"husky": {
"hooks": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Expand Up @@ -1239,7 +1239,7 @@
resolved "https://registry.npmjs.org/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
integrity sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==

"@types/find-up@^2.1.1":
"@types/find-up@2.1.1":
version "2.1.1"
resolved "https://registry.npmjs.org/@types/find-up/-/find-up-2.1.1.tgz#1cd2d240f1ad1f48d32346074724dc3107248a11"
integrity sha512-60LC501bQRN9/3yfVaEEMd7IndaufffL56PBRAejPpUrY304Ps1jfnjNqPw5jmM5R8JHWiKBAe5IHzNcPV41AA==
Expand Down Expand Up @@ -10829,7 +10829,7 @@ typedarray@^0.0.6:
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@3.5.2, typescript@^3.5.2:
typescript@3.5.2:
version "3.5.2"
resolved "https://registry.npmjs.org/typescript/-/typescript-3.5.2.tgz#a09e1dc69bc9551cadf17dba10ee42cf55e5d56c"
integrity sha512-7KxJovlYhTX5RaRbUdkAXN1KUZ8PwWlTzQdHV6xNqvuFOs7+WBo10TQUqT19Q/Jz2hk5v9TQDIhyLhhJY4p5AA==
Expand Down

0 comments on commit 9aa5709

Please sign in to comment.