From c9abfae0134a45b64c49f94e9a85a34a75bf5e51 Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Tue, 7 Oct 2025 22:05:20 -0700 Subject: [PATCH] fix typo --- bun.lock | 14 +++++++------- content/reviews/death-becomes-her.md | 2 +- package.json | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bun.lock b/bun.lock index 7b5f60b..517e29e 100644 --- a/bun.lock +++ b/bun.lock @@ -10,16 +10,16 @@ "@astrojs/sitemap": "3.6.0", "@fontsource-variable/public-sans": "^5.2.7", "@fontsource-variable/source-code-pro": "^5.2.7", - "@types/react": "^19.1.14", - "@types/react-dom": "^19.1.9", + "@types/react": "^19.2.1", + "@types/react-dom": "^19.2.0", "@vercel/og": "^0.6.8", "astro": "5.14.1", - "react": "^19.1.1", - "react-dom": "^19.1.1", + "react": "^19.2.0", + "react-dom": "^19.2.0", "recharts": "^3.2.1", }, "devDependencies": { - "@types/bun": "^1.2.22", + "@types/bun": "^1.2.23", }, }, }, @@ -314,9 +314,9 @@ "@types/node": ["@types/node@24.0.1", "", { "dependencies": { "undici-types": "~7.8.0" } }, "sha512-MX4Zioh39chHlDJbKmEgydJDS3tspMP/lnQC67G3SWsTnb9NeYVWOjkxpOSy4oMfPs4StcWHwBrvUb4ybfnuaw=="], - "@types/react": ["@types/react@19.2.0", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-1LOH8xovvsKsCBq1wnT4ntDUdCJKmnEakhsuoUSy6ExlHCkGP2hqnatagYTgFk6oeL0VU31u7SNjunPN+GchtA=="], + "@types/react": ["@types/react@19.2.2", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA=="], - "@types/react-dom": ["@types/react-dom@19.2.0", "", { "peerDependencies": { "@types/react": "^19.2.0" } }, "sha512-brtBs0MnE9SMx7px208g39lRmC5uHZs96caOJfTjFcYSLHNamvaSMfJNagChVNkup2SdtOxKX1FDBkRSJe1ZAg=="], + "@types/react-dom": ["@types/react-dom@19.2.1", "", { "peerDependencies": { "@types/react": "^19.2.0" } }, "sha512-/EEvYBdT3BflCWvTMO7YkYBHVE9Ci6XdqZciZANQgKpaiDRGOLIlRo91jbTNRQjgPFWVaRxcYc0luVNFitz57A=="], "@types/sax": ["@types/sax@1.2.7", "", { "dependencies": { "@types/node": "*" } }, "sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A=="], diff --git a/content/reviews/death-becomes-her.md b/content/reviews/death-becomes-her.md index 491eedc..37ca6ef 100644 --- a/content/reviews/death-becomes-her.md +++ b/content/reviews/death-becomes-her.md @@ -12,7 +12,7 @@ posse: - the things we do to ourselves in the pursuit of eternal youth - ernest having the redemption arc was unexpected, although i think this takes away a bit from the main critique? - campy as hell - - shotgunning a whole into helen + - shotgunning a hole into helen - fabio 😂 - "dead" celebs just randomly showing up in the background: elvis, jim morrison, andy warhol, etc. - this isn't going to ever be at the top of your "best movies" list, but it's a fun watch for a fall night in \ No newline at end of file diff --git a/package.json b/package.json index 339fb73..dd37b05 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,8 @@ "@astrojs/sitemap": "3.6.0", "@fontsource-variable/public-sans": "^5.2.7", "@fontsource-variable/source-code-pro": "^5.2.7", - "@types/react": "^19.2.0", - "@types/react-dom": "^19.2.0", + "@types/react": "^19.2.2", + "@types/react-dom": "^19.2.1", "@vercel/og": "^0.6.8", "astro": "5.14.1", "react": "^19.2.0", -- 2.51.0