mirror of
https://github.com/etkecc/synapse-admin.git
synced 2024-11-21 15:25:22 +03:00
Bump ra-core from 5.2.0 to 5.3.0 (#63)
Bumps [ra-core](https://github.com/marmelab/react-admin) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/marmelab/react-admin/releases) - [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md) - [Commits](https://github.com/marmelab/react-admin/compare/v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: ra-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
99d0b9ad72
commit
1896f770d1
2 changed files with 5 additions and 6 deletions
|
@ -54,7 +54,7 @@
|
|||
"history": "^5.3.0",
|
||||
"lodash": "^4.17.21",
|
||||
"papaparse": "^5.4.1",
|
||||
"ra-core": "^5.2.0",
|
||||
"ra-core": "^5.3.0",
|
||||
"ra-i18n-polyglot": "^5.2.0",
|
||||
"ra-language-english": "^5.2.0",
|
||||
"ra-language-farsi": "^5.0.0",
|
||||
|
|
|
@ -4683,16 +4683,15 @@ ra-core@^4.11.2, ra-core@^4.16.2:
|
|||
react-is "^17.0.2"
|
||||
react-query "^3.32.1"
|
||||
|
||||
ra-core@^5.2.0:
|
||||
version "5.2.0"
|
||||
resolved "https://registry.npmjs.org/ra-core/-/ra-core-5.2.0.tgz"
|
||||
integrity sha512-HAl/rCLeGt55VvfimQd8emuErPIjI5R0f8fEpy7B+jucxGmGTOw2nes+Tf7UIZKjIoN2BHhb/pailjfd2n8Nlg==
|
||||
ra-core@^5.2.0, ra-core@^5.3.0:
|
||||
version "5.3.0"
|
||||
resolved "https://registry.yarnpkg.com/ra-core/-/ra-core-5.3.0.tgz#02ce7e7c5d7617dbb2b2805803fde1d0c88dc4bd"
|
||||
integrity sha512-e5Y0u+P+0Kx2XeYEAUDV63NdlAvMtlrb4ndYLtIbCaIeOx1o6GXlD2BedICaYSb6XXjz+KoNZ1nmWuZ6tS4f7Q==
|
||||
dependencies:
|
||||
"@tanstack/react-query" "^5.8.4"
|
||||
clsx "^2.1.1"
|
||||
date-fns "^3.6.0"
|
||||
eventemitter3 "^5.0.1"
|
||||
hotscript "^1.0.12"
|
||||
inflection "^3.0.0"
|
||||
jsonexport "^3.2.0"
|
||||
lodash "~4.17.5"
|
||||
|
|
Loading…
Reference in a new issue