포트변경

This commit is contained in:
2025-12-28 16:00:24 +09:00
parent 2fbb4247d6
commit c79b73fba0
3 changed files with 41 additions and 397 deletions

View File

@@ -11,16 +11,16 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"chart.js": "^4.5.1",
"nuxt": "^3.13.0",
"pg": "^8.11.0",
"vue": "^3.4.0",
"vue-router": "^4.4.0"
"chart.js": "^4.4.7",
"nuxt": "^3.15.4",
"pg": "^8.13.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@types/node": "^20.0.0",
"@types/pg": "^8.11.0",
"typescript": "^5.3.0"
"@nuxt/devtools": "^2.3.1",
"@types/node": "^22.10.5",
"@types/pg": "^8.11.10",
"typescript": "^5.7.2"
}
}