Skip to content

Commit 3ae4d31

Browse files
chore(deps-dev): bump typescript from 4.9.5 to 5.8.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.8.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6232ef6 commit 3ae4d31

File tree

6 files changed

+32
-80
lines changed

6 files changed

+32
-80
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@docusaurus/module-type-aliases": "3.3.2",
3030
"@docusaurus/tsconfig": "3.3.2",
3131
"@docusaurus/types": "3.6.3",
32-
"typescript": "~5.2.2"
32+
"typescript": "~5.8.3"
3333
},
3434
"browserslist": {
3535
"production": [

package-lock.json

Lines changed: 27 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/azure-openai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"npm-run-all": "^4.1.5",
3535
"tsup": "^8.0.2",
3636
"tsx": "^4.7.0",
37-
"typescript": "^4.9.5"
37+
"typescript": "^5.8.3"
3838
},
3939
"types": "./lib/index.d.ts",
4040
"exports": {

plugins/convex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"npm-run-all": "^4.1.5",
3939
"tsup": "^8.0.2",
4040
"tsx": "^4.7.0",
41-
"typescript": "^4.9.0"
41+
"typescript": "^5.8.3"
4242
},
4343
"types": "./lib/index.d.ts",
4444
"publishConfig": {

plugins/groq/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"rimraf": "^6.0.1",
3838
"tsup": "^8.0.2",
3939
"tsx": "^4.7.0",
40-
"typescript": "^4.9.5"
40+
"typescript": "^5.8.3"
4141
},
4242
"types": "./lib/index.d.ts",
4343
"exports": {

plugins/mistral/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"npm-run-all": "^4.1.5",
3131
"tsup": "^8.0.2",
3232
"tsx": "^4.7.0",
33-
"typescript": "^4.9.5"
33+
"typescript": "^5.8.3"
3434
},
3535
"types": "./lib/index.d.ts",
3636
"exports": {

0 commit comments

Comments
 (0)