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

Commit

Permalink
fix: OPTIC-450: fix antd dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yyassi-heartex committed Feb 9, 2024
1 parent f50d965 commit 93bcd62
Show file tree
Hide file tree
Showing 2 changed files with 572 additions and 2 deletions.
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

0 comments on commit 93bcd62

Please sign in to comment.