Skip to content

Commit 7162613

Browse files
committed
v5.13.2
1 parent a52c56a commit 7162613

File tree

21 files changed

+1066
-1066
lines changed

21 files changed

+1066
-1066
lines changed
Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"name": "data-generator-retail",
3-
"version": "5.13.1",
4-
"homepage": "https://github.com/marmelab/react-admin/tree/master/examples/data-generator",
5-
"bugs": "https://github.com/marmelab/react-admin/issues",
6-
"license": "MIT",
7-
"zshy": "./src/index.ts",
8-
"main": "./dist/index.cjs",
9-
"module": "./dist/index.js",
10-
"types": "./dist/index.d.cts",
11-
"type": "module",
12-
"scripts": {
13-
"build": "zshy --silent"
14-
},
15-
"dependencies": {
16-
"@faker-js/faker": "^10.0.0",
17-
"date-fns": "^3.6.0"
18-
},
19-
"devDependencies": {
20-
"ra-core": "^5.13.1",
21-
"typescript": "^5.1.3",
22-
"zshy": "^0.5.0"
23-
},
24-
"peerDependencies": {
25-
"ra-core": "^5.0.0"
26-
},
27-
"gitHead": "587df4c27bfcec4a756df4f95e5fc14728dfc0d7",
28-
"files": [
29-
"dist"
30-
],
31-
"exports": {
32-
".": {
33-
"import": {
34-
"types": "./dist/index.d.ts",
35-
"default": "./dist/index.js"
36-
},
37-
"require": {
38-
"types": "./dist/index.d.cts",
39-
"default": "./dist/index.cjs"
40-
}
2+
"name": "data-generator-retail",
3+
"version": "5.13.2",
4+
"homepage": "https://github.com/marmelab/react-admin/tree/master/examples/data-generator",
5+
"bugs": "https://github.com/marmelab/react-admin/issues",
6+
"license": "MIT",
7+
"zshy": "./src/index.ts",
8+
"main": "./dist/index.cjs",
9+
"module": "./dist/index.js",
10+
"types": "./dist/index.d.cts",
11+
"type": "module",
12+
"scripts": {
13+
"build": "zshy --silent"
14+
},
15+
"dependencies": {
16+
"@faker-js/faker": "^10.0.0",
17+
"date-fns": "^3.6.0"
18+
},
19+
"devDependencies": {
20+
"ra-core": "^5.13.2",
21+
"typescript": "^5.1.3",
22+
"zshy": "^0.5.0"
23+
},
24+
"peerDependencies": {
25+
"ra-core": "^5.0.0"
26+
},
27+
"gitHead": "587df4c27bfcec4a756df4f95e5fc14728dfc0d7",
28+
"files": [
29+
"dist"
30+
],
31+
"exports": {
32+
".": {
33+
"import": {
34+
"types": "./dist/index.d.ts",
35+
"default": "./dist/index.js"
36+
},
37+
"require": {
38+
"types": "./dist/index.d.cts",
39+
"default": "./dist/index.cjs"
40+
}
41+
}
4142
}
42-
}
4343
}

examples/simple/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple",
3-
"version": "5.13.1",
3+
"version": "5.13.2",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -17,13 +17,13 @@
1717
"fakerest": "^4.1.3",
1818
"jsonexport": "^3.2.0",
1919
"lodash": "~4.17.5",
20-
"ra-data-fakerest": "^5.13.1",
21-
"ra-i18n-polyglot": "^5.13.1",
22-
"ra-input-rich-text": "^5.13.1",
23-
"ra-language-english": "^5.13.1",
24-
"ra-language-french": "^5.13.1",
20+
"ra-data-fakerest": "^5.13.2",
21+
"ra-i18n-polyglot": "^5.13.2",
22+
"ra-input-rich-text": "^5.13.2",
23+
"ra-language-english": "^5.13.2",
24+
"ra-language-french": "^5.13.2",
2525
"react": "^18.3.1",
26-
"react-admin": "^5.13.1",
26+
"react-admin": "^5.13.2",
2727
"react-dom": "^18.3.1",
2828
"react-hook-form": "^7.65.0",
2929
"react-router": "^6.28.1",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.5.1",
33
"packages": ["examples/data-generator", "examples/simple", "packages/*"],
4-
"version": "5.13.1",
4+
"version": "5.13.2",
55
"npmClient": "yarn"
66
}

packages/create-react-admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-react-admin",
33
"description": "A CLI to quickly start a new react-admin project",
4-
"version": "5.13.1",
4+
"version": "5.13.2",
55
"license": "MIT",
66
"bin": "lib/cli.js",
77
"type": "module",

packages/ra-core/package.json

Lines changed: 81 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,83 @@
11
{
2-
"name": "ra-core",
3-
"version": "5.13.1",
4-
"description": "Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React",
5-
"files": [
6-
"*.md",
7-
"dist",
8-
"src",
9-
"codemods"
10-
],
11-
"zshy": "./src/index.ts",
12-
"main": "./dist/index.cjs",
13-
"module": "./dist/index.js",
14-
"types": "./dist/index.d.cts",
15-
"type": "module",
16-
"exports": {
17-
".": {
18-
"import": {
19-
"types": "./dist/index.d.ts",
20-
"default": "./dist/index.js"
21-
},
22-
"require": {
23-
"types": "./dist/index.d.cts",
24-
"default": "./dist/index.cjs"
25-
}
26-
}
27-
},
28-
"sideEffects": false,
29-
"authors": [
30-
"François Zaninotto",
31-
"Gildas Garcia"
32-
],
33-
"repository": "marmelab/react-admin",
34-
"homepage": "https://github.com/marmelab/react-admin#readme",
35-
"bugs": "https://github.com/marmelab/react-admin/issues",
36-
"license": "MIT",
37-
"scripts": {
38-
"build": "zshy --silent"
39-
},
40-
"devDependencies": {
41-
"@hookform/resolvers": "^3.2.0",
42-
"@tanstack/react-query": "^5.90.2",
43-
"@tanstack/react-query-devtools": "^5.90.2",
44-
"@testing-library/react": "^15.0.7",
45-
"@types/jest": "^29.5.2",
46-
"@types/jscodeshift": "^0.11.11",
47-
"@types/node": "^20.10.7",
48-
"@types/node-polyglot": "^0.4.31",
49-
"@types/react": "^18.3.3",
50-
"echarts": "^5.6.0",
51-
"expect": "^27.4.6",
52-
"ignore-styles": "~5.0.1",
53-
"jscodeshift": "^0.15.2",
54-
"react": "^18.3.1",
55-
"react-dom": "^18.3.1",
56-
"react-hook-form": "^7.65.0",
57-
"react-router": "^6.28.1",
58-
"react-router-dom": "^6.28.1",
59-
"typescript": "^5.1.3",
60-
"yup": "^0.32.11",
61-
"zod": "^3.22.1",
62-
"zshy": "^0.5.0"
63-
},
64-
"peerDependencies": {
65-
"@tanstack/react-query": "^5.83.0",
66-
"react": "^18.0.0 || ^19.0.0",
67-
"react-dom": "^18.0.0 || ^19.0.0",
68-
"react-hook-form": "^7.65.0",
69-
"react-router": "^6.28.1 || ^7.1.1",
70-
"react-router-dom": "^6.28.1 || ^7.1.1"
71-
},
72-
"dependencies": {
73-
"date-fns": "^3.6.0",
74-
"eventemitter3": "^5.0.1",
75-
"inflection": "^3.0.0",
76-
"jsonexport": "^3.2.0",
77-
"lodash": "^4.17.21",
78-
"query-string": "^7.1.3",
79-
"react-error-boundary": "^4.0.13",
80-
"react-is": "^18.2.0 || ^19.0.0"
81-
},
82-
"gitHead": "587df4c27bfcec4a756df4f95e5fc14728dfc0d7"
2+
"name": "ra-core",
3+
"version": "5.13.2",
4+
"description": "Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React",
5+
"files": [
6+
"*.md",
7+
"dist",
8+
"src",
9+
"codemods"
10+
],
11+
"zshy": "./src/index.ts",
12+
"main": "./dist/index.cjs",
13+
"module": "./dist/index.js",
14+
"types": "./dist/index.d.cts",
15+
"type": "module",
16+
"exports": {
17+
".": {
18+
"import": {
19+
"types": "./dist/index.d.ts",
20+
"default": "./dist/index.js"
21+
},
22+
"require": {
23+
"types": "./dist/index.d.cts",
24+
"default": "./dist/index.cjs"
25+
}
26+
}
27+
},
28+
"sideEffects": false,
29+
"authors": [
30+
"François Zaninotto",
31+
"Gildas Garcia"
32+
],
33+
"repository": "marmelab/react-admin",
34+
"homepage": "https://github.com/marmelab/react-admin#readme",
35+
"bugs": "https://github.com/marmelab/react-admin/issues",
36+
"license": "MIT",
37+
"scripts": {
38+
"build": "zshy --silent"
39+
},
40+
"devDependencies": {
41+
"@hookform/resolvers": "^3.2.0",
42+
"@tanstack/react-query": "^5.90.2",
43+
"@tanstack/react-query-devtools": "^5.90.2",
44+
"@testing-library/react": "^15.0.7",
45+
"@types/jest": "^29.5.2",
46+
"@types/jscodeshift": "^0.11.11",
47+
"@types/node": "^20.10.7",
48+
"@types/node-polyglot": "^0.4.31",
49+
"@types/react": "^18.3.3",
50+
"echarts": "^5.6.0",
51+
"expect": "^27.4.6",
52+
"ignore-styles": "~5.0.1",
53+
"jscodeshift": "^0.15.2",
54+
"react": "^18.3.1",
55+
"react-dom": "^18.3.1",
56+
"react-hook-form": "^7.65.0",
57+
"react-router": "^6.28.1",
58+
"react-router-dom": "^6.28.1",
59+
"typescript": "^5.1.3",
60+
"yup": "^0.32.11",
61+
"zod": "^3.22.1",
62+
"zshy": "^0.5.0"
63+
},
64+
"peerDependencies": {
65+
"@tanstack/react-query": "^5.83.0",
66+
"react": "^18.0.0 || ^19.0.0",
67+
"react-dom": "^18.0.0 || ^19.0.0",
68+
"react-hook-form": "^7.65.0",
69+
"react-router": "^6.28.1 || ^7.1.1",
70+
"react-router-dom": "^6.28.1 || ^7.1.1"
71+
},
72+
"dependencies": {
73+
"date-fns": "^3.6.0",
74+
"eventemitter3": "^5.0.1",
75+
"inflection": "^3.0.0",
76+
"jsonexport": "^3.2.0",
77+
"lodash": "^4.17.21",
78+
"query-string": "^7.1.3",
79+
"react-error-boundary": "^4.0.13",
80+
"react-is": "^18.2.0 || ^19.0.0"
81+
},
82+
"gitHead": "587df4c27bfcec4a756df4f95e5fc14728dfc0d7"
8383
}

0 commit comments

Comments
 (0)