|
1 | 1 | { |
2 | 2 | "name": "gitops-plugin", |
3 | 3 | "description": "OpenShift Console plugin for GitOps.", |
4 | | - "version": "0.0.1", |
| 4 | + "version": "0.1.0", |
5 | 5 | "private": true, |
6 | 6 | "packageManager": "pnpm@10.33.2", |
7 | 7 | "license": "Apache-2.0", |
|
21 | 21 | "test:coverage": "jest --coverage" |
22 | 22 | }, |
23 | 23 | "devDependencies": { |
24 | | - "@jest/types": "^30.4.1", |
| 24 | + "@jest/types": "^29.0.0", |
| 25 | + "@dagrejs/dagre": "^1.1.8", |
25 | 26 | "@openshift-console/dynamic-plugin-sdk": "4.18.0", |
26 | 27 | "@openshift-console/dynamic-plugin-sdk-internal": "4.18.0", |
27 | 28 | "@openshift-console/dynamic-plugin-sdk-webpack": "4.18.0", |
|
37 | 38 | "@patternfly/react-topology": "^5.3.0", |
38 | 39 | "@svgr/webpack": "^8.1.0", |
39 | 40 | "@types/git-url-parse": "^9.0.0", |
40 | | - "@types/jest": "^29.5.0", |
| 41 | + "@types/classnames": "^2.3.1", |
| 42 | + "@types/jest": "^29.0.0", |
| 43 | + "@types/dagre": "^0.7.53", |
41 | 44 | "@types/lodash": "^4.14.0", |
42 | 45 | "@types/node": "^17.0.21", |
43 | 46 | "@types/react": "17.0.91", |
44 | 47 | "@types/react-redux": "7.1.34", |
45 | 48 | "@types/semver": "7.7.1", |
| 49 | + "@types/webpack-dev-server": "^4.7.2", |
46 | 50 | "@typescript-eslint/eslint-plugin": "^8.67.0", |
47 | 51 | "@typescript-eslint/parser": "^8.67.0", |
48 | 52 | "copy-webpack-plugin": "13.0.1", |
|
58 | 62 | "file-loader": "6.2.0", |
59 | 63 | "http-server": "0.13.x", |
60 | 64 | "i18next": "^19.8.3", |
61 | | - "jest": "^30.4.1", |
62 | | - "jest-environment-jsdom": "^30.4.1", |
| 65 | + "i18next-parser": "^3.3.0", |
| 66 | + "jest": "^29.0.0", |
| 67 | + "jest-environment-jsdom": "^29.0.0", |
63 | 68 | "lodash-es": "^4.17.23", |
64 | 69 | "mobx-react": "^7.6.0", |
| 70 | + "marked": "15.0.12", |
65 | 71 | "prettier": "^2.6.0", |
| 72 | + "prop-types": "15.8.x", |
66 | 73 | "react": "17.0.2", |
67 | 74 | "react-dom": "17.0.2", |
68 | 75 | "react-i18next": "^11.7.3", |
|
84 | 91 | "pnpm": { |
85 | 92 | "overrides": { |
86 | 93 | "glob-parent": "^6.0.0", |
| 94 | + "showdown": "^2.1.0", |
87 | 95 | "express": "4.22.1", |
88 | 96 | "hosted-git-info": "^3.0.8", |
| 97 | + "jquery": "4.0.0", |
89 | 98 | "lodash-es": "^4.18.1", |
90 | 99 | "lodash": "^4.18.1", |
91 | 100 | "minimist": "1.2.8", |
| 101 | + "ua-parser-js": "^0.7.24", |
| 102 | + "jest": "^29.7.0", |
92 | 103 | "postcss": "^8.2.13" |
93 | 104 | } |
94 | 105 | }, |
95 | 106 | "consolePlugin": { |
96 | 107 | "name": "gitops-plugin", |
97 | | - "version": "0.0.17", |
| 108 | + "version": "0.1.0", |
98 | 109 | "displayName": "GitOps Plugin", |
99 | 110 | "description": "OpenShift Console plugin for GitOps.", |
100 | 111 | "dependencies": { |
|
103 | 114 | }, |
104 | 115 | "dependencies": { |
105 | 116 | "classnames": "^2.3.2", |
| 117 | + "dagre": "^0.8.5", |
106 | 118 | "git-url-parse": "^13.1.0", |
107 | 119 | "lodash": "^4.18.1", |
108 | 120 | "moment": "^2.29.4", |
| 121 | + "react": "17.0.2", |
| 122 | + "react-helmet": "^6.1.0", |
| 123 | + "react-redux": "7.2.2", |
109 | 124 | "react-router-dom-v5-compat": "^6.30.0", |
110 | 125 | "rxjs": "^7.8.1", |
| 126 | + "redux": "4.0.1", |
111 | 127 | "yaml": "^2.9.0" |
112 | 128 | }, |
113 | 129 | "//TODO": [ |
|
0 commit comments