aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-03-30 17:51:55 -0400
committerAndrew Lee <andrew@alee14.me>2025-03-30 17:51:55 -0400
commit49cc420662e2873516ede1fff0e9fc7d84680d31 (patch)
tree776e2cb6e338e61b8c354f74b841d840e2e6645b /web
parent48d906bfd8fade21c13e73ea703ecb699a19c533 (diff)
downloadAleeBot-49cc420662e2873516ede1fff0e9fc7d84680d31.tar.gz
AleeBot-49cc420662e2873516ede1fff0e9fc7d84680d31.tar.bz2
AleeBot-49cc420662e2873516ede1fff0e9fc7d84680d31.zip
Updated packages
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"
}
}