Skip to content

Commit

Permalink
Update to latest modules
Browse files Browse the repository at this point in the history
  • Loading branch information
eduuh committed Jan 2, 2025
1 parent e57594e commit 80222ab
Show file tree
Hide file tree
Showing 3 changed files with 414 additions and 136 deletions.
2 changes: 1 addition & 1 deletion blog/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
12 changes: 6 additions & 6 deletions blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"@heroicons/react": "^2.2.0",
"@mdx-js/mdx": "^3.1.0",
"@stefanprobst/rehype-extract-toc": "^2.2.1",
"glob": "^10.4.5",
"glob": "^11.0.0",
"gray-matter": "^4.0.3",
"jest-environment-jsdom": "^29.7.0",
"next": "14.2.4",
"next": "15.1.3",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"next-themes": "^0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"rehype": "^13.0.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.1",
Expand All @@ -30,7 +30,7 @@
"@jest/globals": "^29.7.0",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.14",
"@types/react": "^18.3.18",
"@types/react": "^19.0.2",
"autoprefixer": "^10.4.20",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit 80222ab

Please sign in to comment.