Skip to content

Commit

Permalink
chore(deps): bump typescript from 5.4.5 to 5.6.2
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.5 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.4.5...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 0bfe6d6 commit 1911489
Show file tree
Hide file tree
Showing 9 changed files with 112 additions and 112 deletions.
2 changes: 1 addition & 1 deletion apps/newnew-performancetool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eslint-config-vujita": "0.0.6-alpha.7",
"postcss": "8.4.38",
"tailwindcss": "3.3.2",
"typescript": "5.4.5",
"typescript": "5.6.2",
"vite": "4.5.3"
}
}
2 changes: 1 addition & 1 deletion apps/vubnguyen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"postcss": "8.4.38",
"rimraf": "5.0.7",
"tailwindcss": "3.3.2",
"typescript": "5.4.5"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"prettier-plugin-sort-json": "3.0.1",
"prettier-plugin-tailwindcss": "0.6.5",
"turbo": "2.0.6",
"typescript": "5.4.5"
"typescript": "5.6.2"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"eslint": "8.45.0",
"eslint-config-vujita": "0.0.6-alpha.7",
"rimraf": "5.0.7",
"typescript": "5.4.5"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"eslint": "8.45.0",
"eslint-config-vujita": "0.0.6-alpha.7",
"rimraf": "5.0.7",
"typescript": "5.4.5"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"eslint": "8.45.0",
"eslint-plugin-react-refresh": "0.4.7",
"typescript": "5.4.5"
"typescript": "5.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"eslint-config-vujita": "0.0.6-alpha.7",
"pg": "8.12.0",
"tsx": "4.16.0",
"typescript": "5.4.5"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/vujita-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"ts-node": "10.9.1",
"tsc-alias": "1.8.10",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "5.4.5"
"typescript": "5.6.2"
},
"peerDependencies": {
"react": "*",
Expand Down
Loading

0 comments on commit 1911489

Please sign in to comment.