diff --git a/.serena/project.yml b/.serena/project.yml index 73fa4d9f..3e25580c 100644 --- a/.serena/project.yml +++ b/.serena/project.yml @@ -1,5 +1,3 @@ - - # list of languages for which language servers are started; choose from: # al ansible bash clojure cpp # cpp_ccls crystal csharp csharp_omnisharp dart @@ -27,10 +25,10 @@ # The first language is the default language and the respective language server will be used as a fallback. # Note that when using the JetBrains backend, language servers are not used and this list is correspondingly ignored. languages: -- typescript + - typescript -# the encoding used by text files in the project -# For a list of possible encodings, see https://docs.python.org/3.11/library/codecs.html#standard-encodings + # the encoding used by text files in the project + # For a list of possible encodings, see https://docs.python.org/3.11/library/codecs.html#standard-encodings encoding: 'utf-8' # whether to use project's .gitignore files to ignore files diff --git a/examples/bun/typescript/bun.lockb b/examples/bun/typescript/bun.lockb index 73079187..cc89599a 100755 Binary files a/examples/bun/typescript/bun.lockb and b/examples/bun/typescript/bun.lockb differ diff --git a/examples/bun/typescript/package.json b/examples/bun/typescript/package.json index 31ac858e..3579b3c8 100644 --- a/examples/bun/typescript/package.json +++ b/examples/bun/typescript/package.json @@ -12,6 +12,6 @@ "@types/bun": "^1.3.13" }, "peerDependencies": { - "typescript": "^5.9.3" + "typescript": "^5.9.3 || ^6.0.0" } }