Skip to content

Commit 00bbbb7

Browse files
committed
Update version for 4.18; Update dependencies
Signed-off-by: Keith Chong <kykchong@redhat.com>
1 parent b130c52 commit 00bbbb7

2 files changed

Lines changed: 1678 additions & 1214 deletions

File tree

package.json

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gitops-plugin",
33
"description": "OpenShift Console plugin for GitOps.",
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"private": true,
66
"packageManager": "pnpm@10.33.2",
77
"license": "Apache-2.0",
@@ -21,7 +21,8 @@
2121
"test:coverage": "jest --coverage"
2222
},
2323
"devDependencies": {
24-
"@jest/types": "^30.4.1",
24+
"@jest/types": "^29.0.0",
25+
"@dagrejs/dagre": "^1.1.8",
2526
"@openshift-console/dynamic-plugin-sdk": "4.18.0",
2627
"@openshift-console/dynamic-plugin-sdk-internal": "4.18.0",
2728
"@openshift-console/dynamic-plugin-sdk-webpack": "4.18.0",
@@ -37,12 +38,15 @@
3738
"@patternfly/react-topology": "^5.3.0",
3839
"@svgr/webpack": "^8.1.0",
3940
"@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",
4144
"@types/lodash": "^4.14.0",
4245
"@types/node": "^17.0.21",
4346
"@types/react": "17.0.91",
4447
"@types/react-redux": "7.1.34",
4548
"@types/semver": "7.7.1",
49+
"@types/webpack-dev-server": "^4.7.2",
4650
"@typescript-eslint/eslint-plugin": "^8.67.0",
4751
"@typescript-eslint/parser": "^8.67.0",
4852
"copy-webpack-plugin": "13.0.1",
@@ -58,11 +62,14 @@
5862
"file-loader": "6.2.0",
5963
"http-server": "0.13.x",
6064
"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",
6368
"lodash-es": "^4.17.23",
6469
"mobx-react": "^7.6.0",
70+
"marked": "15.0.12",
6571
"prettier": "^2.6.0",
72+
"prop-types": "15.8.x",
6673
"react": "17.0.2",
6774
"react-dom": "17.0.2",
6875
"react-i18next": "^11.7.3",
@@ -84,17 +91,21 @@
8491
"pnpm": {
8592
"overrides": {
8693
"glob-parent": "^6.0.0",
94+
"showdown": "^2.1.0",
8795
"express": "4.22.1",
8896
"hosted-git-info": "^3.0.8",
97+
"jquery": "4.0.0",
8998
"lodash-es": "^4.18.1",
9099
"lodash": "^4.18.1",
91100
"minimist": "1.2.8",
101+
"ua-parser-js": "^0.7.24",
102+
"jest": "^29.7.0",
92103
"postcss": "^8.2.13"
93104
}
94105
},
95106
"consolePlugin": {
96107
"name": "gitops-plugin",
97-
"version": "0.0.17",
108+
"version": "0.1.0",
98109
"displayName": "GitOps Plugin",
99110
"description": "OpenShift Console plugin for GitOps.",
100111
"dependencies": {
@@ -103,11 +114,16 @@
103114
},
104115
"dependencies": {
105116
"classnames": "^2.3.2",
117+
"dagre": "^0.8.5",
106118
"git-url-parse": "^13.1.0",
107119
"lodash": "^4.18.1",
108120
"moment": "^2.29.4",
121+
"react": "17.0.2",
122+
"react-helmet": "^6.1.0",
123+
"react-redux": "^7.2.2",
109124
"react-router-dom-v5-compat": "^6.30.0",
110125
"rxjs": "^7.8.1",
126+
"redux": "4.0.1",
111127
"yaml": "^2.9.0"
112128
},
113129
"//TODO": [

0 commit comments

Comments
 (0)