-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path.ncurc.yaml
28 lines (28 loc) · 1.21 KB
/
.ncurc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## Add a TODO comment indicating the reason for each rejected dependency upgrade added to this list, and what should be done to resolve it (i.e. handle it through a story, etc).
reject: [
# TODO: Tried to upgrade the react and getting many issues while building the app due to the difference in the libraries.
# So keeping the react versions same for now.
"react",
"react-ace",
"react-dom",
"react-router-dom",
"react-scripts",
"web-vitals",
"@types/react",
"@testing-library/jest-dom",
"@testing-library/react",
"@testing-library/user-event",
"react-markdown",
# Keeping the bootstrap to the same version because there are many renames in the class names in the recent versions
"bootstrap",
# TODO: Mermaid is throwing an error while building if upgraded. Need to investigate the root cause.
"mermaid",
# antd v5+ currently suffers from poor performance https://github.com/ant-design/ant-design/issues/39746
"antd",
# jsoneditor-react is not being readily maintained, so peg it's jsoneditor dependency to a specific version
"jsoneditor",
# eslint-config-airbnb-typescript update is breaking docker build
"eslint-config-airbnb-typescript",
# Updating redoc breaking the build
"redoc"
]