Skip to content

Commit 3b6f257

Browse files
build: update package.json packages
1 parent a719205 commit 3b6f257

File tree

2 files changed

+89
-89
lines changed

2 files changed

+89
-89
lines changed

web/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
"build": "tsc && vite build"
99
},
1010
"devDependencies": {
11-
"@types/node": "^20.5.4",
11+
"@types/node": "^20.6.0",
12+
"@types/toastify-js": "^1.12.1",
1213
"autoprefixer": "^10.4.15",
13-
"daisyui": "^3.6.1",
14-
"postcss": "^8.4.28",
14+
"daisyui": "^3.7.4",
15+
"postcss": "^8.4.29",
1516
"tailwindcss": "^3.3.3",
16-
"typescript": "^5.0.2",
17-
"vite": "^4.4.5",
17+
"typescript": "^5.2.2",
18+
"vite": "^4.4.9",
1819
"vite-plugin-full-reload": "^1.0.5"
1920
},
2021
"dependencies": {
2122
"@shoelace-style/shoelace": "^2.8.0",
22-
"@types/toastify-js": "^1.12.0",
23-
"htmx.org": "^1.9.4",
23+
"htmx.org": "^1.9.5",
2424
"toastify-js": "^1.12.0"
2525
}
2626
}

0 commit comments

Comments
 (0)