Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and NicolaiSchmid committed Jul 12, 2020
1 parent 6754873 commit bd87aac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"read-pkg-up": "7.0.1"
},
"devDependencies": {
"@wasc/tools": "^5.9.0",
"husky": "^4.2.5",
"@wasc/tools": "5.9.0",
"husky": "4.2.5",
"jest": "26.1.0",
"lint-staged": "^10.2.11",
"lint-staged": "10.2.11",
"rollup": "2.21.0",
"rollup-plugin-commonjs": "10.1.0"
}
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@
dependencies:
"@types/yargs-parser" "*"

"@wasc/tools@^5.9.0":
"@wasc/tools@5.9.0":
version "5.9.0"
resolved "https://registry.yarnpkg.com/@wasc/tools/-/tools-5.9.0.tgz#68f510694c9a03ed14dfd407beb37c1ff7314612"
integrity sha512-ciyKadVU95+OgQkGIGr+Hgi+iR7rLIQfFlLntX7VvF4FFEc3BV3e+lpJIvDy8bge94fGzMbcAxi81yQBm0SllA==
Expand Down Expand Up @@ -4038,7 +4038,7 @@ human-signals@^1.1.1:
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==

husky@^4.2.5:
husky@4.2.5:
version "4.2.5"
resolved "https://registry.yarnpkg.com/husky/-/husky-4.2.5.tgz#2b4f7622673a71579f901d9885ed448394b5fa36"
integrity sha512-SYZ95AjKcX7goYVZtVZF2i6XiZcHknw50iXvY7b0MiGoj5RwdgRQNEHdb+gPDPCXKlzwrybjFjkL6FOj8uRhZQ==
Expand Down Expand Up @@ -5067,7 +5067,7 @@ lines-and-columns@^1.1.6:
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=

lint-staged@^10.2.11:
lint-staged@10.2.11:
version "10.2.11"
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.2.11.tgz#713c80877f2dc8b609b05bc59020234e766c9720"
integrity sha512-LRRrSogzbixYaZItE2APaS4l2eJMjjf5MbclRZpLJtcQJShcvUzKXsNeZgsLIZ0H0+fg2tL4B59fU9wHIHtFIA==
Expand Down

0 comments on commit bd87aac

Please sign in to comment.