Skip to content

Commit

Permalink
v4.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi committed Jun 23, 2023
1 parent 6c795e5 commit b47f7ba
Show file tree
Hide file tree
Showing 21 changed files with 70 additions and 66 deletions.
6 changes: 3 additions & 3 deletions examples/crm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-admin-crm",
"version": "4.11.3",
"version": "4.11.4",
"private": true,
"dependencies": {
"@mui/icons-material": "^5.0.1",
Expand All @@ -12,9 +12,9 @@
"faker": "~5.4.0",
"lodash": "~4.17.5",
"prop-types": "^15.7.2",
"ra-data-fakerest": "^4.11.3",
"ra-data-fakerest": "^4.11.4",
"react": "^17.0.0",
"react-admin": "^4.11.3",
"react-admin": "^4.11.4",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "^17.0.0",
"react-error-boundary": "^3.1.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/data-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-generator-retail",
"version": "4.11.3",
"version": "4.11.4",
"homepage": "https://github.com/marmelab/react-admin/tree/master/examples/data-generator",
"bugs": "https://github.com/marmelab/react-admin/issues",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
},
"devDependencies": {
"cross-env": "^5.2.0",
"ra-core": "^4.11.3",
"ra-core": "^4.11.4",
"rimraf": "^3.0.2",
"typescript": "^4.4.0"
},
Expand Down
20 changes: 10 additions & 10 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "4.11.3",
"version": "4.11.4",
"private": true,
"dependencies": {
"@apollo/client": "^3.3.19",
Expand All @@ -10,7 +10,7 @@
"@types/recharts": "^1.8.10",
"@vitejs/plugin-react": "^2.2.0",
"clsx": "^1.1.1",
"data-generator-retail": "^4.11.3",
"data-generator-retail": "^4.11.4",
"date-fns": "^2.19.0",
"fakerest": "^3.0.0",
"fetch-mock": "~9.11.0",
Expand All @@ -21,16 +21,16 @@
"prop-types": "^15.6.1",
"proxy-polyfill": "^0.3.0",
"query-string": "^7.1.1",
"ra-data-fakerest": "^4.11.3",
"ra-data-fakerest": "^4.11.4",
"ra-data-graphql": "^4.11.3",
"ra-data-graphql-simple": "^4.11.3",
"ra-data-simple-rest": "^4.11.3",
"ra-i18n-polyglot": "^4.11.3",
"ra-input-rich-text": "^4.11.3",
"ra-language-english": "^4.11.3",
"ra-language-french": "^4.11.3",
"ra-data-graphql-simple": "^4.11.4",
"ra-data-simple-rest": "^4.11.4",
"ra-i18n-polyglot": "^4.11.4",
"ra-input-rich-text": "^4.11.4",
"ra-language-english": "^4.11.4",
"ra-language-french": "^4.11.4",
"react": "^17.0.0",
"react-admin": "^4.11.3",
"react-admin": "^4.11.4",
"react-app-polyfill": "^2.0.0",
"react-dom": "^17.0.0",
"react-router": "^6.1.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/no-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "no-code",
"version": "4.11.3",
"version": "4.11.4",
"private": true,
"scripts": {
"dev": "yarn vite",
Expand All @@ -9,10 +9,10 @@
},
"dependencies": {
"@mui/material": "^5.0.2",
"ra-data-local-storage": "^4.11.3",
"ra-no-code": "^4.11.3",
"ra-data-local-storage": "^4.11.4",
"ra-no-code": "^4.11.4",
"react": "^17.0.0",
"react-admin": "^4.11.3",
"react-admin": "^4.11.4",
"react-dom": "^17.0.0"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple",
"version": "4.11.3",
"version": "4.11.4",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -17,13 +17,13 @@
"lodash": "~4.17.5",
"prop-types": "^15.7.2",
"proxy-polyfill": "^0.3.0",
"ra-data-fakerest": "^4.11.3",
"ra-i18n-polyglot": "^4.11.3",
"ra-input-rich-text": "^4.11.3",
"ra-language-english": "^4.11.3",
"ra-language-french": "^4.11.3",
"ra-data-fakerest": "^4.11.4",
"ra-i18n-polyglot": "^4.11.4",
"ra-input-rich-text": "^4.11.4",
"ra-language-english": "^4.11.4",
"ra-language-french": "^4.11.4",
"react": "^17.0.0",
"react-admin": "^4.11.3",
"react-admin": "^4.11.4",
"react-dom": "^17.0.0",
"react-hook-form": "^7.43.9",
"react-query": "^3.32.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/tutorial/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tutorial",
"version": "4.11.3",
"version": "4.11.4",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -9,9 +9,9 @@
"preview": "vite preview"
},
"dependencies": {
"ra-data-json-server": "^4.11.3",
"ra-data-json-server": "^4.11.4",
"react": "^18.2.0",
"react-admin": "^4.11.3",
"react-admin": "^4.11.4",
"react-dom": "^18.2.0"
},
"devDependencies": {
Expand Down
8 changes: 6 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"lerna": "2.5.1",
"packages": ["examples/data-generator", "examples/simple", "packages/*"],
"version": "4.11.3",
"packages": [
"examples/data-generator",
"examples/simple",
"packages/*"
],
"version": "4.11.4",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/ra-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-core",
"version": "4.11.3",
"version": "4.11.4",
"description": "Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React",
"files": [
"*.md",
Expand Down
4 changes: 2 additions & 2 deletions packages/ra-data-fakerest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-data-fakerest",
"version": "4.11.3",
"version": "4.11.4",
"description": "JSON Server data provider for react-admin",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"cross-env": "^5.2.0",
"ra-core": "^4.11.3",
"ra-core": "^4.11.4",
"rimraf": "^3.0.2",
"typescript": "^4.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-data-graphql-simple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-data-graphql-simple",
"version": "4.11.3",
"version": "4.11.4",
"description": "A GraphQL simple data provider for react-admin",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/ra-data-json-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-data-json-server",
"version": "4.11.3",
"version": "4.11.4",
"description": "JSON Server data provider for react-admin",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"query-string": "^7.1.1",
"ra-core": "^4.11.3"
"ra-core": "^4.11.4"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ra-data-localforage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-data-local-forage",
"version": "4.11.3",
"version": "4.11.4",
"description": "LocalForage data provider for react-admin",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"localforage": "^1.7.1",
"lodash": "~4.17.5",
"ra-data-fakerest": "^4.11.3"
"ra-data-fakerest": "^4.11.4"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ra-data-localstorage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-data-local-storage",
"version": "4.11.3",
"version": "4.11.4",
"description": "Local storage data provider for react-admin",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"lodash": "~4.17.5",
"ra-data-fakerest": "^4.11.3"
"ra-data-fakerest": "^4.11.4"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ra-data-simple-rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-data-simple-rest",
"version": "4.11.3",
"version": "4.11.4",
"description": "Simple REST data provider for react-admin",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"cross-env": "^5.2.0",
"ra-core": "^4.11.3",
"ra-core": "^4.11.4",
"rimraf": "^3.0.2",
"typescript": "^4.4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ra-i18n-polyglot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-i18n-polyglot",
"version": "4.11.3",
"version": "4.11.4",
"description": "Polyglot i18n provider for react-admin",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"node-polyglot": "^2.2.2",
"ra-core": "^4.11.3"
"ra-core": "^4.11.4"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
10 changes: 5 additions & 5 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.11.3",
"version": "4.11.4",
"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 @@ -49,10 +49,10 @@
"@mui/icons-material": "^5.0.1",
"@mui/material": "^5.0.2",
"@testing-library/react": "^11.2.3",
"data-generator-retail": "^4.11.3",
"ra-core": "^4.11.3",
"ra-data-fakerest": "^4.11.3",
"ra-ui-materialui": "^4.11.3",
"data-generator-retail": "^4.11.4",
"ra-core": "^4.11.4",
"ra-data-fakerest": "^4.11.4",
"ra-ui-materialui": "^4.11.4",
"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-language-english/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-language-english",
"version": "4.11.3",
"version": "4.11.4",
"description": "English messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"watch": "tsc --outDir dist/esm --module es2015 --watch"
},
"dependencies": {
"ra-core": "^4.11.3"
"ra-core": "^4.11.4"
},
"devDependencies": {
"rimraf": "^3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/ra-language-french/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-language-french",
"version": "4.11.3",
"version": "4.11.4",
"description": "French messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"watch": "tsc --outDir dist/esm --module es2015 --watch"
},
"dependencies": {
"ra-core": "^4.11.3"
"ra-core": "^4.11.4"
},
"devDependencies": {
"rimraf": "^3.0.2",
Expand Down
6 changes: 3 additions & 3 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.11.3",
"version": "4.11.4",
"description": "",
"files": [
"*.md",
Expand Down Expand Up @@ -48,8 +48,8 @@
"lodash": "~4.17.5",
"papaparse": "^5.3.0",
"prop-types": "^15.6.1",
"ra-data-local-storage": "^4.11.3",
"react-admin": "^4.11.3",
"ra-data-local-storage": "^4.11.4",
"react-admin": "^4.11.4",
"react-dropzone": "^12.0.4",
"react-query": "^3.32.1"
},
Expand Down
8 changes: 4 additions & 4 deletions 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.11.3",
"version": "4.11.4",
"description": "UI Components for react-admin with Material UI",
"files": [
"*.md",
Expand Down Expand Up @@ -35,9 +35,9 @@
"file-api": "~0.10.4",
"history": "^5.1.0",
"ignore-styles": "~5.0.1",
"ra-core": "^4.11.3",
"ra-i18n-polyglot": "^4.11.3",
"ra-language-english": "^4.11.3",
"ra-core": "^4.11.4",
"ra-i18n-polyglot": "^4.11.4",
"ra-language-english": "^4.11.4",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-hook-form": "^7.43.9",
Expand Down
10 changes: 5 additions & 5 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.11.3",
"version": "4.11.4",
"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 @@ -41,10 +41,10 @@
"@mui/icons-material": "^5.0.1",
"@mui/material": "^5.0.2",
"history": "^5.1.0",
"ra-core": "^4.11.3",
"ra-i18n-polyglot": "^4.11.3",
"ra-language-english": "^4.11.3",
"ra-ui-materialui": "^4.11.3",
"ra-core": "^4.11.4",
"ra-i18n-polyglot": "^4.11.4",
"ra-language-english": "^4.11.4",
"ra-ui-materialui": "^4.11.4",
"react-hook-form": "^7.43.9",
"react-router": "^6.1.0",
"react-router-dom": "^6.1.0"
Expand Down

0 comments on commit b47f7ba

Please sign in to comment.