diff --git a/package.json b/package.json index 22ec0a5..246bc0d 100644 --- a/package.json +++ b/package.json @@ -64,8 +64,8 @@ "react-router-dom": "^6.10.0", "react-scripts": "5.0.1", "react-sortablejs": "^6.1.4", - "simplebar": "^6.2.5", - "simplebar-react": "^3.2.4", + "simplebar": "^6.3.0", + "simplebar-react": "^3.3.0", "sortablejs": "^1.15.0", "use-debounce": "^9.0.4", "web-vitals": "^2.1.4" diff --git a/src/components/Global/index.js b/src/components/Global/index.js index 61dbe21..0af538f 100644 --- a/src/components/Global/index.js +++ b/src/components/Global/index.js @@ -1,5 +1,5 @@ import "./polyfill"; -import "simplebar/dist/simplebar.css"; +import "simplebar/dist/simplebar.min.css"; import "./override.scss"; import classnames from "classnames"; import {Provider, useGlobalContext as useContext} from "@kne/global-context";