Skip to content

Commit 0070cf8

Browse files
authored
Merge pull request #439 from kne-union/release
Release
2 parents 2814c39 + 08edf72 commit 0070cf8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
"react-router-dom": "^6.10.0",
6565
"react-scripts": "5.0.1",
6666
"react-sortablejs": "^6.1.4",
67-
"simplebar": "^6.2.5",
68-
"simplebar-react": "^3.2.4",
67+
"simplebar": "^6.3.0",
68+
"simplebar-react": "^3.3.0",
6969
"sortablejs": "^1.15.0",
7070
"use-debounce": "^9.0.4",
7171
"web-vitals": "^2.1.4"

src/components/Global/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import "./polyfill";
2-
import "simplebar/dist/simplebar.css";
2+
import "simplebar/dist/simplebar.min.css";
33
import "./override.scss";
44
import classnames from "classnames";
55
import {Provider, useGlobalContext as useContext} from "@kne/global-context";

0 commit comments

Comments
 (0)