Skip to content

Commit

Permalink
Release edgedb 1.5.10 (#1082)
Browse files Browse the repository at this point in the history
A little extra churn in `package.json` from running yarn to update the
version field, which had the side effect of rearranging the
dependencies.
  • Loading branch information
scotttrinh authored Aug 22, 2024
1 parent 8aa49d9 commit 3da65a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edgedb",
"version": "1.5.9",
"version": "1.5.10",
"description": "The official Node.js client library for EdgeDB",
"homepage": "https://edgedb.com/docs",
"author": "EdgeDB <[email protected]>",
Expand All @@ -26,6 +26,7 @@
},
"devDependencies": {
"@js-temporal/polyfill": "0.4.3",
"@repo/tsconfig": "*",
"@types/jest": "^29.5.12",
"@types/semver": "^7.5.8",
"@types/shell-quote": "^1.7.5",
Expand All @@ -37,8 +38,7 @@
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "29.1.4",
"tsx": "^4.11.0",
"typescript": "^5.5.2",
"@repo/tsconfig": "*"
"typescript": "^5.5.2"
},
"scripts": {
"typecheck": "tsc --project tsconfig.json --noEmit",
Expand Down

0 comments on commit 3da65a7

Please sign in to comment.