Skip to content

Commit

Permalink
build(deps-dev): 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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 44fb776 commit 96a76dd
Show file tree
Hide file tree
Showing 8 changed files with 179 additions and 179 deletions.
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
"stylelint": "^16.9.0",
"stylelint-config-standard-scss": "^13.1.0",
"ts-jest": "^29.2.5",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion apps/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"@types/react": "18.3.5",
"sanity": "^3.57.1",
"styled-components": "^6.1.13",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@types/node": "^22.5.4",
"barrelsby": "^2.8.1",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/node": "^22.5.4",
"prisma": "^5.19.1",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"prisma": {
"schema": "./prisma/schema.prisma"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"stylelint": "^16.9.0",
"stylelint-config-standard-scss": "^13.1.0",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@kduprey/tsconfig": "workspace:*",
"@types/node": "^22.5.4",
"tsup": "^8.2.4",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
344 changes: 172 additions & 172 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 96a76dd

Please sign in to comment.