Skip to content

Commit

Permalink
v4.16.13
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Mar 15, 2024
1 parent c844da0 commit 4af91cb
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple",
"version": "4.16.12",
"version": "4.16.13",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -19,11 +19,11 @@
"proxy-polyfill": "^0.3.0",
"ra-data-fakerest": "^4.16.12",
"ra-i18n-polyglot": "^4.16.12",
"ra-input-rich-text": "^4.16.12",
"ra-input-rich-text": "^4.16.13",
"ra-language-english": "^4.16.12",
"ra-language-french": "^4.16.12",
"react": "^17.0.0",
"react-admin": "^4.16.12",
"react-admin": "^4.16.13",
"react-dom": "^17.0.0",
"react-hook-form": "^7.43.9",
"react-query": "^3.32.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lerna": "2.5.1",
"packages": ["examples/data-generator", "examples/simple", "packages/*"],
"version": "4.16.12"
"version": "4.16.13"
}
4 changes: 2 additions & 2 deletions packages/ra-input-rich-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-input-rich-text",
"version": "4.16.12",
"version": "4.16.13",
"description": "<RichTextInput> component for react-admin, useful for editing HTML code in admin GUIs.",
"author": "Gildas Garcia",
"repository": "marmelab/react-admin",
Expand Down Expand Up @@ -54,7 +54,7 @@
"data-generator-retail": "^4.16.12",
"ra-core": "^4.16.12",
"ra-data-fakerest": "^4.16.12",
"ra-ui-materialui": "^4.16.12",
"ra-ui-materialui": "^4.16.13",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-hook-form": "^7.43.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/ra-no-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-no-code",
"version": "4.16.12",
"version": "4.16.13",
"description": "",
"files": [
"*.md",
Expand Down Expand Up @@ -49,7 +49,7 @@
"papaparse": "^5.3.0",
"prop-types": "^15.6.1",
"ra-data-local-storage": "^4.16.12",
"react-admin": "^4.16.12",
"react-admin": "^4.16.13",
"react-dropzone": "^12.0.4",
"react-query": "^3.32.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-ui-materialui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-ui-materialui",
"version": "4.16.12",
"version": "4.16.13",
"description": "UI Components for react-admin with Material UI",
"files": [
"*.md",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-admin",
"version": "4.16.12",
"version": "4.16.13",
"description": "A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI",
"files": [
"*.md",
Expand Down Expand Up @@ -44,7 +44,7 @@
"ra-core": "^4.16.12",
"ra-i18n-polyglot": "^4.16.12",
"ra-language-english": "^4.16.12",
"ra-ui-materialui": "^4.16.12",
"ra-ui-materialui": "^4.16.13",
"react-hook-form": "^7.43.9",
"react-router": "^6.1.0",
"react-router-dom": "^6.1.0"
Expand Down

0 comments on commit 4af91cb

Please sign in to comment.