|
7 | 7 | "start":
|
8 | 8 | "REACT_APP_PROTOCOL=http REACT_APP_DOMAIN=local.deardiary.network REACT_APP_PORT=14464 node scripts/start.js",
|
9 | 9 | "pretty":
|
10 |
| - "prettier --write --trailing-comma es5 --single-quote --arrow-parens always \"{src/**/*.{js,ts,tsx},*.json}\" && tslint --project . --fix", |
| 10 | + "prettier --write --trailing-comma es5 --single-quote --print-width 120 --arrow-parens always \"{src/**/*.{js,ts,tsx},*.json}\" && tslint --project . --fix", |
11 | 11 | "build": "node scripts/build.js",
|
12 | 12 | "test": "node scripts/test.js --env=jsdom",
|
13 | 13 | "tslint-check": "tslint-config-prettier-check ./tslint.json",
|
|
17 | 17 | "@types/draft-js": "^0.10.20",
|
18 | 18 | "@types/react-highlight-words": "^0.6.4",
|
19 | 19 | "@types/react-router-dom": "^4.2.6",
|
20 |
| - "@types/recharts": "^1.0.18", |
21 |
| - "antd": "3.4.2", |
| 20 | + "@ant-design/compatible": "^1.1.0", |
| 21 | + "antd": "^4.0.0", |
22 | 22 | "append-query": "^2.0.1",
|
23 | 23 | "autoprefixer": "7.1.6",
|
24 | 24 | "babel-jest": "^22.1.0",
|
|
55 | 55 | "react-live-clock": "^2.0.3",
|
56 | 56 | "react-redux": "^5.0.7",
|
57 | 57 | "react-router-dom": "^4.2.2",
|
58 |
| - "recharts": "^1.0.0-beta.10", |
| 58 | + "recharts": "^2.1.0", |
59 | 59 | "redux": "^3.7.2",
|
60 | 60 | "redux-logger": "^3.0.6",
|
61 | 61 | "redux-thunk": "=2.2.0",
|
|
67 | 67 | "ts-loader": "^2.3.7",
|
68 | 68 | "tsconfig-paths-webpack-plugin": "^2.0.0",
|
69 | 69 | "tslint-config-prettier": "^1.10.0",
|
70 |
| - "typescript": "^2.7.2", |
| 70 | + "typescript": "^4.0.0", |
71 | 71 | "uglifyjs-webpack-plugin": "^1.1.8",
|
72 | 72 | "url-loader": "0.6.2",
|
73 | 73 | "url-polyfill": "^1.0.13",
|
|
0 commit comments