Skip to content

Commit

Permalink
build(deps-dev): bump typescript from 5.1.6 to 5.2.2
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.1.6...v5.2.2)

---
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 Oct 1, 2023
1 parent d4302ce commit 03391a9
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"@changesets/cli": "^2.26.2",
"prettier": "^3.0.0",
"turbo": "^1.10.13",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/_template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@types/node": "^20.5.7",
"tsconfig": "workspace:*",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-monkey": "^3.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/better-steam-rating/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@types/node": "^20.5.7",
"tsconfig": "workspace:*",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-monkey": "^3.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/douban2rarbg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@vitest/coverage-v8": "^0.33.0",
"jsdom": "^22.1.0",
"tsconfig": "workspace:*",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-monkey": "^3.5.0",
"vitest": "^0.34.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/down-git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@types/node": "^20.5.7",
"tsconfig": "workspace:*",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-monkey": "^3.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/exclude-dv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@types/node": "^20.5.7",
"tsconfig": "workspace:*",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-monkey": "^3.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ghproxy-gist-raw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@types/node": "^20.5.7",
"tsconfig": "workspace:*",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-monkey": "^3.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ghproxy-raw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@types/node": "^20.5.7",
"tsconfig": "workspace:*",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-monkey": "^3.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ghproxy-releases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@types/node": "^20.5.7",
"tsconfig": "workspace:*",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-monkey": "^3.5.0"
}
Expand Down
40 changes: 20 additions & 20 deletions pnpm-lock.yaml

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

0 comments on commit 03391a9

Please sign in to comment.