Skip to content

Commit

Permalink
[ui] Upgrade TS to 5.2.2 (#16597)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Bump TS version to match VSCode in OSS.

## How I Tested These Changes

Buildkite
  • Loading branch information
hellendag authored Sep 19, 2023
1 parent 04692d1 commit 2d958cf
Show file tree
Hide file tree
Showing 5 changed files with 139 additions and 122 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
6 changes: 3 additions & 3 deletions js_modules/dagster-ui/packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"prettier": "2.8.1"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-dagster-rules": "link:./rules",
"eslint-plugin-import": "2.26.0",
Expand All @@ -31,6 +31,6 @@
"jest": "^29.4",
"prettier": "2.2.1",
"ts-jest": "^28.0.3",
"typescript": "5.0.2"
"typescript": "5.2.2"
}
}
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
Loading

2 comments on commit 2d958cf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-jjpmpbu9v-elementl.vercel.app

Built with commit 2d958cf.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagit-storybook ready!

✅ Preview
https://dagit-storybook-j90kj7y2p-elementl.vercel.app

Built with commit 2d958cf.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.