Skip to content

Commit

Permalink
chore(deps): bump typescript from 5.2.2 to 5.4.5
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.2.2...v5.4.5)

---
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 Jun 12, 2024
1 parent 17a234f commit 5d813d7
Show file tree
Hide file tree
Showing 8 changed files with 223 additions and 501 deletions.
2 changes: 1 addition & 1 deletion apps/admin-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.6",
"typescript": "5.2.2",
"typescript": "5.4.5",
"zod": "^3.22.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/consent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"eslint-config-next": "14.1.1",
"postcss": "8.4.38",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"jest-environment-jsdom": "^29.7.0",
"postcss": "8.4.38",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion apps/pay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"react-dev-utils": "^12.0.1",
"tailwindcss": "^3.4.1",
"ts-pnp": "1.2.0",
"typescript": "5.2.2"
"typescript": "5.4.5"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion apps/voucher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"tailwind-merge": "^2.1.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
"typescript": "^5.4.5"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion lib/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion lib/galoy-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"style-loader": "^3.3.3",
"tailwindcss": "3.4.1",
"ts-loader": "^9.5.1",
"typescript": "^5.3.2",
"typescript": "^5.4.5",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
Loading

0 comments on commit 5d813d7

Please sign in to comment.