Skip to content

Commit 5f4f7ad

Browse files
fix(deps): update dependency ra-core to v5.10.0 (main) (#390)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Oishi Takanori <[email protected]>
1 parent 88b6e02 commit 5f4f7ad

File tree

5 files changed

+8
-14
lines changed

5 files changed

+8
-14
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pull Requests are always welcome, but please discuss larger changes via issue be
1414
1. Install the dependencies with pnpm. `pnpm ci`
1515
1. Create a new topic branch. `git checkout -b fix/topic`
1616
1. Make changes `/src/index.tx` .
17-
1. **Run format & build.** `pnpm run build`
17+
1. **Run format & build.** `pnpm run check --write && pnpm run build`
1818
1. Commit and push. `git push -u origin HEAD`
1919
1. Make a Pull Request.
2020

lib/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bicstone/ra-language-japanese",
33
"description": "Japanese messages for react-admin",
4-
"version": "5.7.0",
4+
"version": "5.10.0",
55
"author": "Oishi Takanori",
66
"bugs": {
77
"url": "https://github.com/bicstone/ra-language-japanese/issues"
@@ -41,7 +41,6 @@
4141
},
4242
"scripts": {
4343
"check": "biome check .",
44-
"write": "biome check . --write",
4544
"build": "tsc",
4645
"preinstall": "npx only-allow pnpm"
4746
},

pnpm-lock.yaml

Lines changed: 4 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const messages: Required<TranslationMessages> = {
2424
remove: "削除",
2525
save: "保存",
2626
search: "検索",
27+
search_columns: "列を検索",
2728
select_all: "すべて選択",
2829
select_all_button: "すべて選択",
2930
select_row: "この行を選択",

0 commit comments

Comments
 (0)