Skip to content

Commit

Permalink
feat: npmパッケージのアップデート (#64)
Browse files Browse the repository at this point in the history
* feat: npmパッケージのアップデート

* feat: パッケージのアップデート
  • Loading branch information
kgsi authored Jun 17, 2021
1 parent 367c7d7 commit fec28b7
Show file tree
Hide file tree
Showing 2 changed files with 1,281 additions and 1,585 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,43 +25,43 @@
},
"devDependencies": {
"@textlint/types": "^12.0.0",
"@types/node": "^12.20.4",
"prettier": "^2.2.1",
"@types/node": "^15.12.2",
"prettier": "^2.3.1",
"standard-version": "^9.3.0",
"textlint-scripts": "^3.0.0",
"textlint-scripts": "^12.0.1",
"textlint-tester": "^12.0.0",
"ts-node": "^8.10.2",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
},
"dependencies": {
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7",
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.8",
"@textlint/module-interop": "^12.0.0",
"textlint-rule-ja-hiragana-daimeishi": "^1.0.0",
"textlint-rule-ja-hiragana-fukushi": "^1.3.0",
"textlint-rule-ja-hiragana-hojodoushi": "^1.0.4",
"textlint-rule-ja-hiragana-keishikimeishi": "^1.1.0",
"textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana": "^2.0.2",
"textlint-rule-ja-no-abusage": "^2.0.1",
"textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana": "^2.1.3",
"textlint-rule-ja-no-abusage": "^3.0.0",
"textlint-rule-ja-no-mixed-period": "^2.1.1",
"textlint-rule-ja-no-redundant-expression": "^3.0.2",
"textlint-rule-ja-no-space-around-parentheses": "^2.0.2",
"textlint-rule-ja-no-space-between-full-width": "^2.0.2",
"textlint-rule-ja-space-after-exclamation": "^2.0.2",
"textlint-rule-ja-space-after-question": "^2.0.2",
"textlint-rule-ja-space-around-code": "^2.0.2",
"textlint-rule-ja-space-between-half-and-full-width": "^2.0.2",
"textlint-rule-max-ten": "^2.0.4",
"textlint-rule-no-double-negative-ja": "^1.0.6",
"textlint-rule-no-doubled-conjunction": "^1.0.3",
"textlint-rule-no-doubled-conjunctive-particle-ga": "^1.1.1",
"textlint-rule-no-doubled-joshi": "^3.8.0",
"textlint-rule-no-dropping-the-ra": "^2.0.0",
"textlint-rule-ja-no-redundant-expression": "^4.0.0",
"textlint-rule-ja-no-space-around-parentheses": "^2.1.3",
"textlint-rule-ja-no-space-between-full-width": "^2.1.3",
"textlint-rule-ja-space-after-exclamation": "^2.1.3",
"textlint-rule-ja-space-after-question": "^2.1.3",
"textlint-rule-ja-space-around-code": "^2.1.3",
"textlint-rule-ja-space-between-half-and-full-width": "^2.1.3",
"textlint-rule-max-ten": "^4.0.2",
"textlint-rule-no-double-negative-ja": "^2.0.0",
"textlint-rule-no-doubled-conjunction": "^2.0.1",
"textlint-rule-no-doubled-conjunctive-particle-ga": "^2.0.1",
"textlint-rule-no-doubled-joshi": "^4.0.0",
"textlint-rule-no-dropping-the-ra": "^3.0.0",
"textlint-rule-no-hankaku-kana": "^1.0.2",
"textlint-rule-no-mix-dearu-desumasu": "^4.0.1",
"textlint-rule-no-mix-dearu-desumasu": "^5.0.0",
"textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet": "^1.0.1",
"textlint-rule-no-nfd": "^1.0.2",
"textlint-rule-prh": "^5.3.0",
"textlint-rule-sentence-length": "^2.2.0"
"textlint-rule-sentence-length": "^3.0.0"
},
"name": "textlint-rule-preset-smarthr",
"directories": {
Expand Down
Loading

0 comments on commit fec28b7

Please sign in to comment.