|
1 | 1 | { |
2 | 2 | "name": "one-react-template", |
3 | | - "version": "1.0.5", |
| 3 | + "version": "1.0.7", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | | - "build": "cross-env PUBLIC_URL='./' node scripts/build.js", |
7 | | - "start": "node scripts/start.js", |
| 6 | + "build": "cross-env PUBLIC_URL='./' NODE_OPTIONS=--openssl-legacy-provider node scripts/build.js", |
| 7 | + "start": "NODE_OPTIONS=--openssl-legacy-provider node scripts/start.js", |
8 | 8 | "test": "node scripts/test.js" |
9 | 9 | }, |
10 | 10 | "browserslist": [ |
|
68 | 68 | "moment": "^2.29.4", |
69 | 69 | "rc-hammerjs": "^0.6.10", |
70 | 70 | "react": "^16.14.0", |
71 | | - "react-animate-height": "^2.0.23", |
| 71 | + "react-animate-height": "^2.1.2", |
72 | 72 | "react-animated-number": "^0.4.4", |
73 | 73 | "react-apexcharts": "^1.4.1", |
74 | 74 | "react-dev-utils": "^6.1.1", |
|
82 | 82 | "react-toastify": "^5.5.0", |
83 | 83 | "react-transition-group": "^2.9.0", |
84 | 84 | "reactstrap": "7.1.0", |
85 | | - "redux": "^4.1.0", |
| 85 | + "redux": "^4.2.1", |
86 | 86 | "redux-logger": "^3.0.6", |
87 | | - "redux-thunk": "^2.3.0", |
| 87 | + "redux-thunk": "^2.4.2", |
88 | 88 | "rickshaw": "1.7.1" |
89 | 89 | }, |
90 | 90 | "devDependencies": { |
|
110 | 110 | "eslint-config-react-app": "4.0.1", |
111 | 111 | "eslint-loader": "2.1.1", |
112 | 112 | "eslint-plugin-flowtype": "3.13.0", |
113 | | - "eslint-plugin-import": "2.29.1", |
114 | | - "eslint-plugin-jsx-a11y": "6.8.0", |
115 | | - "eslint-plugin-react": "7.33.2", |
| 113 | + "eslint-plugin-import": "2.31.0", |
| 114 | + "eslint-plugin-jsx-a11y": "6.10.2", |
| 115 | + "eslint-plugin-react": "7.37.2", |
116 | 116 | "eslint-plugin-react-hooks": "1.7.0", |
117 | 117 | "expose-loader": "0.7.5", |
118 | 118 | "file-loader": "3.0.1", |
|
126 | 126 | "lodash.assign": "^4.2.0", |
127 | 127 | "lodash.clonedeep": "^4.5.0", |
128 | 128 | "mini-css-extract-plugin": "0.12.0", |
129 | | - "node-sass": "4.14.1", |
| 129 | + "sass": "1.81.0", |
130 | 130 | "optimize-css-assets-webpack-plugin": "5.0.6", |
131 | 131 | "pnp-webpack-plugin": "1.7.0", |
132 | 132 | "postcss-flexbugs-fixes": "4.2.1", |
|
0 commit comments