Skip to content

Commit a315b57

Browse files
committed
re-add direct dependencies, aligned with Console
1 parent b8aeaec commit a315b57

2 files changed

Lines changed: 1490 additions & 29 deletions

File tree

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
"mock-server": "prism mock -d -p 8181 $npm_package_config_api_schema_path"
4949
},
5050
"devDependencies": {
51+
"@babel/core": "^7.26.0",
52+
"@babel/preset-env": "^7.26.0",
5153
"@cypress/webpack-preprocessor": "^6.0.4",
5254
"@monaco-editor/react": "^4.6.0",
5355
"@openshift-console/dynamic-plugin-sdk": "4.19.0",
@@ -60,6 +62,7 @@
6062
"@patternfly/react-icons": "^6.0.0",
6163
"@patternfly/react-topology": "^6.0.0",
6264
"@stoplight/prism-cli": "^5.14.2",
65+
"@testing-library/dom": "^10.4.1",
6366
"@testing-library/jest-dom": "^6.9.1",
6467
"@testing-library/react": "^12.1.2",
6568
"@testing-library/user-event": "^14.6.1",
@@ -70,6 +73,7 @@
7073
"@types/react-router-dom": "^5.3.2",
7174
"@typescript-eslint/eslint-plugin": "^8.53.1",
7275
"@typescript-eslint/parser": "^8.53.1",
76+
"babel-loader": "^9.2.1",
7377
"copy-webpack-plugin": "^13.0.1",
7478
"css-loader": "^7.1.2",
7579
"cypress": "^15.9.0",
@@ -86,6 +90,7 @@
8690
"i18next-parser": "^9.3.0",
8791
"jest": "^30.2.0",
8892
"jest-environment-jsdom": "^30.0.5",
93+
"mocha": "^10.5.1",
8994
"mocha-junit-reporter": "^2.2.0",
9095
"mochawesome": "^7.1.4",
9196
"mochawesome-merge": "^5.1.0",
@@ -113,7 +118,9 @@
113118
"concurrently": "^9.2.1",
114119
"license-check-and-add": "^4.0.5",
115120
"lodash": "^4.17.23",
116-
"react-redux": "^8.0.5",
121+
"react-redux": "7.2.2",
122+
"redux": "4.0.1",
123+
"redux-thunk": "2.4.0",
117124
"rxjs": "^7.8.2"
118125
},
119126
"peerDependencies": {

0 commit comments

Comments
 (0)