Skip to content

Commit 726d51a

Browse files
authored
Fix ra-core version compatibility to prevent mismatches with react-admin v3 (#385)
1 parent 7148543 commit 726d51a

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@bicstone/ra-language-japanese",
33
"description": "Japanese messages for react-admin",
4-
"version": "3.18.3",
4+
"version": "3.19.0",
55
"author": "Takanori Oishi",
66
"bugs": {
77
"url": "https://github.com/bicstone/ra-language-japanese/issues"
88
},
99
"dependencies": {
10-
"ra-core": ">=2.0.0-alpha1"
10+
"ra-core": "^3.0.0-alpha1"
1111
},
1212
"devDependencies": {
1313
"prettier": "2.4.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
classnames@~2.2.5:
6-
version "2.2.6"
7-
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.6.tgz#43935bffdd291f326dad0a205309b38d00f650ce"
8-
integrity sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==
5+
classnames@~2.3.1:
6+
version "2.3.3"
7+
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.3.3.tgz#897b59920fa3e336571c164366efad73e9d6418b"
8+
integrity sha512-1inzZmicIFcmUya7PGtUQeXtcF7zZpPnxtQoYOrz0uiOBGlLFa4ik4361seYL2JCcRDIyfdFHiwQolESFlw+Og==
99

1010
date-fns@^1.29.0:
1111
version "1.30.1"
@@ -22,10 +22,10 @@ eventemitter3@^3.0.0:
2222
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-3.1.2.tgz#2d3d48f9c346698fce83a85d7d664e98535df6e7"
2323
integrity sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==
2424

25-
inflection@~1.12.0:
26-
version "1.12.0"
27-
resolved "https://registry.yarnpkg.com/inflection/-/inflection-1.12.0.tgz#a200935656d6f5f6bc4dc7502e1aecb703228416"
28-
integrity sha1-ogCTVlbW9fa8TcdQLhrstwMihBY=
25+
inflection@~1.13.1:
26+
version "1.13.4"
27+
resolved "https://registry.yarnpkg.com/inflection/-/inflection-1.13.4.tgz#65aa696c4e2da6225b148d7a154c449366633a32"
28+
integrity sha512-6I/HUDeYFfuNCVS3td055BaXBwKYuzw7K3ExVMStBowKo9oOAMJIXIHvdyR3iboTCp1b+1i5DSkIZTcwIktuDw==
2929

3030
"js-tokens@^3.0.0 || ^4.0.0":
3131
version "4.0.0"
@@ -72,15 +72,15 @@ query-string@^5.1.1:
7272
object-assign "^4.1.0"
7373
strict-uri-encode "^1.0.0"
7474

75-
ra-core@>=2.0.0-alpha1:
76-
version "3.18.3"
77-
resolved "https://registry.yarnpkg.com/ra-core/-/ra-core-3.18.3.tgz#9a581de5d564895f06718d4d94f3a6a216c58abb"
78-
integrity sha512-DRIsbf1G7Zvvzs55TiMJvZ56psDk5Syj/PxPBhmMmhVoSavZ/i23J+ObKrGUKWNk4cwNg3IZR8IxZCGyMEe1Qg==
75+
ra-core@^3.0.0-alpha1:
76+
version "3.19.12"
77+
resolved "https://registry.yarnpkg.com/ra-core/-/ra-core-3.19.12.tgz#440afa96b18b5170c0b00965c3747a5223277b8d"
78+
integrity sha512-E0cM6OjEUtccaR+dR5mL1MLiVVYML0Yf7aPhpLEq4iue73X3+CKcLztInoBhWgeevPbFQwgAtsXhlpedeyrNNg==
7979
dependencies:
80-
classnames "~2.2.5"
80+
classnames "~2.3.1"
8181
date-fns "^1.29.0"
8282
eventemitter3 "^3.0.0"
83-
inflection "~1.12.0"
83+
inflection "~1.13.1"
8484
lodash "~4.17.5"
8585
prop-types "^15.6.1"
8686
query-string "^5.1.1"

0 commit comments

Comments
 (0)