|
28 | 28 | "@babel/core": "^7.29.0", |
29 | 29 | "@babel/preset-env": "^7.29.0", |
30 | 30 | "@cypress/webpack-preprocessor": "^7.0.2", |
31 | | - "@openshift-console/dynamic-plugin-sdk": "4.21-latest", |
32 | | - "@openshift-console/dynamic-plugin-sdk-webpack": "4.21-latest", |
33 | | - "@patternfly/react-core": "^6.2.2", |
34 | | - "@patternfly/react-icons": "^6.2.2", |
35 | | - "@patternfly/react-table": "^6.2.2", |
| 31 | + "@openshift-console/dynamic-plugin-sdk": "4.22-latest", |
| 32 | + "@openshift-console/dynamic-plugin-sdk-webpack": "4.22-latest", |
| 33 | + "@patternfly/react-core": "^6.4.3", |
| 34 | + "@patternfly/react-icons": "^6.4.0", |
| 35 | + "@patternfly/react-table": "^6.4.3", |
36 | 36 | "@types/jest": "^30.0.0", |
37 | 37 | "@types/node": "^22.0.0", |
38 | | - "@types/react": "^17.0.37", |
39 | | - "@types/react-router-dom": "^5.3.3", |
| 38 | + "@types/react": "^18.3.28", |
40 | 39 | "babel-loader": "^10.1.0", |
41 | 40 | "copy-webpack-plugin": "^14.0.0", |
42 | 41 | "css-loader": "^7.1.4", |
|
49 | 48 | "eslint-plugin-react": "^7.37.5", |
50 | 49 | "eslint-plugin-react-hooks": "^7.0.1", |
51 | 50 | "globals": "^17.4.0", |
52 | | - "i18next": "^23.11.5", |
| 51 | + "i18next": "^25.8.18", |
53 | 52 | "i18next-parser": "^9.4.0", |
54 | 53 | "jest": "^30.3.0", |
55 | 54 | "mocha": "^11.7.5", |
|
59 | 58 | "pluralize": "^8.0.0", |
60 | 59 | "prettier": "^3.8.1", |
61 | 60 | "prettier-stylelint": "^0.4.2", |
62 | | - "react": "^17.0.1", |
63 | | - "react-dom": "^17.0.1", |
64 | | - "react-i18next": "^11.7.3", |
65 | | - "react-router": "5.3.x", |
66 | | - "react-router-dom": "5.3.x", |
67 | | - "react-router-dom-v5-compat": "^6.11.2", |
| 61 | + "react": "^18.3.1", |
| 62 | + "react-dom": "^18.3.1", |
| 63 | + "react-i18next": "~16.5.8", |
| 64 | + "react-router": "~7.13.1", |
68 | 65 | "style-loader": "^4.0.0", |
69 | 66 | "stylelint": "^17.4.0", |
70 | 67 | "stylelint-config-standard": "^40.0.0", |
|
91 | 88 | "ClusterUpdatePage": "./components/ClusterUpdatePage" |
92 | 89 | }, |
93 | 90 | "dependencies": { |
94 | | - "@console/pluginAPI": "^4.21.0" |
| 91 | + "@console/pluginAPI": ">=4.22.0-0" |
95 | 92 | } |
96 | 93 | }, |
97 | 94 | "packageManager": "yarn@4.14.1" |
|
0 commit comments