Skip to content

Commit

Permalink
[material-ui] Fix missing babel/runtime dependency in material-ui-nex…
Browse files Browse the repository at this point in the history
…tjs (#41077)
  • Loading branch information
siriwatknp authored Feb 19, 2024
1 parent 326beee commit 89dad2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/mui-material-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"test": "cd ../../ && cross-env NODE_ENV=test mocha 'packages/mui-material-nextjs/**/*.test.{js,ts,tsx}'",
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
"@babel/runtime": "^7.23.9"
},
"devDependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 89dad2d

Please sign in to comment.