Skip to content

Commit

Permalink
npm: bump typescript from 5.2.2 to 5.5.4
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.5.4.
- [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.5.4)

---
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 Jul 29, 2024
1 parent 403ef86 commit 22db357
Show file tree
Hide file tree
Showing 26 changed files with 350 additions and 488 deletions.
2 changes: 1 addition & 1 deletion bundestag.io/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"typescript": "^5.4.5"
"typescript": "^5.5.4"
}
}
2 changes: 1 addition & 1 deletion bundestag.io/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"prettier": "3.0.3",
"ts-unused-exports": "10.0.1",
"tsx": "^4.11.0",
"typescript": "5.2.2"
"typescript": "5.5.4"
}
}
2 changes: 1 addition & 1 deletion common/bundestagio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/jsonwebtoken": "^9.0.6",
"ts-unused-exports": "^10.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.4"
},
"dependencies": {
"@democracy-deutschland/bundestag.io-definitions": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion common/democracy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"prepublish": "pnpm build"
},
"devDependencies": {
"typescript": "^5.4.5"
"typescript": "^5.5.4"
},
"dependencies": {
"@democracy-deutschland/bundestag.io-definitions": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion democracy/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"prettier": "3.2.5",
"rimraf": "5.0.7",
"tailwindcss": "3.4.3",
"typescript": "5.3.3"
"typescript": "5.5.4"
},
"license": "ISC"
}
Loading

0 comments on commit 22db357

Please sign in to comment.