|
15 | 15 | "jest-fail-on-console": "^3.1.2", |
16 | 16 | "react-scripts": "^5.0.1" |
17 | 17 | }, |
| 18 | + "resolutions": { |
| 19 | + "create-react-admin": "4.16.7", |
| 20 | + "ra-core": "4.16.7", |
| 21 | + "ra-data-fakerest": "4.16.7", |
| 22 | + "ra-data-graphql-simple": "4.16.7", |
| 23 | + "ra-data-graphql": "4.16.7", |
| 24 | + "ra-data-json-server": "4.16.7", |
| 25 | + "ra-data-local-forage": "4.16.7", |
| 26 | + "ra-data-local-storage": "4.16.7", |
| 27 | + "ra-data-simple-rest": "4.16.7", |
| 28 | + "ra-i18n-i18next": "4.16.7", |
| 29 | + "ra-i18n-polyglot": "4.16.7", |
| 30 | + "ra-input-rich-text": "4.16.7", |
| 31 | + "ra-language-english": "4.16.7", |
| 32 | + "ra-language-french": "4.16.7", |
| 33 | + "ra-no-code": "4.16.7", |
| 34 | + "ra-ui-materialui": "4.16.7" |
| 35 | + }, |
18 | 36 | "scripts": { |
19 | 37 | "start": "react-scripts start", |
20 | 38 | "build": "react-scripts build && (rm ../aiohttp_admin/static/*.js.map || true) && mv build/static/js/main.*.js ../aiohttp_admin/static/admin.js && mv build/static/js/main.*.js.map ../aiohttp_admin/static/ && rm -rf build/", |
|
0 commit comments