diff --git a/bun.lockb b/bun.lockb index e9bdf7f..9d94ced 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index b1a54be..b66988e 100644 --- a/package.json +++ b/package.json @@ -16,14 +16,14 @@ "@remix-run/node": "2.15.0", "@remix-run/react": "2.15.0", "http-server": "14.1.1", - "react": "18.3.1", - "react-dom": "18.3.1" + "react": "19.0.0", + "react-dom": "19.0.0" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@remix-run/dev": "2.15.0", - "@types/react": "18.3.14", - "@types/react-dom": "18.3.2", + "@types/react": "19.0.0", + "@types/react-dom": "19.0.0", "lefthook": "1.9.0", "typescript": "5.7.2", "vite": "5.4.11",