Skip to content

Commit

Permalink
fix(deps): update dependency bun-types to ^1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent d8fef62 commit a121db3
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 73 deletions.
109 changes: 38 additions & 71 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.30",
"bun-types": "^1.2.0",
"eslint": "^9.12.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.30"
"bun-types": "^1.2.0"
},
"files": [
"*.json"
Expand Down

0 comments on commit a121db3

Please sign in to comment.