Skip to content

Commit

Permalink
fix: update typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jan 3, 2025
1 parent 755dc0b commit 5e1c0b9
Show file tree
Hide file tree
Showing 4 changed files with 542 additions and 529 deletions.
1 change: 0 additions & 1 deletion knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
],
"ignoreDependencies": [
"@changesets/cli",
"eslint-config-canonical",
"husky"
],
"project": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"packages/*"
],
"scripts": {
"lint": "npm run lint:knip",
"lint:knip": "knip"
"lint:knip": "knip",
"lint": "npm run lint:knip"
},
"dependencies": {
"@changesets/cli": "^2.27.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/slonik-dataloaders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"eslint": "^9.14.0",
"slonik": "^46.2.0",
"typescript": "^5.6.3",
"vitest": "^1.6.0"
"vitest": "^2.1.8"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit 5e1c0b9

Please sign in to comment.