Skip to content

Commit faee906

Browse files
committed
Upgrades
1 parent 0434da3 commit faee906

File tree

4 files changed

+518
-418
lines changed

4 files changed

+518
-418
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,44 +14,44 @@
1414
"author": "Daniel Saewitz",
1515
"license": "MIT",
1616
"dependencies": {
17-
"@floating-ui/react": "^0.26.13",
17+
"@floating-ui/react": "^0.27.6",
1818
"@reduxjs/toolkit": "^1.9.5",
19-
"@tanstack/react-query": "^5.35.1",
20-
"@tanstack/react-query-devtools": "^5.35.1",
21-
"@tanstack/react-query-next-experimental": "^5.35.1",
19+
"@tanstack/react-query": "^5.72.0",
20+
"@tanstack/react-query-devtools": "^5.72.0",
21+
"@tanstack/react-query-next-experimental": "^5.72.0",
2222
"@types/react-redux": "^7.1.33",
23-
"@vercel/og": "^0.6.5",
23+
"@vercel/og": "^0.6.8",
2424
"clsx": "^2.1.1",
25-
"framer-motion": "12.0.0-alpha.1",
25+
"framer-motion": "12.6.3",
2626
"isomorphic-fetch": "3.0.0",
27-
"ky": "^1.2.4",
27+
"ky": "^1.8.0",
2828
"ky-universal": "^0.12.0",
29-
"lucide-react": "^0.485.0",
29+
"lucide-react": "^0.487.0",
3030
"next": "15.2.4",
3131
"next-redux-wrapper": "8.1.0",
3232
"next-zod-route": "^0.2.5",
33-
"nextjs-toploader": "^3.7.15",
33+
"nextjs-toploader": "^3.8.16",
3434
"node-device-detector": "^2.1.0",
3535
"react": "19.0.0",
3636
"react-dom": "19.0.0",
3737
"react-redux": "^8.1.2",
3838
"react-timeago": "^7.2.0",
3939
"redux": "^4.2.1",
40-
"tailwind-merge": "^2.3.0",
40+
"tailwind-merge": "^3.2.0",
4141
"thenby": "^1.3.4",
4242
"ua-parser-js": "^1.0.37",
4343
"zod": "^3.24.2"
4444
},
4545
"devDependencies": {
46-
"@switz/eslint-config": "^12.1.0",
47-
"@tailwindcss/postcss": "^4.0.17",
48-
"@types/node": "^20.12.10",
49-
"@types/react": "19.0.12",
46+
"@switz/eslint-config": "^12.3.0",
47+
"@tailwindcss/postcss": "^4.1.3",
48+
"@types/node": "^22.14.0",
49+
"@types/react": "19.1.0",
5050
"@types/ua-parser-js": "^0.7.39",
5151
"eslint": "^9.24.0",
5252
"postcss": "^8.4.38",
53-
"tailwindcss": "^4.0.17",
54-
"typescript": "^5.4.5"
53+
"tailwindcss": "^4.1.3",
54+
"typescript": "^5.8.3"
5555
},
5656
"pnpm": {
5757
"overrides": {

0 commit comments

Comments
 (0)