Skip to content

Commit

Permalink
chore(deps-dev): bump typescript from 5.7.2 to 5.7.3 (#2893)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 09c05b1 commit 4d6b694
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"stylelint-no-unsupported-browser-features": "^8.0.2",
"stylelint-prettier": "^5.0.2",
"svgo": "^3.3.2",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"vite": "^5.4.11",
"vitest": "^2.1.5",
"vitest-github-actions-reporter": "^0.11.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/circuit-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"react-swipeable": "^7.0.2",
"rollup-plugin-preserve-directives": "^0.4.0",
"temporal-polyfill": "^0.2.5",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.4.11"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"@types/node": "^22.10.7",
"@types/prop-types": "^15.7.13",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin-circuit-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@sumup-oss/design-tokens": "^8.0.0",
"@tsconfig/node18": "^18.2.4",
"@typescript-eslint/rule-tester": "^7.16.1",
"typescript": "^5.6.2"
"typescript": "^5.7.3"
},
"peerDependencies": {
"@sumup-oss/circuit-ui": ">=9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"fast-xml-parser": "^4.5.0",
"prettier": "^3.4.1",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
},
"peerDependencies": {
"react": ">=16.0.0 <19.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-plugin-circuit-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@sumup-oss/design-tokens": "^8.0.0",
"@tsconfig/node18": "^18.2.4",
"jest-preset-stylelint": "^7.1.0",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
},
"peerDependencies": {
"@sumup-oss/design-tokens": ">=8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"@sumup-oss/foundry": "^8.4.1",
"@sumup-oss/stylelint-plugin-circuit-ui": "^3.0.0",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion templates/nextjs/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"jest": "^29.7.0",
"jest-axe": "^9.0.0",
"jest-environment-jsdom": "^29.7.0",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"typescript-plugin-css-modules": "^5.1.0"
}
}
2 changes: 1 addition & 1 deletion templates/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.1",
"eslint-plugin-prettier": "^5.2.1",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"typescript-plugin-css-modules": "^5.1.0"
},
"engines": {
Expand Down

0 comments on commit 4d6b694

Please sign in to comment.