Skip to content

Commit

Permalink
up core
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed Sep 11, 2024
1 parent 79c66aa commit 00660ee
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# main

- Improve `pg` bindings.
- Upgrade `@rescript/core` to `1.6.0`.

# 2.5.0

Expand Down
22 changes: 11 additions & 11 deletions 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 packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"yargs": "^17.0.1"
},
"devDependencies": {
"@rescript/core": "1.3.0",
"@rescript/core": "1.6.0",
"@types/debug": "4.1.8",
"@types/fs-extra": "11.0.1",
"@types/glob": "8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"check": "tsc --noEmit"
},
"dependencies": {
"@rescript/core": "1.3.0",
"@rescript/core": "1.6.0",
"expect": "29.6.2",
"pg": "8.11.2",
"pgtyped-rescript": "^2.4.0",
Expand Down

0 comments on commit 00660ee

Please sign in to comment.