diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json index bb16af5..fa3422e 100644 --- a/package.json +++ b/package.json @@ -14,32 +14,32 @@ "clsx": "^2.1.1", "contentlayer2": "^0.5.8", "date-fns": "^4.1.0", - "lucide-react": "^0.562.0", + "lucide-react": "^1.16.0", "maplibre-gl": "^5.15.0", - "next": "16.2.3", + "next": "^16.2.6", "next-contentlayer2": "^0.5.8", "next-themes": "^0.4.6", "pmtiles": "^4.3.2", - "react": "19.2.3", - "react-dom": "19.2.3", + "react": "^19.2.6", + "react-dom": "^19.2.6", "react-map-gl": "^8.1.0", "rehype-autolink-headings": "^7.1.0", "rehype-pretty-code": "^0.14.1", "rehype-slug": "^6.0.0", - "shiki": "^3.20.0", + "shiki": "^4.1.0", "tailwind-merge": "^3.4.0" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@tailwindcss/typography": "^0.5.19", "@types/maplibre-gl": "^1.13.2", - "@types/node": "^20", + "@types/node": "^25.9.1", "@types/react": "^19", "@types/react-dom": "^19", - "eslint": "^9", - "eslint-config-next": "16.1.1", + "eslint": "^9.39.4", + "eslint-config-next": "^16.2.6", "tailwindcss": "^4", "tw-animate-css": "^1.4.0", - "typescript": "^5" + "typescript": "^6.0.3" } } |
