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

fix: OPTIC-450: fix antd dependency #303

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"start": "node dev-server.js",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "yarn run eslint ./src"
},
},
"author": "Heartex, Inc.",
"license": "ISC",
"devDependencies": {
Expand Down Expand Up @@ -125,5 +125,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"antd": "4.19.1"
}
}
Loading
Loading