|
62 | 62 | "data" |
63 | 63 | ], |
64 | 64 | "devDependencies": { |
65 | | - "@babel/cli": "^7.12.0", |
66 | | - "@babel/core": "^7.12.0", |
67 | | - "@babel/plugin-proposal-class-properties": "^7.10.4", |
68 | | - "@babel/plugin-transform-runtime": "^7.12.0", |
69 | | - "@babel/preset-env": "^7.12.0", |
70 | | - "@babel/preset-react": "^7.10.4", |
71 | | - "@types/react": "^16.9.52", |
| 65 | + "@babel/cli": "^7.12.1", |
| 66 | + "@babel/core": "^7.12.3", |
| 67 | + "@babel/plugin-proposal-class-properties": "^7.12.1", |
| 68 | + "@babel/plugin-transform-runtime": "^7.12.1", |
| 69 | + "@babel/preset-env": "^7.12.1", |
| 70 | + "@babel/preset-react": "^7.12.1", |
| 71 | + "@types/react": "^16.9.53", |
72 | 72 | "babel-eslint": "^10.1.0", |
73 | 73 | "babel-loader": "^8.1.0", |
74 | 74 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
75 | 75 | "cross-env": "^7.0.2", |
76 | 76 | "enzyme": "~3.11.0", |
77 | 77 | "enzyme-adapter-react-16": "^1.15.5", |
78 | 78 | "eslint": "^5.16.0", |
79 | | - "eslint-config-prettier": "^6.12.0", |
| 79 | + "eslint-config-prettier": "^6.14.0", |
80 | 80 | "eslint-plugin-import": "^2.22.1", |
81 | 81 | "eslint-plugin-prettier": "^3.1.4", |
82 | | - "eslint-plugin-react": "^7.21.4", |
83 | | - "eslint-plugin-react-hooks": "^4.1.2", |
| 82 | + "eslint-plugin-react": "^7.21.5", |
| 83 | + "eslint-plugin-react-hooks": "^4.2.0", |
84 | 84 | "eslint-plugin-react-perf": "^3.2.4", |
85 | | - "highcharts": "^8.2.0", |
86 | | - "jest": "^26.5.3", |
| 85 | + "highcharts": "^8.2.2", |
| 86 | + "jest": "^26.6.0", |
87 | 87 | "jest-enzyme": "^7.1.2", |
88 | 88 | "prettier": "^2.1.2", |
89 | 89 | "prop-types": "^15.7.2", |
|
96 | 96 | "webpack-cli": "^3.3.12" |
97 | 97 | }, |
98 | 98 | "dependencies": { |
99 | | - "@babel/runtime": "^7.12.0", |
| 99 | + "@babel/runtime": "^7.12.1", |
100 | 100 | "uuid": "^8.3.1" |
101 | 101 | }, |
102 | 102 | "peerDependencies": { |
|
0 commit comments