Skip to content

Commit

Permalink
feat: update plugin SDK for OpenShift 4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
spadgett committed Aug 11, 2022
1 parent 1b68e04 commit f5ff3c6
Show file tree
Hide file tree
Showing 3 changed files with 295 additions and 58 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# OpenShift Console Plugin Template

This project is a minimal template for writing a new OpenShift Console dynamic
plugin. It requires OpenShift 4.10.
plugin. It requires OpenShift 4.11. For an example of a plugin that works with
OpenShift 4.10, see the `release-4.10` branch.

[Dynamic plugins](https://github.com/openshift/console/tree/master/frontend/packages/console-dynamic-plugin-sdk)
allow you to extend the
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"lint": "eslint ./src --fix && stylelint \"src/**/*.css\" --allow-empty-input --fix"
},
"devDependencies": {
"@openshift-console/dynamic-plugin-sdk": "0.0.3",
"@openshift-console/dynamic-plugin-sdk-webpack": "0.0.6",
"@patternfly/react-core": "4.175.4",
"@openshift-console/dynamic-plugin-sdk": "0.0.12",
"@openshift-console/dynamic-plugin-sdk-webpack": "0.0.7",
"@patternfly/react-core": "4.221.3",
"@types/node": "^18.0.0",
"@types/react": "^17.0.37",
"@types/react-helmet": "^6.1.4",
Expand All @@ -30,7 +30,7 @@
"eslint-plugin-react": "^7.30.1",
"prettier": "^2.7.1",
"prettier-stylelint": "^0.4.2",
"react": "17.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-i18next": "^11.8.11",
Expand Down
Loading

0 comments on commit f5ff3c6

Please sign in to comment.