Skip to content

Commit b1fd53d

Browse files
committed
Added @babel/plugin-proposal-private-property-in-object to fix CI build issue
1 parent a63cb49 commit b1fd53d

File tree

2 files changed

+33
-7
lines changed

2 files changed

+33
-7
lines changed

order-ui/package-lock.json

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

order-ui/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"@testing-library/jest-dom": "^6.4.6",
77
"@testing-library/react": "^16.0.0",
88
"@testing-library/user-event": "^14.5.2",
9+
"axios": "^1.7.2",
910
"react": "^18.3.1",
1011
"react-dom": "^18.3.1",
11-
"react-scripts": "5.0.1",
12-
"web-vitals": "^4.2.1",
13-
"axios": "^1.7.2",
1412
"react-router-dom": "^6.24.1",
15-
"semantic-ui-react": "^2.1.5"
13+
"react-scripts": "5.0.1",
14+
"semantic-ui-react": "^2.1.5",
15+
"web-vitals": "^4.2.1"
1616
},
1717
"scripts": {
1818
"start": "react-scripts start",
@@ -37,5 +37,8 @@
3737
"last 1 firefox version",
3838
"last 1 safari version"
3939
]
40+
},
41+
"devDependencies": {
42+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
4043
}
4144
}

0 commit comments

Comments
 (0)