Skip to content

Commit

Permalink
Bump typescript from 4.9.5 to 5.4.5
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v4.9.5...v5.4.5)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent ea4e133 commit c091a10
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 114 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@docusaurus/module-type-aliases": "3.3.2",
"@docusaurus/tsconfig": "3.3.2",
"@docusaurus/types": "3.3.2",
"typescript": "~5.2.2"
"typescript": "~5.4.5"
},
"browserslist": {
"production": [
Expand Down
113 changes: 8 additions & 105 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion plugins/anthropic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"npm-run-all": "^4.1.5",
"tsup": "^8.0.2",
"tsx": "^4.10.5",
"typescript": "^4.9.5"
"typescript": "^5.4.5"
},
"types": "./lib/index.d.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/azure-openai/package-lock.json

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

2 changes: 1 addition & 1 deletion plugins/azure-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"npm-run-all": "^4.1.5",
"tsup": "^8.0.2",
"tsx": "^4.7.0",
"typescript": "^4.9.5"
"typescript": "^5.4.5"
},
"types": "./lib/index.d.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/cohere/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"npm-run-all": "^4.1.5",
"tsup": "^8.0.2",
"tsx": "^4.7.0",
"typescript": "^4.9.5"
"typescript": "^5.4.5"
},
"types": "./lib/index.d.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/convex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"npm-run-all": "^4.1.5",
"tsup": "^8.0.2",
"tsx": "^4.7.0",
"typescript": "^4.9.0"
"typescript": "^5.4.5"
},
"types": "./lib/index.d.ts",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/groq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"npm-run-all": "^4.1.5",
"tsup": "^8.0.2",
"tsx": "^4.7.0",
"typescript": "^4.9.5"
"typescript": "^5.4.5"
},
"types": "./lib/index.d.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/mistral/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"npm-run-all": "^4.1.5",
"tsup": "^8.0.2",
"tsx": "^4.7.0",
"typescript": "^4.9.5"
"typescript": "^5.4.5"
},
"types": "./lib/index.d.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"npm-run-all": "^4.1.5",
"tsup": "^8.0.2",
"tsx": "^4.10.5",
"typescript": "^4.9.5"
"typescript": "^5.4.5"
},
"types": "./lib/index.d.ts",
"exports": {
Expand Down

0 comments on commit c091a10

Please sign in to comment.