aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-12-03 19:42:24 -0500
committerAndrew Lee <andrew@alee14.me>2025-12-03 19:42:24 -0500
commit24d9448693f96cb64a61033d32a5af018470c910 (patch)
treef1c9cd0e7da60d430a435c3f497e2f5644b15b68
parent61f81b04db4140be57be8e5f0b8ff3c1209117e2 (diff)
downloadalure-post-24d9448693f96cb64a61033d32a5af018470c910.tar.gz
alure-post-24d9448693f96cb64a61033d32a5af018470c910.tar.bz2
alure-post-24d9448693f96cb64a61033d32a5af018470c910.zip
update package
-rwxr-xr-xbun.lockbbin164433 -> 164433 bytes
-rw-r--r--package.json4
2 files changed, 2 insertions, 2 deletions
diff --git a/bun.lockb b/bun.lockb
index d57227a..9cca4b4 100755
--- a/bun.lockb
+++ b/bun.lockb
Binary files differ
diff --git a/package.json b/package.json
index 9467757..7e0f290 100644
--- a/package.json
+++ b/package.json
@@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
+ "next": "^15.3.6",
"react": "^19.0.0",
- "react-dom": "^19.0.0",
- "next": "15.3.3"
+ "react-dom": "^19.0.0"
},
"devDependencies": {
"typescript": "^5",