Skip to content

Commit

Permalink
Use latest version for examples (#1764)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Mar 20, 2023
1 parent 93bf714 commit 1ac9c4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4,902 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ packages/toolpad-app/public/reactDevtools
packages/toolpad-app/public/runtime
packages/toolpad-app/public/typings.json
packages/toolpad-app/prisma/generated

examples/*/yarn.lock
4 changes: 2 additions & 2 deletions examples/bundleSize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"start": "toolpad start"
},
"dependencies": {
"@mui/toolpad": "^0.0.41-alpha.1",
"@mui/toolpad-core": "^0.0.41-alpha.1",
"@mui/toolpad": "latest",
"@mui/toolpad-core": "latest",
"axios": "^1.3.3"
},
"engines": {
Expand Down
Loading

0 comments on commit 1ac9c4f

Please sign in to comment.