Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump async from 2.6.3 to 2.6.4 #55

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions src/components/Support.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
Having problems? We're here to help!

We recommend checking out the community forums first, as they may be
the fastest way to get feedback.

- [Chat in real time on our Discord server](https://discord.buttplug.io)
- [Message the Buttplugio account on twitter](https://twitter.com/buttplugio)

If you aren't finding an answer there, or aren't comfortable
interacting with internet communities on this topic, we also have
direct support services available.

- [Check out our knowledge base](https://nonpolynomial.zendesk.com/hc/en-us)
- To request help, hit the "Help" or "?" button on the lower right

- [Check out our FAQ](https://how.do.i.get.buttplug.in)
10 changes: 0 additions & 10 deletions src/components/Support.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,8 @@ const SupportText = require("./Support.md").vue.component;
@Component({})
export default class Support extends Vue.extend(SupportText) {
public mounted() {
if (document.getElementById("launcher") === null) {
const body = document.getElementsByTagName("body")[0];
const script = document.createElement("script");
script.setAttribute("id", "ze-snippet");
script.setAttribute("src", "https://static.zdassets.com/ekr/snippet.js?key=aba3172c-0357-430b-889b-ee229173abf2");
body.appendChild(script);
} else {
document.getElementById("launcher")!.style.display = "block";
}
}

public beforeDestroy() {
document.getElementById("launcher")!.style.display = "none";
}
}
13 changes: 4 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1496,9 +1496,9 @@ async-limiter@~1.0.0:
integrity sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==

async@^2.6.2:
version "2.6.3"
resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==
version "2.6.4"
resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221"
integrity sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==
dependencies:
lodash "^4.17.14"

Expand Down Expand Up @@ -5977,12 +5977,7 @@ lodash.uniq@^4.5.0:
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=

[email protected], lodash@^4.17.11, lodash@^4.17.3, lodash@^4.17.4:
version "4.17.14"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==

lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19:
[email protected], lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.3, lodash@^4.17.4:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
Expand Down