Skip to content

Commit

Permalink
Bump @mui/toolpad to v0.1.27 (#2643)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 6, 2023
1 parent a2c5d18 commit 95b5dd3
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/basic-crud-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"start": "toolpad start"
},
"dependencies": {
"@mui/toolpad": "0.1.26"
"@mui/toolpad": "0.1.27"
}
}
2 changes: 1 addition & 1 deletion examples/custom-datagrid-column/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"start": "toolpad start"
},
"dependencies": {
"@mui/toolpad": "0.1.26"
"@mui/toolpad": "0.1.27"
}
}
2 changes: 1 addition & 1 deletion examples/datagrid-columns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"start": "toolpad start"
},
"dependencies": {
"@mui/toolpad": "0.1.26"
"@mui/toolpad": "0.1.27"
}
}
2 changes: 1 addition & 1 deletion examples/dog-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"start": "toolpad start"
},
"dependencies": {
"@mui/toolpad": "0.1.26"
"@mui/toolpad": "0.1.27"
}
}
2 changes: 1 addition & 1 deletion examples/google-sheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "toolpad start"
},
"dependencies": {
"@mui/toolpad": "0.1.26",
"@mui/toolpad": "0.1.27",
"googleapis": "126.0.1"
}
}
2 changes: 1 addition & 1 deletion examples/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "toolpad start"
},
"dependencies": {
"@mui/toolpad": "0.1.26",
"@mui/toolpad": "0.1.27",
"graphql": "16.8.0",
"graphql-request": "6.1.0",
"graphql-tag": "2.12.6"
Expand Down
2 changes: 1 addition & 1 deletion examples/npm-stats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "NODE_OPTIONS='--max-old-space-size=396' toolpad start"
},
"dependencies": {
"@mui/toolpad": "0.1.26",
"@mui/toolpad": "0.1.27",
"recharts": "2.8.0"
}
}
2 changes: 1 addition & 1 deletion examples/qr-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "toolpad start"
},
"dependencies": {
"@mui/toolpad": "0.1.26",
"@mui/toolpad": "0.1.27",
"qrcode": "^1.5.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/stripe-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "toolpad start"
},
"dependencies": {
"@mui/toolpad": "^0.1.26",
"@mui/toolpad": "^0.1.27",
"child_process": "^1.0.2",
"fs": "^0.0.1-security",
"path": "^0.12.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"prisma": "prisma"
},
"dependencies": {
"@mui/toolpad": "0.1.26",
"@mui/toolpad": "0.1.27",
"@prisma/client": "5.2.0",
"qrcode": "^1.5.3"
},
Expand Down

0 comments on commit 95b5dd3

Please sign in to comment.