Skip to content

Commit 76a8bc6

Browse files
committed
PrimeReact 10.9.5
1 parent 4a25422 commit 76a8bc6

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.melloware</groupId>
66
<artifactId>quarkus-primereact</artifactId>
7-
<version>10.9.4</version>
7+
<version>10.9.5</version>
88
<name>Quarkus PrimeReact</name>
99
<description>Quarkus monorepo demonstrating Panache REST server with PrimeReact UI client</description>
1010
<url>https://github.com/melloware/quarkus-monorepo</url>

src/main/webui/package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/webui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quarkus-primereact",
3-
"version": "10.9.4",
3+
"version": "10.9.5",
44
"description": "Quarkus monorepo demonstrating Quarkus REST server with PrimeReact UI client.",
55
"homepage": ".",
66
"private": false,
@@ -10,14 +10,14 @@
1010
},
1111
"license": "MIT",
1212
"dependencies": {
13-
"@tanstack/react-form": "1.6.3",
13+
"@tanstack/react-form": "1.7.0",
1414
"@tanstack/react-query": "5.74.4",
1515
"@tanstack/react-query-devtools": "5.74.6",
16-
"axios": "1.8.4",
16+
"axios": "1.9.0",
1717
"primeflex": "4.0.0",
1818
"primeicons": "7.0.0",
1919
"primelocale": "2.1.2",
20-
"primereact": "10.9.4",
20+
"primereact": "10.9.5",
2121
"react": "19.1.0",
2222
"react-dom": "19.1.0",
2323
"react-router-dom": "7.5.2",
@@ -30,7 +30,7 @@
3030
"@farmfe/core": "1.7.4",
3131
"@farmfe/plugin-react": "1.2.6",
3232
"@farmfe/plugin-sass": "1.1.0",
33-
"@types/node": "22.14.1",
33+
"@types/node": "22.15.2",
3434
"@types/react": "19.1.2",
3535
"@types/react-dom": "19.1.2",
3636
"@types/react-router-dom": "5.3.3",

0 commit comments

Comments
 (0)