Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit 4689b03

Browse files
committed
build: Update buttplug and vue components
1 parent 82b9677 commit 4689b03

File tree

2 files changed

+26
-11
lines changed

2 files changed

+26
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"deploy": "trash deploy && mkdir -p deploy && cp index.html deploy && cp -r dist deploy"
2121
},
2222
"dependencies": {
23-
"buttplug":"^0.12.3",
23+
"buttplug":"^0.13.2",
2424
"matomo-tracker": "^2.2.1",
2525
"tslint": "^5.20.1",
2626
"viewport-units-buggyfill": "^0.6.2",
2727
"vue": "^2.6.10",
2828
"vue-slider-component": "~2.8.16",
2929
"vuetify": "^1.5.16",
3030
"vue-awesome": "^4.0.2",
31-
"vue-buttplug-material-component": "^1.0.2"
31+
"vue-buttplug-material-component": "^1.0.3"
3232
},
3333
"devDependencies": {
3434
"@types/node": "^12.12.14",

yarn.lock

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,16 @@ ajv@^6.10.2:
317317
json-schema-traverse "^0.4.1"
318318
uri-js "^4.2.2"
319319

320+
ajv@^6.12.0:
321+
version "6.12.4"
322+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.4.tgz#0614facc4522127fa713445c6bfd3ebd376e2234"
323+
integrity sha512-eienB2c9qVQs2KWexhkrdMLVDoIQCz5KSeLxwg9Lzk4DOfBtIK9PQwwufcsn1jjGuf9WZmqPMbGxOzfcuphJCQ==
324+
dependencies:
325+
fast-deep-equal "^3.1.1"
326+
fast-json-stable-stringify "^2.0.0"
327+
json-schema-traverse "^0.4.1"
328+
uri-js "^4.2.2"
329+
320330
ansi-align@^3.0.0:
321331
version "3.0.0"
322332
resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.0.tgz#b536b371cf687caaef236c18d3e21fe3797467cb"
@@ -722,12 +732,12 @@ builtin-status-codes@^3.0.0:
722732
version "3.0.0"
723733
resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8"
724734

725-
buttplug@^0.12.1:
726-
version "0.12.1"
727-
resolved "https://registry.yarnpkg.com/buttplug/-/buttplug-0.12.1.tgz#a1dcf262b3ef2777d2fcfa32412bdb4ac6765656"
728-
integrity sha512-X7GBIXYyvwlyuxGCMkYB3ymzGwYLxIYQvnxW66JpSokSs+22ni/OUY2LAn5eLCX5n+iiE65gIJsaQwtGIuGXWA==
735+
buttplug@^0.13.2:
736+
version "0.13.2"
737+
resolved "https://registry.yarnpkg.com/buttplug/-/buttplug-0.13.2.tgz#11953d12513cc280547c47d46ac08c118c42af69"
738+
integrity sha512-eR3/zMUXTRR2MtzWa74VfsxsbnsobYSu2eS2/gqMEz07vHLr0/Sdi1IHTMMayXJ+vR8Gv44cwc/Sztd7WL5STA==
729739
dependencies:
730-
ajv "^6.10.2"
740+
ajv "^6.12.0"
731741
class-transformer "^0.2.3"
732742
reflect-metadata "^0.1.13"
733743

@@ -1797,6 +1807,11 @@ fast-deep-equal@^2.0.1:
17971807
version "2.0.1"
17981808
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"
17991809

1810+
fast-deep-equal@^3.1.1:
1811+
version "3.1.3"
1812+
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
1813+
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
1814+
18001815
fast-json-stable-stringify@^2.0.0:
18011816
version "2.0.0"
18021817
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
@@ -5490,10 +5505,10 @@ vue-awesome@^4.0.2:
54905505
dependencies:
54915506
nanoid "^2.1.6"
54925507

5493-
vue-buttplug-material-component@^1.0.2:
5494-
version "1.0.2"
5495-
resolved "https://registry.yarnpkg.com/vue-buttplug-material-component/-/vue-buttplug-material-component-1.0.2.tgz#908ad3b0610fb985ade0a6e37e89c05ef4e16bc9"
5496-
integrity sha512-N+hzqJx/387UejtuTf9l9JLHd1ltCJn/c5+hBdgSCDjUb5nAdzwaTxnecImnrpRpUAdMVKPz4qhbtwjvanuz1w==
5508+
vue-buttplug-material-component@^1.0.3:
5509+
version "1.0.3"
5510+
resolved "https://registry.yarnpkg.com/vue-buttplug-material-component/-/vue-buttplug-material-component-1.0.3.tgz#900de22a34d9a19dfdb8c1966a6e7c54ffda8de9"
5511+
integrity sha512-0VTS0TC3K1vVWfO4VyS3UfPzHHmVfYp6Rqnty98op3ZSJ1m17Nv/2RxQOfw2VEQs6qCrBKjC8beGsPb3GTSbGQ==
54975512
dependencies:
54985513
vue-class-component "^7.1.0"
54995514
vue-cookies "^1.5.13"

0 commit comments

Comments
 (0)