Skip to content

Commit

Permalink
fix: bump non-breaking dependencies to latest (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini authored Dec 11, 2024
1 parent ffd14e9 commit 0f8723c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 25 deletions.
2 changes: 1 addition & 1 deletion packages/common/biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"organizeImports": {
"enabled": true
},
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@types/lodash-es": "4.17.12",
"@types/node": "22.10.2",
"@types/node-notifier": "8.0.5",
"@types/react": "18.3.16",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/uuid": "10.0.0",
"@types/yargs": "17.0.33"
}
Expand Down
38 changes: 16 additions & 22 deletions pnpm-lock.yaml

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

0 comments on commit 0f8723c

Please sign in to comment.