|
@@ -24,21 +24,20 @@
|
|
|
"webpack": "node -r ts-node/register ./node_modules/.bin/webpack"
|
|
"webpack": "node -r ts-node/register ./node_modules/.bin/webpack"
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
- "@cypress/webpack-preprocessor": "^5.15.5",
|
|
|
|
|
- "@openshift-console/dynamic-plugin-sdk": "1.4.0",
|
|
|
|
|
- "@openshift-console/dynamic-plugin-sdk-webpack": "1.1.1",
|
|
|
|
|
|
|
+ "@cypress/webpack-preprocessor": "^7.0.2",
|
|
|
|
|
+ "@openshift-console/dynamic-plugin-sdk": "4.19.1",
|
|
|
|
|
+ "@openshift-console/dynamic-plugin-sdk-webpack": "4.19.0",
|
|
|
"@patternfly/react-core": "^6.2.2",
|
|
"@patternfly/react-core": "^6.2.2",
|
|
|
"@patternfly/react-icons": "^6.2.2",
|
|
"@patternfly/react-icons": "^6.2.2",
|
|
|
"@patternfly/react-table": "^6.2.2",
|
|
"@patternfly/react-table": "^6.2.2",
|
|
|
"@types/node": "^18.0.0",
|
|
"@types/node": "^18.0.0",
|
|
|
"@types/react": "^17.0.37",
|
|
"@types/react": "^17.0.37",
|
|
|
- "@types/react-helmet": "^6.1.4",
|
|
|
|
|
- "@types/react-router-dom": "^5.3.2",
|
|
|
|
|
- "@typescript-eslint/eslint-plugin": "^5.14.0",
|
|
|
|
|
- "@typescript-eslint/parser": "^5.14.0",
|
|
|
|
|
- "copy-webpack-plugin": "^6.4.1",
|
|
|
|
|
|
|
+ "@types/react-router-dom": "^5.3.3",
|
|
|
|
|
+ "@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
|
|
|
+ "@typescript-eslint/parser": "^5.62.0",
|
|
|
|
|
+ "copy-webpack-plugin": "^13.0.1",
|
|
|
"css-loader": "^6.7.1",
|
|
"css-loader": "^6.7.1",
|
|
|
- "cypress": "^12.17.4",
|
|
|
|
|
|
|
+ "cypress": "^14.2.1",
|
|
|
"cypress-multi-reporters": "^1.6.2",
|
|
"cypress-multi-reporters": "^1.6.2",
|
|
|
"eslint": "^8.10.0",
|
|
"eslint": "^8.10.0",
|
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
@@ -46,27 +45,26 @@
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
|
"eslint-plugin-react": "^7.29.1",
|
|
"eslint-plugin-react": "^7.29.1",
|
|
|
"i18next-parser": "^3.11.0",
|
|
"i18next-parser": "^3.11.0",
|
|
|
- "mocha-junit-reporter": "^2.2.0",
|
|
|
|
|
- "mochawesome": "^7.1.3",
|
|
|
|
|
|
|
+ "mocha-junit-reporter": "^2.2.1",
|
|
|
|
|
+ "mochawesome": "^7.1.4",
|
|
|
"mochawesome-merge": "^4.3.0",
|
|
"mochawesome-merge": "^4.3.0",
|
|
|
"pluralize": "^8.0.0",
|
|
"pluralize": "^8.0.0",
|
|
|
"prettier": "^2.7.1",
|
|
"prettier": "^2.7.1",
|
|
|
"prettier-stylelint": "^0.4.2",
|
|
"prettier-stylelint": "^0.4.2",
|
|
|
"react": "^17.0.1",
|
|
"react": "^17.0.1",
|
|
|
"react-dom": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
|
- "react-helmet": "^6.1.0",
|
|
|
|
|
"react-i18next": "^11.7.3",
|
|
"react-i18next": "^11.7.3",
|
|
|
"react-router": "5.3.x",
|
|
"react-router": "5.3.x",
|
|
|
- "react-router-dom": "5.3.x",
|
|
|
|
|
|
|
+ "react-router-dom-v5-compat": "^6.11.2",
|
|
|
"style-loader": "^3.3.1",
|
|
"style-loader": "^3.3.1",
|
|
|
"stylelint": "^15.3.0",
|
|
"stylelint": "^15.3.0",
|
|
|
"stylelint-config-standard": "^31.0.0",
|
|
"stylelint-config-standard": "^31.0.0",
|
|
|
"ts-loader": "^9.3.1",
|
|
"ts-loader": "^9.3.1",
|
|
|
- "ts-node": "^10.8.1",
|
|
|
|
|
- "typescript": "^4.7.4",
|
|
|
|
|
- "webpack": "5.75.0",
|
|
|
|
|
- "webpack-cli": "^4.9.2",
|
|
|
|
|
- "webpack-dev-server": "^4.7.4"
|
|
|
|
|
|
|
+ "ts-node": "^10.9.2",
|
|
|
|
|
+ "typescript": "^5.9.3",
|
|
|
|
|
+ "webpack": "^5.75.0",
|
|
|
|
|
+ "webpack-cli": "^5.1.4",
|
|
|
|
|
+ "webpack-dev-server": "^5.1.0"
|
|
|
},
|
|
},
|
|
|
"consolePlugin": {
|
|
"consolePlugin": {
|
|
|
"name": "console-plugin-template",
|
|
"name": "console-plugin-template",
|
|
@@ -77,7 +75,7 @@
|
|
|
"ExamplePage": "./components/ExamplePage"
|
|
"ExamplePage": "./components/ExamplePage"
|
|
|
},
|
|
},
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "@console/pluginAPI": "*"
|
|
|
|
|
|
|
+ "@console/pluginAPI": "^4.19.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"peerDependencies": {
|
|
"peerDependencies": {
|