Skip to content

Commit

Permalink
Bump @mui/toolpad to 0.1.45 (#3079)
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 Jan 12, 2024
1 parent f854106 commit 5c92f53
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 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.44"
"@mui/toolpad": "0.1.45"
}
}
2 changes: 1 addition & 1 deletion examples/charts/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.44"
"@mui/toolpad": "0.1.45"
}
}
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.44"
"@mui/toolpad": "0.1.45"
}
}
2 changes: 1 addition & 1 deletion examples/custom-server-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"edit": "toolpad editor http://localhost:3001/my-toolpad-app"
},
"dependencies": {
"@mui/toolpad": "0.1.44",
"@mui/toolpad": "0.1.45",
"next": "14.0.2"
},
"devDependencies": {}
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"edit": "toolpad editor http://localhost:3001/my-app"
},
"dependencies": {
"@mui/toolpad": "0.1.44",
"@mui/toolpad": "0.1.45",
"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.44"
"@mui/toolpad": "0.1.45"
}
}
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.44"
"@mui/toolpad": "0.1.45"
}
}
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.44",
"@mui/toolpad": "0.1.45",
"googleapis": "130.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.44",
"@mui/toolpad": "0.1.45",
"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,6 +8,6 @@
"start": "NODE_OPTIONS='--max-old-space-size=396' toolpad start"
},
"dependencies": {
"@mui/toolpad": "0.1.44"
"@mui/toolpad": "0.1.45"
}
}
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.44",
"@mui/toolpad": "0.1.45",
"qrcode": "^1.5.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@mui/material": "5.15.4",
"@mui/toolpad": "0.1.44",
"@mui/toolpad": "0.1.45",
"@mui/x-data-grid": "6.18.7",
"@tanstack/react-query": "5.17.8"
},
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.44",
"@mui/toolpad": "0.1.45",
"archiver": "6.0.1",
"stripe": "^14.11.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/supabase/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.44",
"@mui/toolpad": "0.1.45",
"@supabase/supabase-js": "2.39.2"
}
}
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.44",
"@mui/toolpad": "0.1.45",
"@prisma/client": "5.7.1",
"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.44",
"@mui/toolpad": "0.1.45",
"@prisma/client": "5.7.1",
"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.44"
"@mui/toolpad": "0.1.45"
},
"devDependencies": {
"assemblyscript": "0.27.22"
Expand Down

0 comments on commit 5c92f53

Please sign in to comment.