Skip to content

Commit

Permalink
Bump ra-data-json-server in /{{cookiecutter.project_slug}}/frontend (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent 68d28a9 commit a9e314c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.0",
"axios": "^0.21.4",
"ra-data-json-server": "^4.12.2",
"ra-data-json-server": "^4.13.1",
"ra-data-simple-rest": "^4.13.1",
"react": "^17.0.2",
"react-admin": "^4.12.4",
Expand Down
18 changes: 9 additions & 9 deletions {{cookiecutter.project_slug}}/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9294,10 +9294,10 @@ quick-lru@^5.1.1:
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932"
integrity sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==

ra-core@^4.12.2, ra-core@^4.12.4:
version "4.12.4"
resolved "https://registry.yarnpkg.com/ra-core/-/ra-core-4.12.4.tgz#cb80744b0fc354645f761dce159194bf4dce6d50"
integrity sha512-5K0HPpOh77uninFyepY2q/GVZ1YtcmYkkeN3Z6720vrU6vLTMGY60idNvjhyctffv0VyZHMN/4yufNrFpCjeQw==
ra-core@^4.12.4, ra-core@^4.13.1:
version "4.13.1"
resolved "https://registry.yarnpkg.com/ra-core/-/ra-core-4.13.1.tgz#d1e1c03a64abd6a6ea3efb9d2751eac78150c71c"
integrity sha512-Ww6pbD7OFcn63H11inWMRSKdnq6OnOffGgl1HHNTn44g4bqOsiZIkewZ1FpREM4pszO17fjbenABrWHnK0Z9gA==
dependencies:
clsx "^1.1.1"
date-fns "^2.19.0"
Expand All @@ -9310,13 +9310,13 @@ ra-core@^4.12.2, ra-core@^4.12.4:
react-is "^17.0.2"
react-query "^3.32.1"

ra-data-json-server@^4.12.2:
version "4.12.2"
resolved "https://registry.yarnpkg.com/ra-data-json-server/-/ra-data-json-server-4.12.2.tgz#2d98fd339d0c45651828af6abf018e820da1bd17"
integrity sha512-D/CQ6uy73jLVg2NtCJOzBVjn59gBIXBhvg4+PA3tyzn5ZKEtuz0n8TrpYWLBPb3eCHnC9b4d/CNRouQci4Ujvg==
ra-data-json-server@^4.13.1:
version "4.13.1"
resolved "https://registry.yarnpkg.com/ra-data-json-server/-/ra-data-json-server-4.13.1.tgz#ae05563b1f46de94ca910662dcb5ad0baba061e4"
integrity sha512-NvSD/TB39V5A9rQbvfEBzG9tGc6ns79TKOkRGtsdOeVaWAHHQUAMitSD+eonONyuhpMyRcBIuaisnbJmwY2pIw==
dependencies:
query-string "^7.1.1"
ra-core "^4.12.2"
ra-core "^4.13.1"

ra-data-simple-rest@^4.13.1:
version "4.13.1"
Expand Down

0 comments on commit a9e314c

Please sign in to comment.