|
27 | 27 | "react-dropzone": "^4.3.0", |
28 | 28 | "react-hot-loader": "^4.3.3", |
29 | 29 | "react-resizable": "^1.7.5", |
30 | | - "react-scripts": "^1.1.4", |
| 30 | + "react-scripts": "^3.4.4", |
31 | 31 | "react-select": "^5.2.2", |
32 | 32 | "react-slidedown": "^1.3.0", |
33 | 33 | "react-test-renderer": "^16.12.0", |
|
47 | 47 | "cypress": "cypress open" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | | - "babel-eslint": "^8.2.3", |
51 | | - "babel-plugin-transform-class-properties": "^6.24.1", |
52 | | - "babel-plugin-transform-decorators-legacy": "^1.3.5", |
53 | | - "eslint": "^4.19.1", |
54 | | - "eslint-config-airbnb": "^16.1.0", |
55 | | - "eslint-config-prettier": "^2.9.0", |
56 | | - "eslint-plugin-import": "^2.12.0", |
57 | | - "eslint-plugin-jsx-a11y": "^6.0.3", |
58 | | - "eslint-plugin-prettier": "^2.6.0", |
59 | | - "eslint-plugin-react": "^7.9.1", |
| 50 | + "@babel/core": "^7.29.0", |
| 51 | + "@babel/plugin-proposal-decorators": "^7.29.0", |
| 52 | + "babel-eslint": "10.1.0", |
| 53 | + "customize-cra": "^1.0.0", |
60 | 54 | "jest-fetch-mock": "^3.0.3", |
61 | 55 | "prettier": "^1.13.5", |
62 | | - "react-app-rewired": "^1.5.2" |
63 | | - } |
| 56 | + "react-app-rewired": "^2.0.0" |
| 57 | + }, |
| 58 | + "resolutions": { |
| 59 | + "sha.js": "2.4.12", |
| 60 | + "cipher-base": "1.0.6", |
| 61 | + "pbkdf2": "3.1.3", |
| 62 | + "minimist": "1.2.8", |
| 63 | + "json-schema": "0.4.0", |
| 64 | + "eventsource": "1.1.2", |
| 65 | + "form-data": "2.5.4", |
| 66 | + "loader-utils": "1.4.2", |
| 67 | + "minimatch": "3.1.2", |
| 68 | + "jest": "24.9.0", |
| 69 | + "babel-jest": "24.9.0", |
| 70 | + "shell-quote": "1.7.3" |
| 71 | + }, |
| 72 | + "browserslist": [ |
| 73 | + ">0.2%", |
| 74 | + "not dead", |
| 75 | + "not ie <= 11", |
| 76 | + "not op_mini all" |
| 77 | + ] |
64 | 78 | } |
0 commit comments