Compare commits

..

No commits in common. "cf6496e7a1f3054409d6966796ccdffad3fbe4b0" and "c4ba308e8bee2a9be9cf87f4e70f511e6671ee83" have entirely different histories.

3 changed files with 661 additions and 758 deletions

View File

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

1411
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.8",
"neo4j-driver": "^5.26.0"
"astro": "^4.16.6",
"neo4j-driver": "^5.24.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/check": "^0.9.3",
"@picocss/pico": "^2.0.6",
"typescript": "^5.5.4",
"vis-network": "^9.1.9"