This commit is contained in:
neutrino2211
2025-12-17 11:03:29 +01:00
parent 69fa5b0a81
commit ac62ea0fe9
13 changed files with 823 additions and 797 deletions

View File

@@ -11,7 +11,7 @@
"dependencies": {
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^15.5.3",
"@next/mdx": "^15.5.9",
"@types/mdx": "^2.0.13",
"gray-matter": "^4.0.3",
"next": "15.5.3",
@@ -20,15 +20,15 @@
"react-markdown": "^10.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"@eslint/eslintrc": "^3.3.3",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^20.19.27",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.2",
"eslint-config-next": "15.5.3",
"tailwindcss": "^4",
"typescript": "^5"
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}