Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.3.2 (#11652)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 21, 2023
1 parent 9d3f0ea commit 5248bdf
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 24 deletions.
8 changes: 4 additions & 4 deletions internal/extension/argocd-extension-docs/ui/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 internal/extension/argocd-extension-docs/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ts-loader": "^9.5.1"
},
"dependencies": {
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion internal/services/backstage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lerna": "^7.4.2",
"node-gyp": "^10.0.1",
"prettier": "^3.1.0",
"typescript": "~5.2.2"
"typescript": "~5.3.2"
},
"resolutions": {
"@types/react": "^18.2.37",
Expand Down
7 changes: 6 additions & 1 deletion internal/services/backstage/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22751,7 +22751,7 @@ typescript-json-schema@^0.62.0:
typescript "~5.1.0"
yargs "^17.1.1"

"typescript@>=3 < 6", typescript@~5.2.2:
"typescript@>=3 < 6":
version "5.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
Expand All @@ -22761,6 +22761,11 @@ typescript@~5.1.0:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==

typescript@~5.3.2:
version "5.3.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.2.tgz#00d1c7c1c46928c5845c1ee8d0cc2791031d4c43"
integrity sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==

uc.micro@^1.0.1, uc.micro@^1.0.5:
version "1.0.6"
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac"
Expand Down
8 changes: 4 additions & 4 deletions internal/services/proxy/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 internal/services/proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"@types/google-protobuf": "3.15.11",
"@types/node": "20.9.3",
"prisma": "5.6.0",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
21 changes: 17 additions & 4 deletions ui/mobile/expo/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 ui/mobile/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"react-test-renderer": "18.2.0",
"ts-jest": "^29.1.1",
"ts-node": "10.9.1",
"typescript": "~5.2.2"
"typescript": "~5.3.2"
}
}
23 changes: 18 additions & 5 deletions ui/nx-monorepo/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 ui/nx-monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"react-wrap-balancer": "^1.1.0",
"tailwindcss": "^3.3.5",
"tailwindcss-logical": "^3.0.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"workspaces": [
"packages/eslint/*",
Expand Down
2 changes: 1 addition & 1 deletion ui/nx-monorepo/packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"sharp": "^0.32.6",
"tailwindcss": "^3.3.5",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack-shell-plugin": "^0.5.0"
},
"nx": {
Expand Down

0 comments on commit 5248bdf

Please sign in to comment.