Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit edaab38

Browse files
committed
package.json: explicitly add a Babel plugin to fix a warning
1 parent 38bf12b commit edaab38

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

package-lock.json

Lines changed: 23 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"uuid": "^3.4.0"
7272
},
7373
"devDependencies": {
74+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
7475
"@craco/craco": "^7.1.0",
7576
"@testing-library/dom": "^7.1.1",
7677
"@testing-library/jest-dom": "^4.2.4",

0 commit comments

Comments
 (0)