Skip to content

Commit

Permalink
Merge pull request #1839 from bipuladh/ts-upgrade
Browse files Browse the repository at this point in the history
Upgrade TS minor version
  • Loading branch information
openshift-merge-bot[bot] authored Jan 27, 2025
2 parents 801b226 + 034fd83 commit c3b6807
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"ts-loader": "^9.5.1",
"tsx": "^4.19.2",
"typesafe-actions": "^4.2.1",
"typescript": "^5.6.3",
"typescript": "^5.7.3",
"victory-core": "^37.1.1",
"webpack": "^5.96.1",
"webpack-bundle-analyzer": "^4.10.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@odf-console/shared",
"version": "0.0.0-beta15",
"version": "0.0.0-beta16",
"private": false,
"description": "ODF console shared code.",
"keywords": [
Expand Down Expand Up @@ -49,7 +49,7 @@
"react-tagsinput": "^3.19.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.81.0",
"typescript": "^5.6.3",
"typescript": "^5.7.3",
"victory-core": "^37.1.1",
"yup": "^0.32.11"
},
Expand Down
11 changes: 8 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2022,7 +2022,7 @@
fastq "^1.6.0"

"@odf/shared@file:packages/shared":
version "0.0.0-beta15"
version "0.0.0-beta16"
dependencies:
"@patternfly/patternfly" "5.4.2"
"@patternfly/react-charts" "7.4.5"
Expand Down Expand Up @@ -2053,7 +2053,7 @@
react-tagsinput "^3.19.0"
resolve-url-loader "^5.0.0"
sass "^1.81.0"
typescript "^5.6.3"
typescript "^5.7.3"
victory-core "^37.1.1"
yup "^0.32.11"

Expand Down Expand Up @@ -12922,11 +12922,16 @@ typesafe-actions@^4.2.1:
resolved "https://registry.yarnpkg.com/typesafe-actions/-/typesafe-actions-4.4.2.tgz#8f817c479d12130b5ebb442032968b2a18929e1a"
integrity sha512-QW61P4cOX8dCNmrfpcUMjvU/MF/sFTC8/PlG9215W1gKDzZUBjRGdyYSO6ZcEUNsn491S2VpryJOHSIVSDqJrg==

typescript@^5.0.4, typescript@^5.6.3:
typescript@^5.0.4:
version "5.6.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==

typescript@^5.7.3:
version "5.7.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==

uc.micro@^1.0.1:
version "1.0.6"
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac"
Expand Down

0 comments on commit c3b6807

Please sign in to comment.