Skip to content

Commit 2f79175

Browse files
chore(deps): update dependency @types/bun to ^1.3.8 (#123)
* chore(deps): update dependency @types/bun to ^1.3.8 * [autofix.ci] apply automated fixes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 5c8eb41 commit 2f79175

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.serena/project.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
# The first language is the default language and the respective language server will be used as a fallback.
1515
# Note that when using the JetBrains backend, language servers are not used and this list is correspondingly ignored.
1616
languages:
17-
- typescript
17+
- typescript
1818

19-
# the encoding used by text files in the project
20-
# For a list of possible encodings, see https://docs.python.org/3.11/library/codecs.html#standard-encodings
19+
# the encoding used by text files in the project
20+
# For a list of possible encodings, see https://docs.python.org/3.11/library/codecs.html#standard-encodings
2121
encoding: 'utf-8'
2222

2323
# whether to use the project's gitignore file to ignore files

examples/bun/typescript/bun.lockb

0 Bytes
Binary file not shown.

examples/bun/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"poolifier-web-worker": "^0.5.15"
1010
},
1111
"devDependencies": {
12-
"@types/bun": "^1.3.7"
12+
"@types/bun": "^1.3.8"
1313
},
1414
"peerDependencies": {
1515
"typescript": "^5.9.3"

0 commit comments

Comments
 (0)