Downgrade antd to resolve broken slider. Hopefully resolves https://github.com/owncast/owncast/issues/1791

This commit is contained in:
Gabe Kangas
2022-03-21 14:26:58 -07:00
parent 6c6f013194
commit 68fd329cc9
2 changed files with 99 additions and 121 deletions

View File

@@ -10,7 +10,7 @@
},
"dependencies": {
"@ant-design/icons": "4.7.0",
"antd": "^4.18.9",
"antd": "4.18.9",
"chart.js": "3.7.0",
"chartkick": "4.1.1",
"classnames": "2.3.1",
@@ -53,4 +53,4 @@
"prettier": "2.5.1",
"typescript": "4.5.5"
}
}
}