Skip to content

Commit ddacb7e

Browse files
authored
fixed build issue (#1367)
1 parent 5128c2d commit ddacb7e

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

ChatQnA/ui/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@mantine/notifications": "^7.10.2",
1717
"@microsoft/fetch-event-source": "^2.0.1",
1818
"@reduxjs/toolkit": "^2.2.5",
19-
"@tabler/icons-react": "^3.5.0",
19+
"@tabler/icons-react": "3.27.1",
2020
"axios": "^1.7.2",
2121
"luxon": "^3.4.4",
2222
"react": "^18.2.0",

CodeGen/ui/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@mantine/notifications": "^7.10.2",
1717
"@microsoft/fetch-event-source": "^2.0.1",
1818
"@reduxjs/toolkit": "^2.2.5",
19-
"@tabler/icons-react": "^3.5.0",
19+
"@tabler/icons-react": "3.27.1",
2020
"axios": "^1.7.2",
2121
"luxon": "^3.4.4",
2222
"react": "^18.2.0",

DBQnA/ui/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@mantine/core": "^7.12.2",
77
"@mantine/hooks": "^7.12.2",
88
"@mantine/notifications": "^7.12.2",
9-
"@tabler/icons-react": "^3.17.0",
9+
"@tabler/icons-react": "3.27.1",
1010
"@testing-library/jest-dom": "^5.17.0",
1111
"@testing-library/react": "^13.4.0",
1212
"@testing-library/user-event": "^13.5.0",

DocSum/ui/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@mantine/notifications": "^7.11.1",
1818
"@microsoft/fetch-event-source": "^2.0.1",
1919
"@reduxjs/toolkit": "^2.2.5",
20-
"@tabler/icons-react": "^3.9.0",
20+
"@tabler/icons-react": "3.27.1",
2121
"axios": "^1.7.2",
2222
"luxon": "^3.4.4",
2323
"react": "^18.2.0",

FaqGen/ui/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@mantine/notifications": "^7.11.1",
1818
"@microsoft/fetch-event-source": "^2.0.1",
1919
"@reduxjs/toolkit": "^2.2.5",
20-
"@tabler/icons-react": "^3.9.0",
20+
"@tabler/icons-react": "3.27.1",
2121
"axios": "^1.7.2",
2222
"luxon": "^3.4.4",
2323
"react": "^18.2.0",

GraphRAG/ui/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@mantine/notifications": "^7.10.2",
1717
"@microsoft/fetch-event-source": "^2.0.1",
1818
"@reduxjs/toolkit": "^2.2.5",
19-
"@tabler/icons-react": "^3.5.0",
19+
"@tabler/icons-react": "3.27.1",
2020
"axios": "^1.7.2",
2121
"luxon": "^3.4.4",
2222
"react": "^18.2.0",

ProductivitySuite/ui/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@microsoft/fetch-event-source": "^2.0.1",
1919
"@react-keycloak/web": "^3.4.0",
2020
"@reduxjs/toolkit": "^2.2.5",
21-
"@tabler/icons-react": "^3.5.0",
21+
"@tabler/icons-react": "3.27.1",
2222
"axios": "^1.7.2",
2323
"keycloak-js": "^25.0.2",
2424
"luxon": "^3.4.4",

0 commit comments

Comments
 (0)