Skip to content

Commit 62dcc6c

Browse files
authored
Bump react to 19 (#2488)
* Update react 19 and vite 7 * fix react-redux store * fix alerts.tsx * fix appContext.tsx * Remove dependency on patternfly-templates * fix useRef hook usage * fix ReactElement default type * fix parameters with implicit `any` type * fix Select placeholder * fix type in DualListSelector * fix rendering of IRowCell.title * Fix payload in Legend * Upgrade to react-table 8
1 parent fc7ebe4 commit 62dcc6c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+3180
-2000
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ release.properties
5252

5353
# production
5454
/horreum-web/build
55+
/horreum-web/dist
5556

5657
# generated API
5758
/horreum-web/src/generated
@@ -75,4 +76,4 @@ docs/site/public/
7576
docs/site/resources/
7677

7778
# code format
78-
.cache
79+
.cache

horreum-backend/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ quarkus.quinoa.ui-dir=../horreum-web
236236
quarkus.quinoa.package-manager-install=true
237237
quarkus.quinoa.package-manager-command.install=install
238238
quarkus.quinoa.package-manager-install.install-dir=../horreum-web/node
239-
quarkus.quinoa.package-manager-install.node-version=20.11.0
239+
quarkus.quinoa.package-manager-install.node-version=20.19.0
240240
#We need to keep npm in sync with GitHub Actions, otherwise we see conflicts in package-lock.json
241241
#https://github.com/dependabot/dependabot-core/blob/main/npm_and_yarn/Dockerfile#L18
242242
quarkus.quinoa.package-manager-install.npm-version=9.6.5

0 commit comments

Comments
 (0)