Skip to content

Commit 3ce390e

Browse files
committed
Merge branch '351-migrate-to-typescript' into 'master'
feat: Migrate UI components, assets and utils to Typescript (#351) Closes #351 See merge request postgres-ai/database-lab!589
2 parents 4a6668a + 6b20f97 commit 3ce390e

File tree

210 files changed

+21760
-124319
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+21760
-124319
lines changed

ui/package-lock.json

Lines changed: 0 additions & 65538 deletions
This file was deleted.

ui/packages/ce/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
"version": "1.0.0",
44
"private": true,
55
"dependencies": {
6-
"@craco/craco": "^7.0.0-alpha.7",
7-
"@material-ui/core": "^4.12.3",
6+
"@craco/craco": "^6.4.3",
7+
"@emotion/react": "^11.10.5",
8+
"@emotion/styled": "^11.10.5",
9+
"@material-ui/core": "^4.11.4",
810
"@material-ui/icons": "^4.11.2",
911
"@material-ui/lab": "^4.0.0-alpha.61",
1012
"@material-ui/styles": "^4.11.4",
1113
"@monaco-editor/react": "^4.4.5",
14+
"@mui/material": "^5.10.12",
1215
"@postgres.ai/shared": "link:../shared",
1316
"@types/node": "^12.20.33",
1417
"@types/react": "^17.0.30",
@@ -30,8 +33,8 @@
3033
"react": "^17.0.2",
3134
"react-countdown-hook": "^1.1.0",
3235
"react-dom": "^17.0.2",
33-
"react-router": "^5.2.1",
34-
"react-router-dom": "^5.3.0",
36+
"react-router": "^5.1.2",
37+
"react-router-dom": "^5.1.2",
3538
"react-scripts": "^5.0.0",
3639
"stream-browserify": "^3.0.0",
3740
"typescript": "^4.4.4",

ui/packages/platform/.eslintrc

Lines changed: 5 additions & 321 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)