Update Node dependencies and Memgraph

This commit is contained in:
Maciej Pędzich 2024-09-01 10:35:26 +02:00
parent 7539e93430
commit 4add5754b6
Signed by: maciejpedzich
GPG Key ID: CE4A303D84882F0D
3 changed files with 1419 additions and 519 deletions

View File

@ -25,7 +25,7 @@ services:
depends_on:
- db
db:
image: memgraph/memgraph:2.18.1
image: memgraph/memgraph:2.19.0
container_name: sixdegs-db
hostname: sixdegs-db
networks:

1926
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,14 +10,14 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^8.2.5",
"astro": "^4.4.14",
"neo4j-driver": "^5.18.0"
"@astrojs/node": "^8.3.3",
"astro": "^4.15.1",
"neo4j-driver": "^5.24.0"
},
"devDependencies": {
"@astrojs/check": "^0.5.6",
"@astrojs/check": "^0.9.3",
"@picocss/pico": "^2.0.6",
"typescript": "^5.4.2",
"typescript": "^5.5.4",
"vis-network": "^9.1.9"
}
}