Skip to content

Commit

Permalink
fix(notifications): Add babel plugins to devDependencies (#11414)
Browse files Browse the repository at this point in the history
  • Loading branch information
cshfang authored May 26, 2023
1 parent 98db395 commit a009ce8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
"lodash": "^4.17.21",
"uuid": "^3.2.1"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-private-methods": "^7.0.0",
"@babel/plugin-proposal-private-property-in-object": "^7.0.0"
},
"size-limit": [
{
"name": "Notifications (top-level class)",
Expand Down

0 comments on commit a009ce8

Please sign in to comment.