Skip to content

Commit

Permalink
Bump typescript from 5.5.4 to 5.7.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.7.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
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 Nov 26, 2024
1 parent b563fdc commit d9141eb
Show file tree
Hide file tree
Showing 19 changed files with 369 additions and 369 deletions.
2 changes: 1 addition & 1 deletion apps/desktop-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"lodash": "^4.17.21",
"react": "^18.3.1",
"start-server-and-test": "^2.0.8",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"ts-node": "^10.9.2",
"typedoc": "^0.26.11",
"typedoc-plugin-missing-exports": "^3.0.0",
"typescript": "5.5.4",
"typescript": "5.7.2",
"vite": "^5.4.11",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-node-polyfills": "^0.17.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/embed-iframe-mainnet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"sass": "^1.80.7",
"typescript": "5.5.4",
"typescript": "5.7.2",
"vite": "^5.4.11",
"vite-plugin-node-polyfills": "^0.17.0",
"vite-plugin-sri": "^0.0.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/embed-iframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"sass": "^1.80.7",
"typescript": "5.5.4",
"typescript": "5.7.2",
"vite": "^5.4.11",
"vite-plugin-node-polyfills": "^0.17.0",
"vite-plugin-sri": "^0.0.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"jest": "^29.6.3",
"prettier": "3.3.3",
"react-test-renderer": "18.3.1",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
},
"engines": {
"node": ">=20"
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"storybook": "^8.4.3",
"typescript": "^5.5.4",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-node-polyfills": "^0.17.0",
"vite-plugin-sri": "^0.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"react-redux": "^9.1.2",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
},
"scripts": {
"build": "tsup-node --dts",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
},
"scripts": {
"build": "tsup-node --dts",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
},
"scripts": {
"build": "tsup-node --dts",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-polling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
},
"scripts": {
"build": "tsup-node --dts",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"eslint-plugin-testing-library": "^6.5.0",
"eslint-plugin-tsdoc": "^0.3.0",
"eslint-plugin-unused-imports": "^4.1.4",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"jest": "^29.7.0",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
},
"tsup": {
"entry": [
Expand Down
2 changes: 1 addition & 1 deletion packages/multisig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
},
"scripts": {
"build": "tsup-node --dts",
Expand Down
2 changes: 1 addition & 1 deletion packages/social-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
},
"tsup": {
"dts": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
},
"scripts": {
"build": "tsup-node --dts",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
},
"scripts": {
"build": "tsup-node --dts",
Expand Down
2 changes: 1 addition & 1 deletion packages/tezos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
},
"scripts": {
"build": "tsup-node --dts",
Expand Down
2 changes: 1 addition & 1 deletion packages/tzkt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
},
"scripts": {
"build": "tsup-node --dts",
Expand Down
Loading

0 comments on commit d9141eb

Please sign in to comment.