Skip to content

Commit

Permalink
Lock file maintenance Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 6d5b81f commit 0d480d3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/custom-server-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/react": "18.2.78"
"@types/react": "18.3.1"
}
}
2 changes: 1 addition & 1 deletion examples/react-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@mui/material": "5.15.15",
"@toolpad/studio": "0.1.54",
"@mui/x-data-grid": "7.3.1",
"@tanstack/react-query": "5.29.2"
"@tanstack/react-query": "5.32.1"
},
"devDependencies": {}
}
2 changes: 1 addition & 1 deletion examples/supabase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"dependencies": {
"@toolpad/studio": "0.1.54",
"@supabase/supabase-js": "2.42.3"
"@supabase/supabase-js": "2.43.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-prisma-data-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"dependencies": {
"@toolpad/studio": "0.1.54",
"@prisma/client": "5.12.1",
"@prisma/client": "5.13.0",
"qrcode": "^1.5.3"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/qrcode": "^1.5.5",
"prisma": "^5.12.1",
"prisma": "^5.13.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/with-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"dependencies": {
"@toolpad/studio": "0.1.54",
"@prisma/client": "5.12.1",
"@prisma/client": "5.13.0",
"qrcode": "^1.5.3"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/qrcode": "^1.5.5",
"prisma": "^5.12.1",
"prisma": "^5.13.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
Expand Down

0 comments on commit 0d480d3

Please sign in to comment.