fix: Address dependency issues within KendoReact components.

- add gray-matter to reduce duplicated meta data for posts
    - rename files in data/BlogPosts/ to address limitations in path handling
This commit is contained in:
2025-09-25 20:10:16 -05:00
parent f94d30e5ef
commit f22d9f08bf
10 changed files with 603 additions and 444 deletions

View File

@@ -13,7 +13,7 @@
"@progress/kendo-licensing": "^1.7.1",
"@progress/kendo-react-animation": "^12.0.1",
"@progress/kendo-react-buttons": "^12.0.1",
"@progress/kendo-react-common": "^12.0.2",
"@progress/kendo-react-common": "^12.0.1",
"@progress/kendo-react-data-tools": "^12.0.1",
"@progress/kendo-react-dateinputs": "^12.0.1",
"@progress/kendo-react-dialogs": "^12.0.1",
@@ -31,6 +31,7 @@
"@progress/kendo-svg-icons": "^4.5.0",
"@progress/kendo-theme-default": "^12.0.1",
"campfire-logs-dashboard": "file:./campfire-logs-dashboard",
"gray-matter": "^4.0.3",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-router-dom": "^7.9.1"