diff --git a/gulpfile.js b/gulpfile.js index 8cf59b18d4..5e6dc41da3 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -88,7 +88,6 @@ const common = { 'node_modules/html2canvas/dist/html2canvas.min.js', 'node_modules/interactjs/dist/interact.min.js', 'node_modules/photoswipe/dist/umd/*.js', - 'node_modules/shepherd.js/dist/js/shepherd.min.js', 'node_modules/marked/marked.min.js', 'node_modules/@highlightjs/cdn-assets/highlight.min.js', 'node_modules/@isomorphic-git/lightning-fs/dist/lightning-fs.min.js', diff --git a/package.json b/package.json index 88e0ab24b3..f216b5d99d 100644 --- a/package.json +++ b/package.json @@ -181,7 +181,6 @@ "remove-accents": "0.4.2", "sanitize-filename": "1.6.3", "send-intent": "^7.0.0", - "shepherd.js": "^9.1.0", "tailwind-capitalize-first-letter": "^1.0.4", "url": "^0.11.0", "util": "^0.12.5", diff --git a/tailwind.all.css b/tailwind.all.css index 281fba7542..548dd4ee39 100644 --- a/tailwind.all.css +++ b/tailwind.all.css @@ -8,7 +8,6 @@ @import "resources/css/shui.css"; @import "inter-ui/inter.css"; @import "photoswipe/dist/photoswipe.css"; -@import "shepherd.js/dist/css/shepherd.css"; @import "katex/dist/katex.min.css"; @import "codemirror/lib/codemirror.css"; @import "codemirror/theme/solarized.css"; diff --git a/yarn.lock b/yarn.lock index ff943aea32..0fd39584cf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1106,11 +1106,6 @@ dependencies: playwright "1.58.2" -"@popperjs/core@^2.11.5": - version "2.11.8" - resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.8.tgz#6b79032e760a0899cd4204710beede972a3a185f" - integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A== - "@prettier/plugin-xml@^2.2.0": version "2.2.0" resolved "https://registry.yarnpkg.com/@prettier/plugin-xml/-/plugin-xml-2.2.0.tgz#2bc2ae667aa817369fdb939aa7d36ea88105483d" @@ -8481,15 +8476,6 @@ shell-quote@^1.7.3: resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.3.tgz#55e40ef33cf5c689902353a3d8cd1a6725f08b4b" integrity sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw== -shepherd.js@^9.1.0: - version "9.1.1" - resolved "https://registry.yarnpkg.com/shepherd.js/-/shepherd.js-9.1.1.tgz#07dcf5d6623ba52389db99a9041ca3f7f0d16e9f" - integrity sha512-JS1zE/OulfqahISHLn8P3moFXB4QFvK7HGH42T5WW1TMmHWd4Ke95k6NQTfYFC56OaI0j9Y1E+i6C+5ZftLORg== - dependencies: - "@popperjs/core" "^2.11.5" - deepmerge "^4.2.2" - smoothscroll-polyfill "^0.4.4" - side-channel-list@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/side-channel-list/-/side-channel-list-1.0.0.tgz#10cb5984263115d3b7a0e336591e290a830af8ad" @@ -8603,11 +8589,6 @@ slice-ansi@^4.0.0: astral-regex "^2.0.0" is-fullwidth-code-point "^3.0.0" -smoothscroll-polyfill@^0.4.4: - version "0.4.4" - resolved "https://registry.yarnpkg.com/smoothscroll-polyfill/-/smoothscroll-polyfill-0.4.4.tgz#3a259131dc6930e6ca80003e1cb03b603b69abf8" - integrity sha512-TK5ZA9U5RqCwMpfoMq/l1mrH0JAR7y7KRvOBx0n2869aLxch+gT9GhN3yUfjiw+d/DiF1mKo14+hd62JyMmoBg== - snapdragon-node@^2.0.1: version "2.1.1" resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b"