aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/bun.lockbbin151013 -> 151312 bytes
-rw-r--r--web/package.json16
2 files changed, 8 insertions, 8 deletions
diff --git a/web/bun.lockb b/web/bun.lockb
index adc0d02..26258e7 100644
--- a/web/bun.lockb
+++ b/web/bun.lockb
Binary files differ
diff --git a/web/package.json b/web/package.json
index 8200a8d..db0ef5a 100644
--- a/web/package.json
+++ b/web/package.json
@@ -9,15 +9,15 @@
"lint": "next lint"
},
"dependencies": {
- "next": "^15.2.3",
- "react": "^19.0.0",
- "react-dom": "^19.0.0"
+ "next": "^15.2.4",
+ "react": "^19.1.0",
+ "react-dom": "^19.1.0"
},
"devDependencies": {
- "@eslint/eslintrc": "^3",
- "@tailwindcss/postcss": "^4.0.15",
- "eslint": "^9",
- "eslint-config-next": "15.2.3",
- "tailwindcss": "^4.0.15"
+ "@eslint/eslintrc": "^3.3.1",
+ "@tailwindcss/postcss": "^4.0.17",
+ "eslint": "^9.23.0",
+ "eslint-config-next": "^15.2.4",
+ "tailwindcss": "^4.0.17"
}
}