We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2814c39 + 08edf72 commit 0070cf8Copy full SHA for 0070cf8
package.json
@@ -64,8 +64,8 @@
64
"react-router-dom": "^6.10.0",
65
"react-scripts": "5.0.1",
66
"react-sortablejs": "^6.1.4",
67
- "simplebar": "^6.2.5",
68
- "simplebar-react": "^3.2.4",
+ "simplebar": "^6.3.0",
+ "simplebar-react": "^3.3.0",
69
"sortablejs": "^1.15.0",
70
"use-debounce": "^9.0.4",
71
"web-vitals": "^2.1.4"
src/components/Global/index.js
@@ -1,5 +1,5 @@
1
import "./polyfill";
2
-import "simplebar/dist/simplebar.css";
+import "simplebar/dist/simplebar.min.css";
3
import "./override.scss";
4
import classnames from "classnames";
5
import {Provider, useGlobalContext as useContext} from "@kne/global-context";
0 commit comments