Skip to content

Commit 44a6c60

Browse files
author
Seto Elkahfi
committed
update dependencies
1 parent 85c7c46 commit 44a6c60

4 files changed

Lines changed: 188 additions & 186 deletions

File tree

.smb/config.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
name = 'Hagersten Street Cut'
1+
name = "hagerstenstreetcut"
2+
description = "hejhejhej"
23

3-
[repository]
4-
name = 'hagerstenstreetcut'
4+
[project]
5+
id = 2
6+
name = "hagerstenstreetcut"
7+
repository = "hagerstenstreetcut"
8+
description = "hejhejhej"
9+
created_at = "2025-05-29T16:10:57.481Z"
10+
updated_at = "2025-05-29T16:10:57.481Z"

.smb/deploy.sh

Lines changed: 0 additions & 22 deletions
This file was deleted.

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,29 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@radix-ui/react-avatar": "^1.0.4",
13-
"@radix-ui/react-icons": "^1.3.0",
14-
"@radix-ui/react-separator": "^1.0.3",
12+
"@radix-ui/react-avatar": "^1.1.10",
13+
"@radix-ui/react-icons": "^1.3.2",
14+
"@radix-ui/react-separator": "^1.1.7",
1515
"@types/ms": "^0.7.34",
16-
"ai": "^2.2.35",
17-
"class-variance-authority": "^0.7.0",
18-
"clsx": "^2.1.0",
16+
"ai": "^2.2.37",
17+
"class-variance-authority": "^0.7.1",
18+
"clsx": "^2.1.1",
1919
"lucide-react": "^0.331.0",
2020
"ms": "^2.1.3",
2121
"next": "14.1.0",
22-
"openai": "^4.28.0",
23-
"react": "^18",
24-
"react-dom": "^18",
25-
"tailwind-merge": "^2.2.1",
22+
"openai": "^4.104.0",
23+
"react": "^18.3.1",
24+
"react-dom": "^18.3.1",
25+
"tailwind-merge": "^2.6.0",
2626
"tailwindcss-animate": "^1.0.7"
2727
},
2828
"devDependencies": {
29-
"@types/node": "^20",
30-
"@types/react": "^18",
31-
"@types/react-dom": "^18",
32-
"autoprefixer": "^10.0.1",
33-
"postcss": "^8",
34-
"tailwindcss": "^3.3.0",
35-
"typescript": "^5"
29+
"@types/node": "^20.17.57",
30+
"@types/react": "^18.3.23",
31+
"@types/react-dom": "^18.3.7",
32+
"autoprefixer": "^10.4.21",
33+
"postcss": "^8.5.4",
34+
"tailwindcss": "^3.4.17",
35+
"typescript": "^5.8.3"
3636
}
3737
}

0 commit comments

Comments
 (0)