diff --git a/bun.lock b/bun.lock index 3391bf45..c6242dfe 100644 --- a/bun.lock +++ b/bun.lock @@ -1,5 +1,6 @@ { "lockfileVersion": 1, + "configVersion": 0, "workspaces": { "": { "name": "eternalcodev3", @@ -20,7 +21,7 @@ "gray-matter": "^4.0.3", "lenis": "^1.3.17", "lucide-react": "^0.563.0", - "minimessage-js": "^1.2.1", + "minimessage-js": "^2.0.0", "next-mdx-remote": "^5.0.0", "next-sitemap": "^4.2.3", "next-themes": "^0.4.6", @@ -31,6 +32,7 @@ "react-dom": "^19.2.3", "react-error-boundary": "^6.0.3", "react-hot-toast": "^2.6.0", + "react-icons": "^5.5.0", "react-intersection-observer": "^10.0.0", "rehype-prism-plus": "^2.0.1", "rehype-slug": "^6.0.0", @@ -914,7 +916,7 @@ "minimatch": ["minimatch@10.1.1", "", { "dependencies": { "@isaacs/brace-expansion": "^5.0.0" } }, "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ=="], - "minimessage-js": ["minimessage-js@1.2.1", "", {}, "sha512-Mqg9aiUEAGXGhwqwy+P/tjJbviBMgK2QpUxUIdi66o6xiQNIxR5AXLVdlQ7jiowfdkBZxcrT8jgCBs132xlsfw=="], + "minimessage-js": ["minimessage-js@2.0.1", "", {}, "sha512-9rkMlqu2iXJYWyRhselioOsXWhDyqb3qBvG/vCQtRHMvClJ1RGGkS2tU1gfvo0zSiKiU2k3EnH+Q2UR/CWU1RA=="], "minimist": ["minimist@1.2.8", "", {}, "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA=="], @@ -1032,6 +1034,8 @@ "react-hot-toast": ["react-hot-toast@2.6.0", "", { "dependencies": { "csstype": "^3.1.3", "goober": "^2.1.16" }, "peerDependencies": { "react": ">=16", "react-dom": ">=16" } }, "sha512-bH+2EBMZ4sdyou/DPrfgIouFpcRLCJ+HoCA32UoAYHn6T3Ur5yfcDCeSr5mwldl6pFOsiocmrXMuoCJ1vV8bWg=="], + "react-icons": ["react-icons@5.5.0", "", { "peerDependencies": { "react": "*" } }, "sha512-MEFcXdkP3dLo8uumGI5xN3lDFNsRtrjbOEKDLD7yv76v4wpnEq2Lt2qeHaQOr34I/wPN3s3+N08WkQ+CW37Xiw=="], + "react-intersection-observer": ["react-intersection-observer@10.0.0", "", { "peerDependencies": { "react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "optionalPeers": ["react-dom"] }, "sha512-JJRgcnFQoVXmbE5+GXr1OS1NDD1gHk0HyfpLcRf0575IbJz+io8yzs4mWVlfaqOQq1FiVjLvuYAdEEcrrCfveg=="], "react-is": ["react-is@16.13.1", "", {}, "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="], diff --git a/package.json b/package.json index 1f9105b9..8ea7a330 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "gray-matter": "^4.0.3", "lenis": "^1.3.17", "lucide-react": "^0.563.0", - "minimessage-js": "^1.2.1", + "minimessage-js": "^2.0.0", "next-mdx-remote": "^5.0.0", "next-sitemap": "^4.2.3", "next-themes": "^0.4.6",