Skip to content

Commit 376354e

Browse files
committed
chore(deps): pin dependencies
1 parent 1e57c6c commit 376354e

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
@@ -25,10 +25,10 @@
2525
}
2626
},
2727
"devDependencies": {
28-
"husky": "^4.2.3",
29-
"lint-staged": "^7.3.0",
28+
"husky": "4.2.3",
29+
"lint-staged": "7.3.0",
3030
"prettier": "2.0.2",
31-
"pretty-quick": "^2.0.1",
31+
"pretty-quick": "2.0.1",
3232
"textlint": "11.6.2",
3333
"textlint-rule-ja-space-between-half-and-full-width": "2.0.1",
3434
"textlint-rule-no-todo": "2.0.1"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,10 +1106,10 @@ hosted-git-info@^2.1.4:
11061106
resolved "https://nexus.dev.casaba.tech/repository/npm/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"
11071107
integrity sha1-l/I2l3vW4SVAiTD/bePuxigewEc=
11081108

1109-
husky@^4.2.3:
1109+
11101110
version "4.2.3"
1111-
resolved "https://registry.npm.taobao.org/husky/download/husky-4.2.3.tgz?cache=0&sync_timestamp=1581549221616&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhusky%2Fdownload%2Fhusky-4.2.3.tgz#3b18d2ee5febe99e27f2983500202daffbc3151e"
1112-
integrity sha1-OxjS7l/r6Z4n8pg1ACAtr/vDFR4=
1111+
resolved "https://registry.yarnpkg.com/husky/-/husky-4.2.3.tgz#3b18d2ee5febe99e27f2983500202daffbc3151e"
1112+
integrity sha512-VxTsSTRwYveKXN4SaH1/FefRJYCtx+wx04sSVcOpD7N2zjoHxa+cEJ07Qg5NmV3HAK+IRKOyNVpi2YBIVccIfQ==
11131113
dependencies:
11141114
chalk "^3.0.0"
11151115
ci-info "^2.0.0"
@@ -1514,10 +1514,10 @@ lines-and-columns@^1.1.6:
15141514
resolved "https://registry.npm.taobao.org/lines-and-columns/download/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
15151515
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
15161516

1517-
lint-staged@^7.3.0:
1517+
15181518
version "7.3.0"
1519-
resolved "https://nexus.dev.casaba.tech/repository/npm/lint-staged/-/lint-staged-7.3.0.tgz#90ff33e5ca61ed3dbac35b6f6502dbefdc0db58d"
1520-
integrity sha1-kP8z5cph7T26w1tvZQLb79wNtY0=
1519+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-7.3.0.tgz#90ff33e5ca61ed3dbac35b6f6502dbefdc0db58d"
1520+
integrity sha512-AXk40M9DAiPi7f4tdJggwuKIViUplYtVj1os1MVEteW7qOkU50EOehayCfO9TsoGK24o/EsWb41yrEgfJDDjCw==
15211521
dependencies:
15221522
chalk "^2.3.1"
15231523
commander "^2.14.1"
@@ -2178,10 +2178,10 @@ pretty-format@^23.6.0:
21782178
ansi-regex "^3.0.0"
21792179
ansi-styles "^3.2.0"
21802180

2181-
pretty-quick@^2.0.1:
2181+
21822182
version "2.0.1"
2183-
resolved "https://registry.npm.taobao.org/pretty-quick/download/pretty-quick-2.0.1.tgz#417ee605ade98ecc686e72f63b5d28a2c35b43e9"
2184-
integrity sha1-QX7mBa3pjsxobnL2O10oosNbQ+k=
2183+
resolved "https://registry.yarnpkg.com/pretty-quick/-/pretty-quick-2.0.1.tgz#417ee605ade98ecc686e72f63b5d28a2c35b43e9"
2184+
integrity sha512-y7bJt77XadjUr+P1uKqZxFWLddvj3SKY6EU4BuQtMxmmEFSMpbN132pUWdSG1g1mtUfO0noBvn7wBf0BVeomHg==
21852185
dependencies:
21862186
chalk "^2.4.2"
21872187
execa "^2.1.0"

0 commit comments

Comments
 (0)