Skip to content

Commit

Permalink
fix: Update babel package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brijeshb42 committed Sep 14, 2023
1 parent 3e66538 commit bf9c68c
Show file tree
Hide file tree
Showing 6 changed files with 597 additions and 927 deletions.
8 changes: 4 additions & 4 deletions apps/zero-runtime-next-app/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "zero-runtime-next-app",
"name": "@app/zero-runtime-next-app",
"version": "0.1.0",
"private": true,
"scripts": {
Expand All @@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@mui/base": "^5.0.0-beta.14",
"@mui/material": "^5.14.8",
"@mui/utils": "^5.14.8",
"@mui/base": "file:../../packages/mui-base/build",
"@mui/material": "file:../../packages/mui-material/build",
"@mui/utils": "file:../../packages/mui-utils/build",
"@mui/zero-runtime": "file:../../packages/zero-runtime/build",
"next": "13.4.19",
"react": "18.2.0",
Expand Down
Loading

0 comments on commit bf9c68c

Please sign in to comment.