Skip to content

Commit

Permalink
[#37] unnecessary depencency of perfect-scroll-bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreezag committed Jul 6, 2024
1 parent ecc14e9 commit 26a6be7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"pluralize": "^8.0.0",
"tailwindcss": "^3.2.4",
"vue": "^3.2.45",
"vue3-perfect-scrollbar": "^2.0.0",
"vue3-tabs-component": "^1.2.0"
}
}
1 change: 0 additions & 1 deletion src/assets/vendor.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import "highlight.js/styles/github-dark.css";
@import "vue3-perfect-scrollbar/dist/vue3-perfect-scrollbar.css";
@import "tailwind.css";
@import "symfony-var-dump.css";
@import "./vue3-tabs-component.scss";
12 changes: 0 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9563,11 +9563,6 @@ perfect-debounce@^1.0.0:
resolved "https://registry.yarnpkg.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz#9c2e8bc30b169cc984a58b7d5b28049839591d2a"
integrity sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==

perfect-scrollbar@^1.5.5:
version "1.5.5"
resolved "https://registry.yarnpkg.com/perfect-scrollbar/-/perfect-scrollbar-1.5.5.tgz#41a211a2fb52a7191eff301432134ea47052b27f"
integrity sha512-dzalfutyP3e/FOpdlhVryN4AJ5XDVauVWxybSkLZmakFE2sS3y3pc4JnSprw8tGmHvkaG5Edr5T7LBTZ+WWU2g==

picocolors@^1.0.0, picocolors@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
Expand Down Expand Up @@ -12103,13 +12098,6 @@ vue-template-compiler@^2.7.14:
de-indent "^1.0.2"
he "^1.2.0"

vue3-perfect-scrollbar@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/vue3-perfect-scrollbar/-/vue3-perfect-scrollbar-2.0.0.tgz#51cedf1090d731ec7cc8163067e348867de0aa69"
integrity sha512-nSWVcRyViCgt0Pe3RhU3w/BllLcFSrEzYOGlRBjSyhVmiZlERHHziffW+9P8L0IMEWouC5t+uYrgNJGSAElqMA==
dependencies:
perfect-scrollbar "^1.5.5"

vue3-tabs-component@^1.2.0:
version "1.3.7"
resolved "https://registry.yarnpkg.com/vue3-tabs-component/-/vue3-tabs-component-1.3.7.tgz#b6cc2d3909eeec0bd82b571029050731f6e4ce64"
Expand Down

0 comments on commit 26a6be7

Please sign in to comment.