Skip to content

Commit c4de9f5

Browse files
committed
chore(deps): pin dependencies
1 parent bb3c081 commit c4de9f5

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
}
2727
},
2828
"devDependencies": {
29-
"husky": "^4.2.3",
30-
"lint-staged": "^7.3.0",
29+
"husky": "4.3.8",
30+
"lint-staged": "7.3.0",
3131
"prettier": "2.0.2",
32-
"pretty-quick": "^2.0.1",
32+
"pretty-quick": "2.0.2",
3333
"textlint": "11.6.2",
3434
"textlint-rule-ja-space-between-half-and-full-width": "2.0.1",
3535
"textlint-rule-no-todo": "2.0.1"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,10 +1054,10 @@ hosted-git-info@^2.1.4:
10541054
resolved "https://registry.npm.taobao.org/hosted-git-info/download/hosted-git-info-2.8.9.tgz?cache=0&sync_timestamp=1617826545071&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhosted-git-info%2Fdownload%2Fhosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
10551055
integrity sha1-3/wL+aIcAiCQkPKqaUKeFBTa8/k=
10561056

1057-
husky@^4.2.3:
1057+
husky@4.3.8:
10581058
version "4.3.8"
1059-
resolved "https://registry.nlark.com/husky/download/husky-4.3.8.tgz#31144060be963fd6850e5cc8f019a1dfe194296d"
1060-
integrity sha1-MRRAYL6WP9aFDlzI8Bmh3+GUKW0=
1059+
resolved "https://registry.yarnpkg.com/husky/-/husky-4.3.8.tgz#31144060be963fd6850e5cc8f019a1dfe194296d"
1060+
integrity sha512-LCqqsB0PzJQ/AlCgfrfzRe3e3+NvmefAdKQhRYpxS4u6clblBoDdzzvHi8fmxKRzvMxPY/1WZWzomPZww0Anow==
10611061
dependencies:
10621062
chalk "^4.0.0"
10631063
ci-info "^2.0.0"
@@ -1461,10 +1461,10 @@ lines-and-columns@^1.1.6:
14611461
resolved "https://registry.npm.taobao.org/lines-and-columns/download/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
14621462
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
14631463

1464-
lint-staged@^7.3.0:
1464+
14651465
version "7.3.0"
1466-
resolved "https://registry.nlark.com/lint-staged/download/lint-staged-7.3.0.tgz?cache=0&sync_timestamp=1626166390609&other_urls=https%3A%2F%2Fregistry.nlark.com%2Flint-staged%2Fdownload%2Flint-staged-7.3.0.tgz#90ff33e5ca61ed3dbac35b6f6502dbefdc0db58d"
1467-
integrity sha1-kP8z5cph7T26w1tvZQLb79wNtY0=
1466+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-7.3.0.tgz#90ff33e5ca61ed3dbac35b6f6502dbefdc0db58d"
1467+
integrity sha512-AXk40M9DAiPi7f4tdJggwuKIViUplYtVj1os1MVEteW7qOkU50EOehayCfO9TsoGK24o/EsWb41yrEgfJDDjCw==
14681468
dependencies:
14691469
chalk "^2.3.1"
14701470
commander "^2.14.1"
@@ -2146,10 +2146,10 @@ pretty-format@^23.6.0:
21462146
ansi-regex "^3.0.0"
21472147
ansi-styles "^3.2.0"
21482148

2149-
pretty-quick@^2.0.1:
2149+
21502150
version "2.0.2"
2151-
resolved "https://registry.nlark.com/pretty-quick/download/pretty-quick-2.0.2.tgz#4e44d6489ed513ef111bee501f63688d854584e6"
2152-
integrity sha1-TkTWSJ7VE+8RG+5QH2NojYVFhOY=
2151+
resolved "https://registry.yarnpkg.com/pretty-quick/-/pretty-quick-2.0.2.tgz#4e44d6489ed513ef111bee501f63688d854584e6"
2152+
integrity sha512-aLb6vtOTEfJDwi1w+MBTeE20GwPVUYyn6IqNg6TtGpiOB1W3y6vKcsGFjqGeaaEtQgMLSPXTWONqh33UBuwG8A==
21532153
dependencies:
21542154
chalk "^2.4.2"
21552155
execa "^2.1.0"

0 commit comments

Comments
 (0)