Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade toolpad #93

Merged
merged 1 commit into from
Apr 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tools-public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"start": "toolpad start"
},
"dependencies": {
"@mui/toolpad": "^0.1.0",
"@mui/toolpad-core": "^0.1.0",
"@mui/toolpad": "^0.1.2",
"@mui/toolpad-core": "^0.1.2",
"axios": "^1.3.4",
"graphql": "^16.6.0",
"graphql-request": "^5.2.0",
Expand All @@ -20,6 +20,6 @@
"node": "^16.17.0"
},
"devDependencies": {
"@types/node": "^18.15.5"
"@types/node": "^18.15.11"
}
}
24 changes: 24 additions & 0 deletions tools-public/toolpad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ nodes:
value:
- - repository
- mui-x
display:
type: const
value: standalone
id: lo33hck
type: page
parentId: 9q8eshxx
Expand Down Expand Up @@ -241,6 +244,9 @@ nodes:
title:
type: const
value: overdueRatio
display:
type: const
value: standalone
id: 8n03iat
type: page
parentId: 9q8eshxx
Expand Down Expand Up @@ -343,6 +349,9 @@ nodes:
value:
- - repository
- mui-x
display:
type: const
value: standalone
id: fn03hvq
type: page
parentId: 9q8eshxx
Expand Down Expand Up @@ -458,6 +467,9 @@ nodes:
title:
type: const
value: page
display:
type: const
value: standalone
id: bse3h9c
type: page
parentId: 9q8eshxx
Expand Down Expand Up @@ -543,6 +555,9 @@ nodes:
value:
- - repository
- material-ui
display:
type: const
value: standalone
id: 39j3h6b
type: page
parentId: 9q8eshxx
Expand Down Expand Up @@ -634,6 +649,9 @@ nodes:
value:
- - repoId
- "23083156"
display:
type: const
value: standalone
id: 9ou3hb2
type: page
parentId: 9q8eshxx
Expand Down Expand Up @@ -764,6 +782,9 @@ nodes:
value:
- - repoId
- "23083156"
display:
type: const
value: standalone
id: fo163htb
type: page
parentId: 9q8eshxx
Expand Down Expand Up @@ -891,6 +912,9 @@ nodes:
value:
- - repository
- material-ui
display:
type: const
value: standalone
id: hj1i3hqe
type: page
parentId: 9q8eshxx
Expand Down
Loading