diff --git a/bun.lockb b/bun.lockb index f59ebdd..3c669cf 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 08eb6e6..d2e2967 100644 --- a/package.json +++ b/package.json @@ -13,31 +13,31 @@ "@mdx-js/react": "^3.1.0", "@next/mdx": "^15.1.1", "@types/mdx": "^2.0.13", - "next": "15.0.3", - "react": "19.0.0-rc-66855b96-20241106", - "react-dom": "19.0.0-rc-66855b96-20241106" + "next": "^15.1.1", + "react": "^19.0.0", + "react-dom": "^19.0.0" }, "devDependencies": { "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/forms": "^0.5.9", "@tailwindcss/typography": "^0.5.15", - "@types/eslint": "^9.6.0", - "@types/node": "^20", - "@types/react": "^18", - "@types/react-dom": "^18", + "@types/eslint": "^9.6.1", + "@types/node": "^20.17.10", + "@types/react": "^19.0.2", + "@types/react-dom": "^19.0.2", "autoprefixer": "^10.4.20", "daisyui": "^4.12.22", - "eslint": "^8", - "eslint-config-next": "15.0.3", + "eslint": "^8.57.1", + "eslint-config-next": "^15.1.1", "eslint-config-prettier": "^9.1.0", - "globals": "^15.0.0", - "postcss": "^8", - "prettier": "^3.3.2", - "prettier-plugin-tailwindcss": "^0.6.5", - "sass": "^1.80.5", - "tailwindcss": "^3.4.1", - "typescript": "^5", - "typescript-eslint": "^8.0.0" + "globals": "^15.14.0", + "postcss": "^8.4.49", + "prettier": "^3.4.2", + "prettier-plugin-tailwindcss": "^0.6.9", + "sass": "^1.83.0", + "tailwindcss": "^3.4.17", + "typescript": "^5.7.2", + "typescript-eslint": "^8.18.1" } }