Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent b20f70d commit 5c2532a
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 52 deletions.
2 changes: 1 addition & 1 deletion gosub/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"esbuild": "^0.23.1",
"markdown-toc": "^1.2.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"dependencies": {
"client-zip": "^2.4.5"
Expand Down
2 changes: 1 addition & 1 deletion gosub/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"unzipit": "^1.4.3",
"vitest": "^2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion gosub/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"solid-js": "^1.8.22",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"utf64": "workspace:^",
"vitest": "^2.0.5",
"wrangler": "^3.75.0"
Expand Down
93 changes: 47 additions & 46 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 runfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/node": "^22.5.4",
"markdown-toc": "^1.2.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"dependencies": {
"import-meta-resolve": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion utf64/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/node": "^22.5.4",
"markdown-toc": "^1.2.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"vitest": "^2.0.5"
}
}
2 changes: 1 addition & 1 deletion utf64/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"concurrently": "^9.0.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"dependencies": {
"@solidjs/meta": "^0.29.4",
Expand Down

0 comments on commit 5c2532a

Please sign in to comment.