|
60 | 60 | "bootstrap-filestyle": "~1.2.1", |
61 | 61 | "bootstrap-select": "^1.13.18", |
62 | 62 | "bootstrap-switch": "3.3.4", |
| 63 | + "carbon-components-react": "~7.59.24", |
| 64 | + "carbon-icons": "~7.0.7", |
63 | 65 | "classnames": "~2.2.6", |
64 | 66 | "codemirror": "~5.58.2", |
65 | 67 | "connected-react-router": "~6.7.0", |
|
83 | 85 | "patternfly": "~3.59.5", |
84 | 86 | "prop-types": "^15.6.0", |
85 | 87 | "proxy-polyfill": "^0.1.7", |
86 | | - "react": "~16.13.1", |
| 88 | + "react": "~17.0.0", |
87 | 89 | "react-accessible-treeview": "^2.10.0", |
88 | 90 | "react-bootstrap": "~0.33.0", |
89 | 91 | "react-codemirror2": "^8.0.0", |
90 | | - "react-dom": "~16.13.1", |
| 92 | + "react-dom": "~17.0.0", |
91 | 93 | "react-markdown": "~6.0.3", |
92 | 94 | "react-query": "^3.39.3", |
93 | 95 | "react-redux": "^7.1.1", |
|
113 | 115 | "@babel/plugin-proposal-class-properties": "~7.8.3", |
114 | 116 | "@babel/plugin-proposal-export-default-from": "~7.8.3", |
115 | 117 | "@babel/plugin-proposal-export-namespace-from": "~7.8.3", |
| 118 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", |
116 | 119 | "@babel/plugin-proposal-object-rest-spread": "~7.9.0", |
117 | 120 | "@babel/plugin-transform-object-assign": "~7.8.3", |
| 121 | + "@babel/plugin-transform-optional-chaining": "^7.27.1", |
118 | 122 | "@babel/preset-env": "~7.9.0", |
119 | 123 | "@babel/preset-react": "~7.9.1", |
120 | 124 | "@babel/register": "~7.9.0", |
|
178 | 182 | }, |
179 | 183 | "packageManager": "[email protected]", |
180 | 184 | "resolutions": { |
| 185 | + "acorn": "7.3.0", |
181 | 186 | "angular": "~1.8.3", |
182 | 187 | "angular-animate": "~1.8.3", |
183 | 188 | "angular-sanitize": "~1.8.3", |
|
196 | 201 | "path-to-regexp": "~8.0.0", |
197 | 202 | "patternfly": "~3.59.5", |
198 | 203 | "request": "npm:@cypress/request@^3.0.9", |
| 204 | + "react": "~17.0.0", |
199 | 205 | "terser": "~4.8.1" |
200 | 206 | } |
201 | 207 | } |
0 commit comments