Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Creaous committed Nov 13, 2024
1 parent e5c878c commit d7418b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Binary file modified bun.lockb
Binary file not shown.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,36 +14,36 @@
},
"keywords": [],
"dependencies": {
"@aws-sdk/client-s3": "^3.662.0",
"@aws-sdk/lib-storage": "^3.662.0",
"@aws-sdk/client-s3": "^3.689.0",
"@aws-sdk/lib-storage": "^3.689.0",
"@nexirift/plugin-oidc": "^1.0.3",
"@pothos/core": "^4.2.0",
"@pothos/core": "^4.3.0",
"@pothos/plugin-errors": "^4.2.0",
"@pothos/plugin-scope-auth": "^4.1.0",
"@pothos/plugin-validation": "^3.10.2",
"@types/node": "^22.7.4",
"@types/node": "^22.9.0",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2",
"drizzle-kit": "0.24.2",
"drizzle-orm": "^0.33.0",
"gradient-string": "^2.0.2",
"graphql": "^16.9.0",
"graphql-scalars": "^1.23.0",
"graphql-yoga": "^5.7.0",
"graphql-yoga": "^5.10.1",
"mime-types": "^2.1.35",
"pg": "^8.13.0",
"pg": "^8.13.1",
"redis": "^4.7.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@electric-sql/pglite": "^0.2.9",
"@faker-js/faker": "^9.0.3",
"@types/bun": "^1.1.10",
"@electric-sql/pglite": "^0.2.13",
"@faker-js/faker": "^9.2.0",
"@types/bun": "^1.1.13",
"@types/gradient-string": "^1.1.6",
"@types/mime-types": "^2.1.4",
"@types/pg": "^8.11.10",
"pg-mem": "^3.0.2",
"pg-mem": "^3.0.3",
"redis-memory-server": "^0.11.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}

0 comments on commit d7418b9

Please sign in to comment.