|
10 | 10 | "url": "[email protected]:ydb-platform/ydb-embedded-ui.git" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@gravity-ui/axios-wrapper": "^1.3.0", |
| 13 | + "@gravity-ui/axios-wrapper": "^1.4.1", |
14 | 14 | "@gravity-ui/chartkit": "^4.20.1", |
15 | 15 | "@gravity-ui/components": "^2.12.0", |
16 | 16 | "@gravity-ui/date-utils": "^1.4.2", |
|
21 | 21 | "@gravity-ui/react-data-table": "^1.2.0", |
22 | 22 | "@gravity-ui/uikit": "^5.30.1", |
23 | 23 | "@reduxjs/toolkit": "^2.2.1", |
24 | | - "axios": "^0.21.2", |
| 24 | + "axios": "^1.6.7", |
25 | 25 | "bem-cn-lite": "^4.1.0", |
26 | 26 | "copy-to-clipboard": "^3.3.3", |
27 | 27 | "crc-32": "^1.2.2", |
|
42 | 42 | "react-split": "^2.0.14", |
43 | 43 | "redux": "^5.0.1", |
44 | 44 | "redux-location-state": "^2.8.2", |
| 45 | + "tslib": "^2.6.2", |
45 | 46 | "url": "^0.11.0", |
46 | 47 | "use-query-params": "^2.2.1", |
47 | 48 | "web-vitals": "^1.1.2", |
|
98 | 99 | ], |
99 | 100 | "testEnvironment": "jsdom", |
100 | 101 | "moduleNameMapper": { |
101 | | - "\\.(css|less|scss|sass)$": "jest-transform-css" |
| 102 | + "\\.(css|less|scss|sass)$": "jest-transform-css", |
| 103 | + "^axios$": "axios/dist/node/axios.cjs" |
102 | 104 | } |
103 | 105 | }, |
104 | 106 | "browserslist": { |
|
140 | 142 | "npm-run-all": "^4.1.5", |
141 | 143 | "postcss": "^8.4.6", |
142 | 144 | "prettier": "^2.5.1", |
| 145 | + "prop-types": "^15.8.1", |
143 | 146 | "react": "^17.0.2", |
144 | 147 | "react-app-rewired": "^2.1.11", |
145 | 148 | "react-dom": "^17.0.2", |
|
150 | 153 | "typescript": "^4.5.5" |
151 | 154 | }, |
152 | 155 | "peerDependencies": { |
| 156 | + "prop-types": "^15.8.1", |
153 | 157 | "react": "^17.0.2", |
154 | 158 | "react-dom": "^17.0.2" |
155 | 159 | }, |
|
0 commit comments