Skip to content

Commit fcfe6e4

Browse files
committed
add babel plugin
1 parent 50ce4eb commit fcfe6e4

File tree

2 files changed

+26
-5
lines changed

2 files changed

+26
-5
lines changed

packages/insight/package-lock.json

+23-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/insight/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"process": "0.11.10",
4141
"qrcode.react": "3.0.1",
4242
"react": "18.1.0",
43+
"react-app-rewired": "2.2.1",
4344
"react-copy-to-clipboard": "5.1.0",
4445
"react-dom": "18.1.0",
4546
"react-infinite-scroll-component": "6.1.0",
@@ -55,10 +56,10 @@
5556
"swr": "1.3.0",
5657
"url": "0.11.4",
5758
"vm-browserify": "1.1.2",
58-
"web-vitals": "2.1.4",
59-
"react-app-rewired": "2.2.1"
59+
"web-vitals": "2.1.4"
6060
},
6161
"devDependencies": {
62+
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
6263
"@testing-library/jest-dom": "5.16.4",
6364
"@testing-library/react": "13.0.1",
6465
"@testing-library/user-event": "13.5.0",

0 commit comments

Comments
 (0)