diff --git a/explorer-nextjs/package.json b/explorer-nextjs/package.json index e6d450f6d1..b3895dc80e 100644 --- a/explorer-nextjs/package.json +++ b/explorer-nextjs/package.json @@ -18,6 +18,7 @@ "@nivo/line": "^0.88.0", "@uidotdev/usehooks": "^2.4.1", "cldr-compact-number": "^0.4.0", + "date-fns": "^4.1.0", "next": "15.0.3", "qrcode.react": "^4.1.0", "react": "19.0.0-rc-66855b96-20241106", diff --git a/explorer-nextjs/yarn.lock b/explorer-nextjs/yarn.lock index 6a93393987..90019b0b0f 100644 --- a/explorer-nextjs/yarn.lock +++ b/explorer-nextjs/yarn.lock @@ -1504,6 +1504,11 @@ data-view-byte-offset@^1.0.0: es-errors "^1.3.0" is-data-view "^1.0.1" +date-fns@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-4.1.0.tgz#64b3d83fff5aa80438f5b1a633c2e83b8a1c2d14" + integrity sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg== + debug@^3.2.7: version "3.2.7" resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"