Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed May 13, 2024
1 parent 6dc4524 commit 245a93c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 32 deletions.
40 changes: 12 additions & 28 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions packages/slonik-dataloaders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"description": "Utilities for creating DataLoaders using Slonik.",
"devDependencies": {
"@slonik/types": "^44.0.0",
"@slonik/types": "^45.0.0",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
"slonik": "^44.0.0",
"slonik": "^45.0.0",
"typescript": "^4.5.3",
"vitest": "^1.6.0"
},
Expand All @@ -30,7 +30,7 @@
"main": "./dist/index.js",
"name": "@slonik/dataloaders",
"peerDependencies": {
"slonik": ">=44.0.0"
"slonik": ">=45.0.0"
},
"repository": {
"type": "git",
Expand All @@ -42,5 +42,5 @@
"test": "npx vitest run"
},
"typings": "./dist/index.d.ts",
"version": "44.0.0"
"version": "45.0.0"
}

0 comments on commit 245a93c

Please sign in to comment.