Modernize stack (React 19, Vite, Node 24) and add map preview features
This commit is contained in:
@@ -9,13 +9,13 @@
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"cors": "^2.8.5",
|
||||
"pg": "^8.11.3",
|
||||
"dotenv": "^16.3.1"
|
||||
"express": "^5.2.1",
|
||||
"cors": "^2.8.6",
|
||||
"pg": "^8.20.0",
|
||||
"dotenv": "^17.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.0.1",
|
||||
"jest": "^29.7.0"
|
||||
"nodemon": "^3.1.14",
|
||||
"jest": "^30.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user