Skip to content

Commit 00998e5

Browse files
committed
Update packages
1 parent 3b40bb8 commit 00998e5

File tree

3 files changed

+978
-999
lines changed

3 files changed

+978
-999
lines changed

next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
/// <reference path="./.next/types/routes.d.ts" />
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,31 +15,31 @@
1515
"author": "Daniel Saewitz",
1616
"license": "MIT",
1717
"dependencies": {
18-
"@date-fns/tz": "^1.2.0",
19-
"@radix-ui/react-popover": "^1.1.14",
18+
"@date-fns/tz": "^1.4.1",
19+
"@radix-ui/react-popover": "^1.1.15",
2020
"@reduxjs/toolkit": "^1.9.5",
21-
"@tanstack/react-query": "^5.74.4",
22-
"@tanstack/react-query-devtools": "^5.74.4",
23-
"@tanstack/react-query-next-experimental": "^5.74.4",
21+
"@tanstack/react-query": "^5.87.4",
22+
"@tanstack/react-query-devtools": "^5.87.4",
23+
"@tanstack/react-query-next-experimental": "^5.87.4",
2424
"@types/react-redux": "^7.1.33",
25-
"@vercel/og": "^0.6.8",
25+
"@vercel/og": "^0.8.5",
2626
"clsx": "^2.1.1",
2727
"date-fns": "^4.1.0",
28-
"framer-motion": "12.7.4",
28+
"framer-motion": "12.23.12",
2929
"isomorphic-fetch": "3.0.0",
30-
"ky": "^1.8.1",
30+
"ky": "^1.10.0",
3131
"ky-universal": "^0.12.0",
32-
"lucide-react": "^0.525.0",
33-
"next": "15.3.4",
32+
"lucide-react": "^0.544.0",
33+
"next": "15.5.3",
3434
"next-redux-wrapper": "8.1.0",
35-
"next-zod-route": "^0.2.5",
36-
"nextjs-toploader": "^3.8.16",
37-
"node-device-detector": "^2.1.0",
38-
"nuqs": "^2.4.3",
39-
"react": "19.1.0",
40-
"react-dom": "19.1.0",
35+
"next-zod-route": "^0.2.6",
36+
"nextjs-toploader": "^3.9.17",
37+
"node-device-detector": "^2.2.4",
38+
"nuqs": "^2.6.0",
39+
"react": "19.1.1",
40+
"react-dom": "19.1.1",
4141
"react-redux": "^8.1.2",
42-
"react-timeago": "^8.2.0",
42+
"react-timeago": "^8.3.0",
4343
"react-use-cookie": "^1.6.1",
4444
"redux": "^4.2.1",
4545
"tailwind-merge": "^3.3.1",
@@ -48,15 +48,15 @@
4848
"zod": "^3.25.67"
4949
},
5050
"devDependencies": {
51-
"@switz/eslint-config": "^12.3.2",
52-
"@tailwindcss/postcss": "^4.1.11",
53-
"@types/node": "^24.0.6",
54-
"@types/react": "19.1.8",
51+
"@switz/eslint-config": "^12.3.3",
52+
"@tailwindcss/postcss": "^4.1.13",
53+
"@types/node": "^24.3.1",
54+
"@types/react": "19.1.12",
5555
"@types/ua-parser-js": "^0.7.39",
56-
"eslint": "^9.30.0",
56+
"eslint": "^9.35.0",
5757
"postcss": "^8.5.6",
58-
"tailwindcss": "^4.1.11",
59-
"typescript": "^5.8.3"
58+
"tailwindcss": "^4.1.13",
59+
"typescript": "^5.9.2"
6060
},
6161
"pnpm": {
6262
"overrides": {

0 commit comments

Comments
 (0)