Skip to content

Commit

Permalink
Bump @mui/toolpad to v0.1.33 (#2816)
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 Oct 19, 2023
1 parent 9e6710a commit 71870ad
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 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.32"
"@mui/toolpad": "0.1.33"
}
}
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.32"
"@mui/toolpad": "0.1.33"
}
}
2 changes: 1 addition & 1 deletion examples/custom-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "node index.mjs"
},
"dependencies": {
"@mui/toolpad": "0.1.32",
"@mui/toolpad": "0.1.33",
"express": "4.18.2"
},
"devDependencies": {}
Expand Down
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.32"
"@mui/toolpad": "0.1.33"
}
}
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.32"
"@mui/toolpad": "0.1.33"
}
}
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.32",
"@mui/toolpad": "0.1.33",
"googleapis": "127.0.0"
}
}
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.32",
"@mui/toolpad": "0.1.33",
"graphql": "16.8.1",
"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.32",
"@mui/toolpad": "0.1.33",
"recharts": "2.9.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.32",
"@mui/toolpad": "0.1.33",
"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.32",
"@mui/toolpad": "^0.1.33",
"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-data-provider/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.32",
"@mui/toolpad": "0.1.33",
"@prisma/client": "5.4.2",
"qrcode": "^1.5.3"
},
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.32",
"@mui/toolpad": "0.1.33",
"@prisma/client": "5.4.2",
"qrcode": "^1.5.3"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/with-wasm/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.32"
"@mui/toolpad": "0.1.33"
},
"devDependencies": {
"assemblyscript": "0.27.13"
Expand Down

0 comments on commit 71870ad

Please sign in to comment.