Skip to content

Commit d2e54bd

Browse files
committedDec 21, 2020
fix(deps): Pin kuromoji@0.1.1 again
Some rules depended on 0.1.1
1 parent dcbe308 commit d2e54bd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"netlify": "mkdir -p public && cp -r node_modules/kuromoji/dict public/"
3535
},
3636
"dependencies": {
37-
"kuromoji": "^0.1.1"
37+
"kuromoji": "0.1.1"
3838
},
3939
"devDependencies": {
4040
"@types/mocha": "^8.2.0",

‎yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -670,14 +670,14 @@ json-parse-even-better-errors@^2.3.0:
670670
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
671671
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
672672

673-
kuromoji@^0.1.1:
674-
version "0.1.2"
675-
resolved "https://registry.yarnpkg.com/kuromoji/-/kuromoji-0.1.2.tgz#293f0d6706df006112137980588d5daac26d0790"
676-
integrity sha512-V0dUf+C2LpcPEXhoHLMAop/bOht16Dyr+mDiIE39yX3vqau7p80De/koFqpiTcL1zzdZlc3xuHZ8u5gjYRfFaQ==
673+
kuromoji@0.1.1:
674+
version "0.1.1"
675+
resolved "https://registry.yarnpkg.com/kuromoji/-/kuromoji-0.1.1.tgz#4aabf39bcced8b8ad92d007a04a26be6da8477c9"
676+
integrity sha1-Sqvzm8zti4rZLQB6BKJr5tqEd8k=
677677
dependencies:
678678
async "^2.0.1"
679679
doublearray "0.0.2"
680-
zlibjs "^0.3.1"
680+
zlibjs "^0.2.0"
681681

682682
lines-and-columns@^1.1.6:
683683
version "1.1.6"
@@ -1438,7 +1438,7 @@ yocto-queue@^0.1.0:
14381438
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
14391439
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
14401440

1441-
zlibjs@^0.3.1:
1442-
version "0.3.1"
1443-
resolved "https://registry.yarnpkg.com/zlibjs/-/zlibjs-0.3.1.tgz#50197edb28a1c42ca659cc8b4e6a9ddd6d444554"
1444-
integrity sha1-UBl+2yihxCymWcyLTmqd3W1ERVQ=
1441+
zlibjs@^0.2.0:
1442+
version "0.2.0"
1443+
resolved "https://registry.yarnpkg.com/zlibjs/-/zlibjs-0.2.0.tgz#ae20f06243293d85c255563189f9b12f5b3ba1a0"
1444+
integrity sha1-riDwYkMpPYXCVVYxifmxL1s7oaA=

0 commit comments

Comments
 (0)
Please sign in to comment.