Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSintimbrean committed Nov 2, 2023
1 parent 54e919c commit 7f9ca9c
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 104 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "20.7.0",
"@types/ws": "^8.5.6",
"@types/node": "20.8.10",
"@types/ws": "^8.5.8",
"cross-env": "7.0.3",
"prettier": "^3.0.3",
"prisma": "^5.3.1",
"prisma": "^5.5.2",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"tsconfig-paths": "^4.2.0",
"tsup": "^7.2.0"
},
"dependencies": {
"@graphql-tools/schema": "^10.0.0",
"@pothos/core": "^3.37.0",
"@pothos/plugin-prisma": "^3.60.0",
"@pothos/core": "^3.38.0",
"@pothos/plugin-prisma": "^3.61.0",
"@pothos/plugin-relay": "^3.44.0",
"@prisma/client": "^5.3.1",
"@prisma/client": "^5.5.2",
"graphql": "^16.8.1",
"graphql-scalars": "^1.22.2",
"graphql-yoga": "4.0.4",
"graphql-scalars": "^1.22.4",
"graphql-yoga": "5.0.0",
"typescript": "5.2.2",
"viem": "^1.12.2"
"viem": "^1.18.3"
}
}
Loading

0 comments on commit 7f9ca9c

Please sign in to comment.