Skip to content

Commit

Permalink
fix(deps): update dependency bun-types to ^1.1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 20, 2024
1 parent a39b7de commit 172740f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tooling/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@local/prettier-config": "workspace:*",
"@local/tsconfig": "workspace:*",
"@types/eslint": "^9.6.1",
"bun-types": "^1.1.28",
"bun-types": "^1.1.29",
"eslint": "^9.10.0",
"eslint-import-resolver-typescript-bun": "^0.0.104",
"eslint-plugin-react-compiler": "^0.0.0-experimental-d0e920e-20240815",
Expand Down
2 changes: 1 addition & 1 deletion tooling/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"clean": "rm -rf .turbo node_modules"
},
"dependencies": {
"bun-types": "^1.1.28"
"bun-types": "^1.1.29"
},
"files": [
"*.json"
Expand Down

0 comments on commit 172740f

Please sign in to comment.