diff --git a/package.json b/package.json index 4e409a5..5b0cba3 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,6 @@ "@next/bundle-analyzer": "16.1.1", "@next/mdx": "16.1.1", "codehike": "1.0.7", - "cookie": "^1.1.1", "dayjs": "^1.11.19", "jotai": "^2.16.0", "lucide-react": "^0.562.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 505d6b5..272ce2e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,9 +33,6 @@ importers: codehike: specifier: 1.0.7 version: 1.0.7 - cookie: - specifier: ^1.1.1 - version: 1.1.1 dayjs: specifier: ^1.11.19 version: 1.11.19 @@ -1489,10 +1486,6 @@ packages: convert-source-map@2.0.0: resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} - cookie@1.1.1: - resolution: {integrity: sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==} - engines: {node: '>=18'} - cross-spawn@7.0.6: resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} engines: {node: '>= 8'} @@ -4709,8 +4702,6 @@ snapshots: convert-source-map@2.0.0: {} - cookie@1.1.1: {} - cross-spawn@7.0.6: dependencies: path-key: 3.1.1 diff --git a/src/app/article/2024-10/check-target/tester.tsx b/src/app/article/2024-10/check-target/tester.tsx index 821cfed..b7a3eae 100644 --- a/src/app/article/2024-10/check-target/tester.tsx +++ b/src/app/article/2024-10/check-target/tester.tsx @@ -98,7 +98,7 @@ export const Tester: React.FC = () => { return (
{JSON.stringify(root, null, 2)}