Skip to content

Commit

Permalink
fix(deps): update dependency @birchill/jpdict-idb to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and birtles committed Dec 8, 2023
1 parent 00c538f commit 0a92fc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions src/components/WordEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,11 @@ const headwordInfo: {
styles: 'text-purple-800 bg-orange-200',
descr: 'Rarely used kanji form',
},
rk: {
icon: 'rare',
styles: 'text-purple-800 bg-orange-200',
descr: 'Rarely used kana form',
},
// The following should never actually be used (we should filter out search
// only headwords, I think) but just in case (and to keep TypeScript happy)
// we add these
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1175,9 +1175,9 @@
ua-parser-js "^1.0.32"

"@birchill/jpdict-idb@^2.1.2":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@birchill/jpdict-idb/-/jpdict-idb-2.2.1.tgz#c619724ddce70fe055ddf9580f63a8d42f5cd0b7"
integrity sha512-TCXYdwXsrHy+faKXHMsb7t99V5ggzK9TBBa8aaL0BcST/1Ip6B/d8aaqBtSKqP/qYZT1eEmZfzHysjwpcG4vKA==
version "2.3.0"
resolved "https://registry.yarnpkg.com/@birchill/jpdict-idb/-/jpdict-idb-2.3.0.tgz#389f05f088b99fb3cc54c54df047a883d5d9fda6"
integrity sha512-NTamhqBSqYAjmjKtzldJGpsjk3EVU/6KNs8RBxwU6ZbMgxhHhncD/vYicmA5XcQeHA4YHLnOq5N3vrVgc2IiqQ==
dependencies:
"@birchill/json-equalish" "^1.1.2"
"@birchill/normal-jp" "^1.5.0"
Expand Down

0 comments on commit 0a92fc2

Please sign in to comment.