Skip to content

Commit

Permalink
chore: upgrade deps to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
z0ffy committed Jan 9, 2025
1 parent 5d70e2b commit 4554f14
Show file tree
Hide file tree
Showing 2 changed files with 290 additions and 290 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"fix": "eslint --fix ."
},
"dependencies": {
"next": "15.1.3",
"next": "15.1.4",
"next-themes": "^0.4.4",
"octokit": "^4.0.3",
"octokit": "^4.1.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-markdown": "^9.0.1",
"react-markdown": "^9.0.3",
"react-syntax-highlighter": "^15.6.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
Expand All @@ -26,18 +26,18 @@
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@next/third-parties": "^15.1.3",
"@next/third-parties": "^15.1.4",
"@types/node": "22.10.5",
"@types/react": "19.0.2",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/rss": "^0.0.32",
"autoprefixer": "^10.4.20",
"eslint": "9.17.0",
"eslint-config-next": "^15.1.3",
"eslint-config-next": "^15.1.4",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
Loading

0 comments on commit 4554f14

Please sign in to comment.