Skip to content

Commit

Permalink
Bump typescript from 5.2.2 to 5.3.2
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent bf50de7 commit 2bc3c38
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 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 src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@journeyapps/ts-browser-compat": "github:more-please/ts-browser-compat",
"esbuild": "^0.19.5",
"prettier": "^3.1.0",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"dependencies": {
"client-zip": "^2.4.4"
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"prettier": "^3.1.0",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"unzipit": "^1.4.3",
"vitest": "^0.34.6"
},
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"esbuild": "^0.19.5",
"postcss": "^8.4.31",
"solid-start-node": "^0.3.9",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"vite": "^5.0.0",
"vite-tsconfig-paths": "^4.2.1"
},
Expand Down

0 comments on commit 2bc3c38

Please sign in to comment.