chore: update dependencies and improve theme colors

- Updated dependencies in package.json to latest versions for better performance and security.
- Commented out AngularData in Data.jsx to temporarily disable it from being used in the project.
- Adjusted Projects.jsx to reflect the changes in AngularData usage.
- Added new color constants (DavysGray, Periwinkle, Chamoisee) in Colors.js for enhanced theming.
- Modified Theme.js to update primary and secondary colors for both light and dark modes, improving overall UI consistency.
This commit is contained in:
Dan Dobos
2025-10-15 15:25:29 +02:00
parent 9943c5df56
commit 3347df1e57
6 changed files with 6765 additions and 3604 deletions
+9 -9
View File
@@ -15,15 +15,15 @@ export const ReactData = [
},
];
export const AngularData = [
{
imageURL:
'https://res.cloudinary.com/dadobos/image/upload/v1685729092/web/hwlqdp2quy1u7rmbgls6.png',
title: 'Angular Store',
description: '',
url: 'https://dadobos.github.io/angular-store',
},
];
// export const AngularData = [
// {
// imageURL:
// 'https://res.cloudinary.com/dadobos/image/upload/v1685729092/web/hwlqdp2quy1u7rmbgls6.png',
// title: 'Angular Store',
// description: '',
// url: 'https://dadobos.github.io/angular-store',
// },
// ];
export const GoData = [
{