Skip to content

Commit b0eb886

Browse files
chore: resolve damage done by yarn-deduplicate
1 parent bf70866 commit b0eb886

File tree

3 files changed

+247
-93
lines changed

3 files changed

+247
-93
lines changed

Diff for: .babelrc

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"plugins": ["babel-plugin-add-module-exports", "babel-plugin-lodash"],
2+
"plugins": [
3+
"babel-plugin-add-module-exports",
4+
"@babel/plugin-proposal-class-properties",
5+
"babel-plugin-lodash"
6+
],
37
"presets": [
48
"@babel/preset-env",
59
"@babel/preset-typescript",

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
},
122122
"devDependencies": {
123123
"@babel/core": "^7.15.0",
124+
"@babel/plugin-proposal-class-properties": "^7.18.6",
124125
"@babel/plugin-transform-runtime": "^7.15.0",
125126
"@babel/preset-typescript": "^7.15.0",
126127
"@craco/craco": "^6.3.0",

0 commit comments

Comments
 (0)