Skip to content

Commit 95b5dd3

Browse files
Bump @mui/toolpad to v0.1.27 (#2643)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a2c5d18 commit 95b5dd3

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

examples/basic-crud-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"start": "toolpad start"
99
},
1010
"dependencies": {
11-
"@mui/toolpad": "0.1.26"
11+
"@mui/toolpad": "0.1.27"
1212
}
1313
}

examples/custom-datagrid-column/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"start": "toolpad start"
99
},
1010
"dependencies": {
11-
"@mui/toolpad": "0.1.26"
11+
"@mui/toolpad": "0.1.27"
1212
}
1313
}

examples/datagrid-columns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"start": "toolpad start"
99
},
1010
"dependencies": {
11-
"@mui/toolpad": "0.1.26"
11+
"@mui/toolpad": "0.1.27"
1212
}
1313
}

examples/dog-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"start": "toolpad start"
99
},
1010
"dependencies": {
11-
"@mui/toolpad": "0.1.26"
11+
"@mui/toolpad": "0.1.27"
1212
}
1313
}

examples/google-sheet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "toolpad start"
99
},
1010
"dependencies": {
11-
"@mui/toolpad": "0.1.26",
11+
"@mui/toolpad": "0.1.27",
1212
"googleapis": "126.0.1"
1313
}
1414
}

examples/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "toolpad start"
99
},
1010
"dependencies": {
11-
"@mui/toolpad": "0.1.26",
11+
"@mui/toolpad": "0.1.27",
1212
"graphql": "16.8.0",
1313
"graphql-request": "6.1.0",
1414
"graphql-tag": "2.12.6"

examples/npm-stats/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "NODE_OPTIONS='--max-old-space-size=396' toolpad start"
99
},
1010
"dependencies": {
11-
"@mui/toolpad": "0.1.26",
11+
"@mui/toolpad": "0.1.27",
1212
"recharts": "2.8.0"
1313
}
1414
}

examples/qr-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "toolpad start"
99
},
1010
"dependencies": {
11-
"@mui/toolpad": "0.1.26",
11+
"@mui/toolpad": "0.1.27",
1212
"qrcode": "^1.5.3"
1313
},
1414
"devDependencies": {

examples/stripe-script/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "toolpad start"
99
},
1010
"dependencies": {
11-
"@mui/toolpad": "^0.1.26",
11+
"@mui/toolpad": "^0.1.27",
1212
"child_process": "^1.0.2",
1313
"fs": "^0.0.1-security",
1414
"path": "^0.12.7",

examples/with-prisma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"prisma": "prisma"
1010
},
1111
"dependencies": {
12-
"@mui/toolpad": "0.1.26",
12+
"@mui/toolpad": "0.1.27",
1313
"@prisma/client": "5.2.0",
1414
"qrcode": "^1.5.3"
1515
},

0 commit comments

Comments
 (0)