diff --git a/package-lock.json b/package-lock.json
index d3498a5c..27cc5b25 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,7 +11,7 @@
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@next/env": "^15.0.3",
- "@patternfly/react-core": "^5.4.0",
+ "@patternfly/react-core": "^6.0.0",
"@patternfly/react-icons": "^6.0.0",
"@patternfly/react-styles": "^6.0.0",
"@patternfly/react-table": "^6.0.0",
@@ -1206,13 +1206,13 @@
}
},
"node_modules/@patternfly/react-core": {
- "version": "5.4.8",
- "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.4.8.tgz",
- "integrity": "sha512-4KRsQsH39VmTiFPLdN34QqNZg6gKrTamJxKtWEPO1VKA0TpoRMwpFEGk9BDyxipxYST6WzXznAaLCidGkCDlWw==",
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-6.0.0.tgz",
+ "integrity": "sha512-UKFj9+YzBY+FfEDsLONgOM4N0e8SPV/27/UzNRiJ0gpgqbw2POuXwLpjGSRTTIUuCaLaGGM5PeTSj7mMB73ykw==",
"dependencies": {
- "@patternfly/react-icons": "^5.4.2",
- "@patternfly/react-styles": "^5.4.1",
- "@patternfly/react-tokens": "^5.4.1",
+ "@patternfly/react-icons": "^6.0.0",
+ "@patternfly/react-styles": "^6.0.0",
+ "@patternfly/react-tokens": "^6.0.0",
"focus-trap": "7.6.0",
"react-dropzone": "^14.2.3",
"tslib": "^2.7.0"
@@ -1222,25 +1222,6 @@
"react-dom": "^17 || ^18"
}
},
- "node_modules/@patternfly/react-core/node_modules/@patternfly/react-icons": {
- "version": "5.4.2",
- "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.4.2.tgz",
- "integrity": "sha512-CMQ5oHYzW6TPVTs2jpNJmP2vGCAKR/YeTPwHGO9dLkAUej1IcIxtCCWK2Fdo2UJsnBjuZihasyw2b6ehvbUm9Q==",
- "peerDependencies": {
- "react": "^17 || ^18",
- "react-dom": "^17 || ^18"
- }
- },
- "node_modules/@patternfly/react-core/node_modules/@patternfly/react-styles": {
- "version": "5.4.1",
- "resolved": "https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-5.4.1.tgz",
- "integrity": "sha512-XA8PXksD8uiA3RTwxdUwJXOCf+V6sVd+2HKapWAdRLvtSV+Sdk7NgCvalb4IAQncsddLopjPQD8gAHA298+N8w=="
- },
- "node_modules/@patternfly/react-core/node_modules/@patternfly/react-tokens": {
- "version": "5.4.1",
- "resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-5.4.1.tgz",
- "integrity": "sha512-eygdHE7Krta1mijAv/E8RHiKIgysD0eeNTo8EXUYC8/M4e5K6sqpr2p6rQBF8QiRMN8FnbXvZT3K2OQ28pYt9Q=="
- },
"node_modules/@patternfly/react-icons": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-6.0.0.tgz",
@@ -1272,23 +1253,6 @@
"react-dom": "^17 || ^18"
}
},
- "node_modules/@patternfly/react-table/node_modules/@patternfly/react-core": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-6.0.0.tgz",
- "integrity": "sha512-UKFj9+YzBY+FfEDsLONgOM4N0e8SPV/27/UzNRiJ0gpgqbw2POuXwLpjGSRTTIUuCaLaGGM5PeTSj7mMB73ykw==",
- "dependencies": {
- "@patternfly/react-icons": "^6.0.0",
- "@patternfly/react-styles": "^6.0.0",
- "@patternfly/react-tokens": "^6.0.0",
- "focus-trap": "7.6.0",
- "react-dropzone": "^14.2.3",
- "tslib": "^2.7.0"
- },
- "peerDependencies": {
- "react": "^17 || ^18",
- "react-dom": "^17 || ^18"
- }
- },
"node_modules/@patternfly/react-tokens": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-6.0.0.tgz",
diff --git a/package.json b/package.json
index 5a71c8c1..f8d76c16 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,7 @@
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@next/env": "^15.0.3",
- "@patternfly/react-core": "^5.4.0",
+ "@patternfly/react-core": "^6.0.0",
"@patternfly/react-icons": "^6.0.0",
"@patternfly/react-styles": "^6.0.0",
"@patternfly/react-table": "^6.0.0",
diff --git a/src/app/login/githublogin.tsx b/src/app/login/githublogin.tsx
index e7d49daa..ed75f3f2 100644
--- a/src/app/login/githublogin.tsx
+++ b/src/app/login/githublogin.tsx
@@ -1,14 +1,14 @@
import React, { useEffect, useState } from 'react';
import { Button } from '@patternfly/react-core/dist/dynamic/components/Button';
-import { Text } from '@patternfly/react-core/dist/dynamic/components/Text';
-import { TextContent } from '@patternfly/react-core/dist/dynamic/components/Text';
+import { Content } from '@patternfly/react-core/dist/dynamic/components/Content';
+
import { Grid } from '@patternfly/react-core/dist/dynamic/layouts/Grid';
import { GridItem } from '@patternfly/react-core/dist/dynamic/layouts/Grid';
import GithubIcon from '@patternfly/react-icons/dist/dynamic/icons/github-icon';
import './githublogin.css';
import { signIn } from 'next-auth/react';
import { useRouter, useSearchParams } from 'next/navigation';
-import { Modal, ModalVariant } from '@patternfly/react-core/dist/esm/components/Modal';
+import { Modal, ModalVariant } from '@patternfly/react-core/dist/esm/deprecated/components/Modal';
const GithubLogin: React.FC = () => {
const searchParams = useSearchParams();
@@ -75,14 +75,16 @@ const GithubLogin: React.FC = () => {
create truly open source LLMs
-