Skip to content

Commit

Permalink
build(deps-dev): bump typescript from 5.7.2 to 5.7.3
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.2 to 5.7.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.7.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent c3ed555 commit ed7936c
Show file tree
Hide file tree
Showing 8 changed files with 207 additions and 207 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.12.0",
"stylelint-config-standard-scss": "^14.0.0",
"ts-jest": "^29.2.5",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
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.11",
"sanity": "^3.69.0",
"styled-components": "^6.1.14",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
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.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
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.10.5",
"barrelsby": "^2.8.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
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.10.5",
"prisma": "^6.2.0",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"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.12.0",
"stylelint-config-standard-scss": "^14.0.0",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
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.10.5",
"tsup": "^8.3.5",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
400 changes: 200 additions & 200 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit ed7936c

Please sign in to comment.