Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2023
1 parent 07951c1 commit a522611
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@
"license": "Apache-2.0",
"dependencies": {
"@libsql/client": "0.3.5",
"@neondatabase/serverless": "^0.6.0",
"@neondatabase/serverless": "0.6.0",
"@planetscale/database": "1.11.0",
"@prisma/adapter-libsql": "workspace:*",
"@prisma/adapter-neon": "workspace:*",
"@prisma/adapter-pg": "workspace:*",
"@prisma/adapter-planetscale": "workspace:*",
"@prisma/driver-adapter-utils": "workspace:*",
"@types/pg": "^8.10.2",
"pg": "^8.11.3",
"undici": "^5.26.5",
"ws": "^8.14.2"
"@types/pg": "8.10.2",
"pg": "8.11.3",
"undici": "5.26.5",
"ws": "8.14.2"
},
"devDependencies": {
"@types/node": "^20.5.1",
"tsup": "^7.2.0",
"@types/node": "20.5.1",
"tsup": "7.2.0",
"typescript": "5.2.2"
}
}
4 changes: 2 additions & 2 deletions query-engine/driver-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"keywords": [],
"author": "",
"devDependencies": {
"@types/node": "^20.5.1",
"tsup": "^7.2.0",
"@types/node": "20.8.10",
"tsup": "7.2.0",
"typescript": "5.2.2",
"esbuild": "0.19.5",
"esbuild-register": "3.5.0"
Expand Down
7 changes: 1 addition & 6 deletions query-engine/query-engine-wasm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion query-engine/query-engine-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"main": "./example.js",
"dependencies": {
"@neondatabase/serverless": "^0.6.0",
"@neondatabase/serverless": "0.6.0",
"@prisma/adapter-neon": "5.4.1",
"@prisma/driver-adapter-utils": "5.4.1"
}
Expand Down

0 comments on commit a522611

Please sign in to comment.