Skip to content

Commit eb60f34

Browse files
authored
Fix ra-core version compatibility to prevent mismatches with react-admin v5 (#383)
1 parent 2f8326c commit eb60f34

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"url": "https://github.com/bicstone/ra-language-japanese/issues"
88
},
99
"peerDependencies": {
10-
"ra-core": ">=4.0.0-alpha.2"
10+
"ra-core": "^5.0.0"
1111
},
1212
"dependencies": {
13-
"ra-core": ">=4.0.0-alpha.2"
13+
"ra-core": "^5.0.0"
1414
},
1515
"devDependencies": {
1616
"@biomejs/biome": "2.0.6",
@@ -48,9 +48,9 @@
4848
"sideEffects": false,
4949
"volta": {
5050
"node": "22.17.0",
51-
"pnpm": "10.12.4"
51+
"pnpm": "10.13.1"
5252
},
53-
"packageManager": "pnpm@10.12.4",
53+
"packageManager": "pnpm@10.13.1",
5454
"pnpm": {
5555
"onlyBuiltDependencies": [
5656
"@biomejs/biome"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)