Skip to content

Commit

Permalink
[ui] Upgrade TS to 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hellendag committed Sep 18, 2023
1 parent 5201864 commit 7a7ca4d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
2 changes: 1 addition & 1 deletion js_modules/dagster-ui/packages/app-oss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"eslint-plugin-jest": "^26.4.6",
"eslint-webpack-plugin": "3.1.1",
"prettier": "2.2.1",
"typescript": "5.0.2",
"typescript": "5.2.2",
"webpack": "^5.88.1",
"webpack-bundle-analyzer": "^4.7.0"
},
Expand Down
2 changes: 1 addition & 1 deletion js_modules/dagster-ui/packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"rollup-plugin-polyfill-node": "^0.8.0",
"rollup-plugin-styles": "^4.0.0",
"storybook": "^7.2.0",
"typescript": "5.0.2",
"typescript": "5.2.2",
"webpack": "^5.88.1"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion js_modules/dagster-ui/packages/ui-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"styled-components": "^5.3.3",
"ts-node": "9.1.1",
"ts-prune": "0.10.3",
"typescript": "5.0.2",
"typescript": "5.2.2",
"webpack": "^5.88.1"
},
"resolutions": {
Expand Down
26 changes: 23 additions & 3 deletions js_modules/dagster-ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2300,7 +2300,7 @@ __metadata:
react-router: ^5.2.1
react-router-dom: ^5.3.0
react-router-dom-v5-compat: ^6.3.0
typescript: 5.0.2
typescript: 5.2.2
uuid: ^9.0.0
validator: ^13.7.0
web-vitals: ^2.1.3
Expand Down Expand Up @@ -2480,7 +2480,7 @@ __metadata:
rollup-plugin-polyfill-node: ^0.8.0
rollup-plugin-styles: ^4.0.0
storybook: ^7.2.0
typescript: 5.0.2
typescript: 5.2.2
webpack: ^5.88.1
yaml: 2.2.2
peerDependencies:
Expand Down Expand Up @@ -2616,7 +2616,7 @@ __metadata:
subscriptions-transport-ws: ^0.9.15
ts-node: 9.1.1
ts-prune: 0.10.3
typescript: 5.0.2
typescript: 5.2.2
webpack: ^5.88.1
worker-loader: ^3.0.8
yaml: 2.2.2
Expand Down Expand Up @@ -25430,6 +25430,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.2.2":
version: 5.2.2
resolution: "typescript@npm:5.2.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 7912821dac4d962d315c36800fe387cdc0a6298dba7ec171b350b4a6e988b51d7b8f051317786db1094bd7431d526b648aba7da8236607febb26cf5b871d2d3c
languageName: node
linkType: hard

"typescript@patch:[email protected]#~builtin<compat/typescript>":
version: 4.6.4
resolution: "typescript@patch:typescript@npm%3A4.6.4#~builtin<compat/typescript>::version=4.6.4&hash=5d3a66"
Expand All @@ -25450,6 +25460,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:[email protected]#~builtin<compat/typescript>":
version: 5.2.2
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=d73830"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 07106822b4305de3f22835cbba949a2b35451cad50888759b6818421290ff95d522b38ef7919e70fb381c5fe9c1c643d7dea22c8b31652a717ddbd57b7f4d554
languageName: node
linkType: hard

"ua-parser-js@npm:^1.0.35":
version: 1.0.35
resolution: "ua-parser-js@npm:1.0.35"
Expand Down

0 comments on commit 7a7ca4d

Please sign in to comment.