Skip to content

Commit

Permalink
Merge branch 'main' into one-noop
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan authored Mar 25, 2024
2 parents 1378fd6 + 97c1699 commit 6da8d06
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@types/varint": "^6.0.1",
"@types/yauzl-promise": "^4.0.0",
"bitfield": "^4.1.0",
"brittle": "^3.2.1",
"brittle": "^3.5.0",
"cpy": "^10.1.0",
"cpy-cli": "^5.0.0",
"drizzle-kit": "^0.19.12",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"noImplicitThis": true,
"strictNullChecks": true,
"strictBindCallApply": true,
"strictFunctionTypes": true,
"strictPropertyInitialization": true,
"useUnknownInCatchVariables": true,
"allowSyntheticDefaultImports": true,
Expand Down

0 comments on commit 6da8d06

Please sign in to comment.