|
|
@@ -24,11 +24,11 @@
|
|
|
"webpack": "node -r ts-node/register ./node_modules/.bin/webpack"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@babel/core": "^7.28.5",
|
|
|
- "@babel/preset-env": "^7.28.5",
|
|
|
+ "@babel/core": "^7.29.0",
|
|
|
+ "@babel/preset-env": "^7.29.0",
|
|
|
"@cypress/webpack-preprocessor": "^7.0.2",
|
|
|
- "@openshift-console/dynamic-plugin-sdk": "4.20.0",
|
|
|
- "@openshift-console/dynamic-plugin-sdk-webpack": "4.20.0",
|
|
|
+ "@openshift-console/dynamic-plugin-sdk": "4.20-latest",
|
|
|
+ "@openshift-console/dynamic-plugin-sdk-webpack": "4.20-latest",
|
|
|
"@patternfly/react-core": "^6.2.2",
|
|
|
"@patternfly/react-icons": "^6.2.2",
|
|
|
"@patternfly/react-table": "^6.2.2",
|
|
|
@@ -38,17 +38,17 @@
|
|
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
|
"@typescript-eslint/parser": "^5.62.0",
|
|
|
"babel-loader": "^10.0.0",
|
|
|
- "copy-webpack-plugin": "^13.0.1",
|
|
|
- "css-loader": "^7.1.2",
|
|
|
- "cypress": "^14.2.1",
|
|
|
- "cypress-multi-reporters": "^1.6.2",
|
|
|
+ "copy-webpack-plugin": "^14.0.0",
|
|
|
+ "css-loader": "^7.1.4",
|
|
|
+ "cypress": "^15.11.0",
|
|
|
+ "cypress-multi-reporters": "^2.0.5",
|
|
|
"eslint": "^8.10.0",
|
|
|
"eslint-config-prettier": "^8.5.0",
|
|
|
"eslint-plugin-cypress": "^2.12.1",
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
|
"eslint-plugin-react": "^7.29.1",
|
|
|
"i18next": "^23.11.5",
|
|
|
- "i18next-parser": "^9.3.0",
|
|
|
+ "i18next-parser": "^9.4.0",
|
|
|
"mocha": "^10.2.0",
|
|
|
"mocha-junit-reporter": "^2.2.1",
|
|
|
"mochawesome": "^7.1.4",
|
|
|
@@ -68,9 +68,9 @@
|
|
|
"ts-loader": "^9.5.4",
|
|
|
"ts-node": "^10.9.2",
|
|
|
"typescript": "^5.9.3",
|
|
|
- "webpack": "^5.75.0",
|
|
|
+ "webpack": "^5.100.0",
|
|
|
"webpack-cli": "^6.0.1",
|
|
|
- "webpack-dev-server": "^5.2.2"
|
|
|
+ "webpack-dev-server": "^5.2.3"
|
|
|
},
|
|
|
"consolePlugin": {
|
|
|
"name": "console-plugin-template",
|