Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 40 additions & 40 deletions examples/data-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
{
"name": "data-generator-retail",
"version": "5.13.6",
"homepage": "https://github.com/marmelab/react-admin/tree/master/examples/data-generator",
"bugs": "https://github.com/marmelab/react-admin/issues",
"license": "MIT",
"zshy": "./src/index.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.cts",
"type": "module",
"scripts": {
"build": "zshy --silent"
},
"dependencies": {
"@faker-js/faker": "^10.0.0",
"date-fns": "^3.6.0"
},
"devDependencies": {
"ra-core": "^5.13.6",
"typescript": "^5.1.3",
"zshy": "^0.5.0"
},
"peerDependencies": {
"ra-core": "^5.0.0"
},
"gitHead": "19dcb264898c8e01c408eb66ce02c50b67c851ab",
"files": [
"dist"
],
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
"name": "data-generator-retail",
"version": "5.13.6",
"homepage": "https://github.com/marmelab/react-admin/tree/master/examples/data-generator",
"bugs": "https://github.com/marmelab/react-admin/issues",
"license": "MIT",
"zshy": "./src/index.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.cts",
"type": "module",
"scripts": {
"build": "zshy --silent"
},
"dependencies": {
"@faker-js/faker": "^10.0.0",
"date-fns": "^3.6.0"
},
"devDependencies": {
"ra-core": "^5.13.6",
"typescript": "^5.1.3",
"zshy": "^0.5.0"
},
"peerDependencies": {
"ra-core": "^5.0.0"
},
"gitHead": "19dcb264898c8e01c408eb66ce02c50b67c851ab",
"files": [
"dist"
],
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
}
}
162 changes: 81 additions & 81 deletions packages/ra-core/package.json
Original file line number Diff line number Diff line change
@@ -1,83 +1,83 @@
{
"name": "ra-core",
"version": "5.13.6",
"description": "Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React",
"files": [
"*.md",
"dist",
"src",
"codemods"
],
"zshy": "./src/index.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.cts",
"type": "module",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"sideEffects": false,
"authors": [
"François Zaninotto",
"Gildas Garcia"
],
"repository": "marmelab/react-admin",
"homepage": "https://github.com/marmelab/react-admin#readme",
"bugs": "https://github.com/marmelab/react-admin/issues",
"license": "MIT",
"scripts": {
"build": "zshy --silent"
},
"devDependencies": {
"@hookform/resolvers": "^3.2.0",
"@tanstack/react-query": "^5.90.2",
"@tanstack/react-query-devtools": "^5.90.2",
"@testing-library/react": "^15.0.7",
"@types/jest": "^29.5.2",
"@types/jscodeshift": "^0.11.11",
"@types/node": "^20.10.7",
"@types/node-polyglot": "^0.4.31",
"@types/react": "^18.3.3",
"echarts": "^5.6.0",
"expect": "^27.4.6",
"ignore-styles": "~5.0.1",
"jscodeshift": "^0.15.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.65.0",
"react-router": "^6.28.1",
"react-router-dom": "^6.28.1",
"typescript": "^5.1.3",
"yup": "^0.32.11",
"zod": "^3.22.1",
"zshy": "^0.5.0"
},
"peerDependencies": {
"@tanstack/react-query": "^5.83.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"react-hook-form": "^7.65.0",
"react-router": "^6.28.1 || ^7.1.1",
"react-router-dom": "^6.28.1 || ^7.1.1"
},
"dependencies": {
"date-fns": "^3.6.0",
"eventemitter3": "^5.0.1",
"inflection": "^3.0.0",
"jsonexport": "^3.2.0",
"lodash": "^4.17.21",
"query-string": "^7.1.3",
"react-error-boundary": "^4.0.13",
"react-is": "^18.2.0 || ^19.0.0"
},
"gitHead": "19dcb264898c8e01c408eb66ce02c50b67c851ab"
"name": "ra-core",
"version": "5.13.6",
"description": "Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React",
"files": [
"*.md",
"dist",
"src",
"codemods"
],
"zshy": "./src/index.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.cts",
"type": "module",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"sideEffects": false,
"authors": [
"François Zaninotto",
"Gildas Garcia"
],
"repository": "marmelab/react-admin",
"homepage": "https://github.com/marmelab/react-admin#readme",
"bugs": "https://github.com/marmelab/react-admin/issues",
"license": "MIT",
"scripts": {
"build": "zshy --silent"
},
"devDependencies": {
"@hookform/resolvers": "^3.2.0",
"@tanstack/react-query": "^5.90.2",
"@tanstack/react-query-devtools": "^5.90.2",
"@testing-library/react": "^15.0.7",
"@types/jest": "^29.5.2",
"@types/jscodeshift": "^0.11.11",
"@types/node": "^20.10.7",
"@types/node-polyglot": "^0.4.31",
"@types/react": "^18.3.3",
"echarts": "^5.6.0",
"expect": "^27.4.6",
"ignore-styles": "~5.0.1",
"jscodeshift": "^0.15.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.65.0",
"react-router": "^6.28.1",
"react-router-dom": "^6.28.1",
"typescript": "^5.1.3",
"yup": "^0.32.11",
"zod": "^3.22.1",
"zshy": "^0.5.0"
},
"peerDependencies": {
"@tanstack/react-query": "^5.83.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"react-hook-form": "^7.65.0",
"react-router": "^6.28.1 || ^7.1.1",
"react-router-dom": "^6.28.1 || ^7.1.1"
},
"dependencies": {
"date-fns": "^3.6.0",
"eventemitter3": "^5.0.1",
"inflection": "^3.0.0",
"jsonexport": "^3.2.0",
"lodash": "^4.17.21",
"query-string": "^7.1.3",
"react-error-boundary": "^4.0.13",
"react-is": "^18.2.0 || ^19.0.0"
},
"gitHead": "19dcb264898c8e01c408eb66ce02c50b67c851ab"
}
Loading
Loading