Skip to content

Commit

Permalink
[styled-engine-sc] Add missing @babel/runtime dependency (#33741)
Browse files Browse the repository at this point in the history
  • Loading branch information
MonstraG authored Aug 1, 2022
1 parent 0aa3afc commit 1b687b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mui-styled-engine-sc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"typescript": "tslint -p tsconfig.json \"{src,test}/**/*.{spec,d}.{ts,tsx}\" && tsc -p tsconfig.json"
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"prop-types": "^15.8.1"
},
"peerDependencies": {
Expand Down

0 comments on commit 1b687b5

Please sign in to comment.