|
38 | 38 | "@patternfly/react-topology": "5.2.1", |
39 | 39 | "@testing-library/react": "^12.1.2", |
40 | 40 | "@types/enzyme": "3.10.x", |
41 | | - "@types/jest": "^27.0.3", |
| 41 | + "@types/jest": "^29.5.14", |
42 | 42 | "@types/lodash-es": "4.17.x", |
43 | 43 | "@types/node": "^18.0.0", |
44 | 44 | "@types/react": "^17.0.37", |
|
48 | 48 | "@typescript-eslint/eslint-plugin": "^5.14.0", |
49 | 49 | "@typescript-eslint/parser": "^5.14.0", |
50 | 50 | "cache-loader": "^4.1.0", |
51 | | - "copy-webpack-plugin": "^6.4.1", |
| 51 | + "copy-webpack-plugin": "^13.0.0", |
52 | 52 | "css-loader": "^6.7.1", |
53 | 53 | "cypress": "^11.0.1", |
54 | 54 | "cypress-multi-reporters": "^1.6.2", |
|
61 | 61 | "formik": "2.0.3", |
62 | 62 | "fuzzysearch": "1.0.x", |
63 | 63 | "i18next-parser": "^3.11.0", |
64 | | - "jest": "^27.4.5", |
| 64 | + "jest": "30.0.0-alpha.7", |
| 65 | + "jest-environment-jsdom": "^29.7.0", |
65 | 66 | "jest-junit": "^16.0.0", |
66 | 67 | "js-base64": "^2.5.1", |
67 | 68 | "mocha-junit-reporter": "^2.2.0", |
|
71 | 72 | "pluralize": "^8.0.0", |
72 | 73 | "popper.js": "^1.16.1", |
73 | 74 | "prettier": "^2.7.1", |
74 | | - "prettier-stylelint": "^0.4.2", |
75 | 75 | "react": "^17.0.1", |
76 | 76 | "react-copy-to-clipboard": "5.x", |
77 | 77 | "react-dnd": "^9.4.0", |
|
88 | 88 | "@patternfly/react-virtualized-extension": "5.1.0", |
89 | 89 | "react-router-dom": "5.3.x", |
90 | 90 | "react-router-dom-v5-compat": "^6.11.2", |
91 | | - "resolve-url-loader": "2.x", |
| 91 | + "resolve-url-loader": "5.0.0", |
92 | 92 | "sass": "^1.42.1", |
93 | 93 | "sass-loader": "^10.1.1", |
94 | 94 | "style-loader": "^3.3.1", |
95 | | - "stylelint": "^15.3.0", |
| 95 | + "stylelint": "16.12.0", |
96 | 96 | "stylelint-config-standard": "^31.0.0", |
97 | 97 | "thread-loader": "^3.0.4", |
98 | | - "ts-jest": "^27.1.1", |
| 98 | + "ts-jest": "^29.3.1", |
99 | 99 | "ts-loader": "^9.3.1", |
100 | 100 | "ts-node": "^10.9.1", |
101 | 101 | "typescript": "^4.7.4", |
102 | | - "webpack": "5.75.0", |
103 | | - "webpack-cli": "^4.9.2", |
104 | | - "webpack-dev-server": "^4.15.1" |
| 102 | + "webpack-cli": "^5.1.4", |
| 103 | + "webpack-dev-server": "^5.2.0" |
105 | 104 | }, |
106 | 105 | "consolePlugin": { |
107 | 106 | "name": "pipelines-console-plugin", |
|
134 | 133 | "dependencies": { |
135 | 134 | "@types/express": "^4.17.18", |
136 | 135 | "classnames": "^2.3.2", |
137 | | - "lodash-es": "^4.17.21" |
| 136 | + "lodash-es": "^4.17.21", |
| 137 | + "micromatch": "4.0.8" |
| 138 | + }, |
| 139 | + "resolutions": { |
| 140 | + "webpack": "5.94.0" |
138 | 141 | } |
139 | 142 | } |
0 commit comments