Skip to content

Commit

Permalink
Merge pull request #19 from authts/up-deps
Browse files Browse the repository at this point in the history
up deps
  • Loading branch information
zach-betz-hln authored Oct 21, 2024
2 parents 22b09c7 + 4945605 commit da6f8c8
Show file tree
Hide file tree
Showing 6 changed files with 349 additions and 363 deletions.
2 changes: 1 addition & 1 deletion api/biome.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.1/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"files": {
"ignore": ["dist"]
},
Expand Down
131 changes: 74 additions & 57 deletions api/package-lock.json

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

10 changes: 5 additions & 5 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"check": "biome check --write --unsafe ."
},
"dependencies": {
"express": "^4.21.0",
"jose": "^5.9.2"
"express": "^4.21.1",
"jose": "^5.9.6"
},
"devDependencies": {
"@biomejs/biome": "^1.9.1",
"@biomejs/biome": "^1.9.4",
"@tsconfig/node20": "^20.1.4",
"@types/express": "^4.17.21",
"@types/node": "^20.16.5",
"@types/node": "^20.16.13",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion react/biome.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.1/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"files": {
"ignore": ["dist"]
},
Expand Down
Loading

0 comments on commit da6f8c8

Please sign in to comment.