fix dependencies (#9)

This commit is contained in:
Alice 2023-05-11 20:49:34 +01:00 committed by GitHub
parent fac68c3250
commit f9ccf112e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 189 additions and 214 deletions

View File

@ -11,18 +11,20 @@
}, },
"dependencies": { "dependencies": {
"@atproto/did-resolver": "^0.1.0", "@atproto/did-resolver": "^0.1.0",
"@atproto/lexicon": "^0.1.0",
"@atproto/repo": "^0.1.0", "@atproto/repo": "^0.1.0",
"@atproto/uri": "^0.0.2", "@atproto/uri": "^0.0.2",
"@atproto/xrpc-server": "^0.2.0", "@atproto/xrpc-server": "^0.2.0",
"better-sqlite3": "^8.3.0", "better-sqlite3": "^8.3.0",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"express": "^4.18.2", "express": "^4.18.2",
"kysely": "^0.22.0" "kysely": "^0.22.0",
"multiformats": "^9.9.0"
}, },
"devDependencies": { "devDependencies": {
"@types/better-sqlite3": "^7.6.4", "@types/better-sqlite3": "^7.6.4",
"@types/express": "^4.17.17", "@types/express": "^4.17.17",
"@types/node": "^20.1.1", "@types/node": "^20.1.2",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^5.0.4" "typescript": "^5.0.4"
} }

397
yarn.lock

File diff suppressed because it is too large Load Diff