Skip to content

Commit

Permalink
Update js packages
Browse files Browse the repository at this point in the history
  • Loading branch information
eduuh committed Jan 2, 2025
1 parent df48f2c commit e57594e
Show file tree
Hide file tree
Showing 4 changed files with 6,286 additions and 1,003 deletions.
16 changes: 8 additions & 8 deletions blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "jest"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@heroicons/react": "^2.2.0",
"@mdx-js/mdx": "^3.1.0",
"@stefanprobst/rehype-extract-toc": "^2.2.1",
"glob": "^10.4.5",
Expand All @@ -22,22 +22,22 @@
"react-dom": "18.3.1",
"rehype": "^13.0.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.0",
"rehype-highlight": "^7.0.1",
"rehype-slug": "^6.0.0",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.5",
"@types/jest": "^29.5.14",
"@types/react": "^18.3.18",
"autoprefixer": "^10.4.20",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.10",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.2.5",
"typescript": "^5.6.2"
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit e57594e

Please sign in to comment.