Compare commits

..

4 Commits

3 changed files with 757 additions and 660 deletions

View File

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

1409
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,11 +11,11 @@
},
"dependencies": {
"@astrojs/node": "^8.3.4",
"astro": "^4.16.6",
"neo4j-driver": "^5.24.0"
"astro": "^4.16.8",
"neo4j-driver": "^5.26.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/check": "^0.9.4",
"@picocss/pico": "^2.0.6",
"typescript": "^5.5.4",
"vis-network": "^9.1.9"