|
64 | 64 | "*": "prettier --ignore-unknown --write",
|
65 | 65 | "**/package.json": "npx --yes [email protected]"
|
66 | 66 | },
|
67 |
| - "resolutions": { |
68 |
| - "**/@typescript-eslint/typescript-estree/semver": "^7.7.1", |
69 |
| - "**/cypress/semver": "^7.7.1", |
70 |
| - "@babel/runtime": "^7.27.0", |
71 |
| - "async": "^3.2.6", |
72 |
| - "braces": "^3.0.3", |
73 |
| - "cache-loader/loader-utils": "^1.4.2", |
74 |
| - "cache-loader/loader-utils/json5": "^1.0.2", |
75 |
| - "cross-spawn": "^7.0.6", |
76 |
| - "eslint-plugin-import/tsconfig-paths/json5": "^1.0.2", |
77 |
| - "loader-utils": "^2.0.4", |
78 |
| - "micromatch": "^4.0.8", |
79 |
| - "minimatch": "^3.0.5", |
80 |
| - "minimist": "^1.2.8", |
81 |
| - "nanoid": "^3.3.8", |
82 |
| - "postcss": "^8.4.49", |
83 |
| - "tough-cookie": "^4.1.3", |
84 |
| - "underscore.string": "^3.3.6", |
85 |
| - "undici": "^6.21.1", |
86 |
| - "webpack": "^5.97.1", |
87 |
| - "webpack-bundle-analyzer/ws": "^7.5.10", |
88 |
| - "webpack-dev-server/express": "^4.21.0" |
89 |
| - }, |
90 | 67 | "dependencies": {
|
91 |
| - "@aws-sdk/client-s3": "3.667.0", |
92 |
| - "@aws-sdk/lib-storage": "3.501.0", |
93 |
| - "@aws-sdk/s3-request-presigner": "3.614.0", |
| 68 | + "@aws-sdk/client-s3": "3.823.0", |
| 69 | + "@aws-sdk/lib-storage": "3.823.0", |
| 70 | + "@aws-sdk/s3-request-presigner": "3.823.0", |
94 | 71 | "@openshift-console/dynamic-plugin-sdk": "1.8.0",
|
95 | 72 | "@openshift-console/dynamic-plugin-sdk-internal": "1.0.0",
|
96 | 73 | "@openshift-console/dynamic-plugin-sdk-webpack": "1.3.0",
|
|
106 | 83 | "cache-loader": "^4.1.0",
|
107 | 84 | "circular-dependency-plugin": "^5.2.2",
|
108 | 85 | "classnames": "^2.5.1",
|
109 |
| - "copy-webpack-plugin": "^12.0.2", |
| 86 | + "copy-webpack-plugin": "^13.0.0", |
110 | 87 | "css-loader": "^7.1.2",
|
111 | 88 | "file-loader": "^6.2.0",
|
112 |
| - "fork-ts-checker-webpack-plugin": "^9.0.2", |
| 89 | + "fork-ts-checker-webpack-plugin": "^9.1.0", |
113 | 90 | "fuzzysearch": "^1.0.3",
|
114 |
| - "i18next": "^24.2.2", |
| 91 | + "i18next": "^25.2.1", |
115 | 92 | "i18next-conv": "^15.1.1",
|
116 | 93 | "immer": "^10.1.1",
|
117 | 94 | "is-ip": "^5.0.1",
|
118 | 95 | "js-base64": "^3.7.7",
|
119 | 96 | "js-yaml": "^4.1.0",
|
120 | 97 | "lodash-es": "^4.17.21",
|
121 |
| - "luxon": "^3.5.0", |
122 |
| - "mobx": "^6.13.6", |
| 98 | + "luxon": "^3.6.1", |
| 99 | + "mobx": "^6.13.7", |
123 | 100 | "mobx-react-lite": "^4.1.0",
|
124 | 101 | "murmurhash-js": "^1.0.0",
|
125 | 102 | "react": "^17.0.1",
|
126 | 103 | "react-copy-to-clipboard": "5.x",
|
127 | 104 | "react-dnd": "^15.1.1",
|
128 | 105 | "react-dnd-html5-backend": "^15.1.2",
|
129 | 106 | "react-dom": "^17.0.1",
|
130 |
| - "react-dropzone": "^14.2.9", |
| 107 | + "react-dropzone": "^14.3.8", |
131 | 108 | "react-helmet": "^6.1.0",
|
132 |
| - "react-hook-form": "^7.42.1", |
| 109 | + "react-hook-form": "^7.56.4", |
133 | 110 | "react-i18next": "^11.11.4",
|
134 | 111 | "react-linkify": "^0.2.2",
|
135 | 112 | "react-redux": "7.2.2",
|
136 | 113 | "react-router-dom-v5-compat": "^6.28.2",
|
137 |
| - "react-tagsinput": "^3.19.0", |
138 |
| - "react-virtualized-auto-sizer": "^1.0.24", |
139 |
| - "react-window": "^1.8.10", |
| 114 | + "react-tagsinput": "^3.20.3", |
| 115 | + "react-virtualized-auto-sizer": "^1.0.26", |
| 116 | + "react-window": "^1.8.11", |
140 | 117 | "redux": "4.0.1",
|
141 | 118 | "resolve-url-loader": "^5.0.0",
|
142 |
| - "sass": "^1.85.1", |
| 119 | + "sass": "^1.89.0", |
143 | 120 | "sass-loader": "^16.0.5",
|
144 |
| - "semver": "^6.3.1", |
| 121 | + "semver": "^7.7.2", |
145 | 122 | "style-loader": "^3.3.4",
|
146 |
| - "swr": "2.3.2", |
| 123 | + "swr": "2.3.3", |
147 | 124 | "thread-loader": "^4.0.4",
|
148 | 125 | "ts-loader": "^9.5.2",
|
149 |
| - "tsx": "^4.19.2", |
| 126 | + "tsx": "^4.19.4", |
150 | 127 | "typesafe-actions": "^5.1.0",
|
151 |
| - "typescript": "^5.7.3", |
| 128 | + "typescript": "^5.8.3", |
152 | 129 | "victory-core": "^37.3.6",
|
153 | 130 | "webpack": "^5.97.1",
|
154 | 131 | "webpack-bundle-analyzer": "^4.10.2",
|
155 | 132 | "webpack-cli": "^6.0.1",
|
156 | 133 | "yup": "^0.32.11"
|
157 | 134 | },
|
158 | 135 | "devDependencies": {
|
159 |
| - "@cypress/webpack-preprocessor": "^6.0.2", |
| 136 | + "@cypress/webpack-preprocessor": "^6.0.4", |
160 | 137 | "@discoveryjs/json-ext": "^0.6.3",
|
161 |
| - "@swc/core": "^1.10.11", |
162 |
| - "@swc/jest": "^0.2.37", |
| 138 | + "@swc/core": "^1.11.29", |
| 139 | + "@swc/jest": "^0.2.38", |
163 | 140 | "@testing-library/jest-dom": "^6.6.3",
|
164 | 141 | "@testing-library/react": "^12.1.5",
|
165 | 142 | "@testing-library/react-hooks": "^8.0.1",
|
166 | 143 | "@testing-library/user-event": "^14.6.1",
|
167 | 144 | "@types/jest": "^29.5.14",
|
168 | 145 | "@types/lodash-es": "^4.17.12",
|
169 |
| - "@types/luxon": "^3.4.2", |
| 146 | + "@types/luxon": "^3.6.2", |
170 | 147 | "@types/react-helmet": "^6.1.11",
|
171 | 148 | "@types/react-window": "^1.8.8",
|
172 |
| - "@typescript-eslint/eslint-plugin": "^8.12.2", |
173 |
| - "@typescript-eslint/parser": "^8.17.0", |
174 |
| - "cypress": "^14.0.0", |
175 |
| - "cypress-multi-reporters": "^2.0.4", |
| 149 | + "@typescript-eslint/eslint-plugin": "^8.32.1", |
| 150 | + "@typescript-eslint/parser": "^8.32.1", |
| 151 | + "cypress": "^14.4.0", |
| 152 | + "cypress-multi-reporters": "^2.0.5", |
176 | 153 | "eslint": "^8.57.1",
|
177 | 154 | "eslint-config-airbnb": "^19.0.4",
|
178 |
| - "eslint-config-prettier": "^9.1.0", |
| 155 | + "eslint-config-prettier": "^10.1.5", |
179 | 156 | "eslint-plugin-chai-friendly": "^1.0.1",
|
180 |
| - "eslint-plugin-cypress": "^4.1.0", |
| 157 | + "eslint-plugin-cypress": "^4.3.0", |
181 | 158 | "eslint-plugin-import": "^2.31.0",
|
182 |
| - "eslint-plugin-jest": "^28.11.0", |
| 159 | + "eslint-plugin-jest": "^28.12.0", |
183 | 160 | "eslint-plugin-jest-dom": "^5.5.0",
|
184 | 161 | "eslint-plugin-jsx-a11y": "^6.10.2",
|
185 | 162 | "eslint-plugin-mobx": "^0.0.13",
|
186 |
| - "eslint-plugin-react": "^7.37.2", |
187 |
| - "eslint-plugin-react-hooks": "^4.6.2", |
| 163 | + "eslint-plugin-react": "^7.37.5", |
| 164 | + "eslint-plugin-react-hooks": "^5.2.0", |
188 | 165 | "eslint-plugin-testing-library": "^7.0.0",
|
189 | 166 | "http-server": "^14.1.1",
|
190 | 167 | "husky": "^9.1.7",
|
191 | 168 | "i18next-parser": "^9.3.0",
|
192 | 169 | "identity-obj-proxy": "^3.0.0",
|
193 | 170 | "jest": "^29.7.0",
|
194 | 171 | "jest-environment-jsdom": "^29.7.0",
|
195 |
| - "jest-html-reporter": "^3.10.2", |
| 172 | + "jest-html-reporter": "^4.1.0", |
196 | 173 | "jest-silent-reporter": "^0.6.0",
|
197 | 174 | "mocha-junit-reporter": "^2.2.1",
|
198 | 175 | "mochawesome": "^7.1.3",
|
199 | 176 | "mochawesome-merge": "^4.4.1",
|
200 |
| - "prettier": "^3.5.2", |
201 |
| - "stylelint": "^16.14.1", |
| 177 | + "prettier": "^3.5.3", |
| 178 | + "stylelint": "^16.19.1", |
202 | 179 | "stylelint-config-sass-guidelines": "^12.1.0",
|
203 |
| - "stylelint-config-standard": "^37.0.0", |
204 |
| - "stylelint-order": "^6.0.4", |
205 |
| - "webpack-dev-server": "^5.2.0" |
| 180 | + "stylelint-config-standard": "^38.0.0", |
| 181 | + "stylelint-order": "^7.0.0", |
| 182 | + "webpack-dev-server": "^5.2.1" |
206 | 183 | },
|
207 | 184 | "engines": {
|
208 |
| - "node": ">=20.x" |
| 185 | + "node": ">=20.19.2" |
209 | 186 | }
|
210 | 187 | }
|
0 commit comments