fix(deps): pin dependency @types/is-touch-device to 1.0.0 (#1308)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1308 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
49955eb03a
commit
70934c6a0b
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
||||||
"@kyvg/vue3-notification": "2.3.4",
|
"@kyvg/vue3-notification": "2.3.4",
|
||||||
"@sentry/tracing": "6.16.1",
|
"@sentry/tracing": "6.16.1",
|
||||||
"@sentry/vue": "6.16.1",
|
"@sentry/vue": "6.16.1",
|
||||||
"@types/is-touch-device": "^1.0.0",
|
"@types/is-touch-device": "1.0.0",
|
||||||
"@vue/compat": "3.2.26",
|
"@vue/compat": "3.2.26",
|
||||||
"@vueuse/core": "7.5.2",
|
"@vueuse/core": "7.5.2",
|
||||||
"@vueuse/router": "7.5.3",
|
"@vueuse/router": "7.5.3",
|
||||||
|
|
|
@ -2869,7 +2869,7 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
|
|
||||||
"@types/is-touch-device@^1.0.0":
|
"@types/is-touch-device@1.0.0":
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/@types/is-touch-device/-/is-touch-device-1.0.0.tgz#c835c4c220a4e5635f4895b6223630dcd429b49c"
|
resolved "https://registry.yarnpkg.com/@types/is-touch-device/-/is-touch-device-1.0.0.tgz#c835c4c220a4e5635f4895b6223630dcd429b49c"
|
||||||
integrity sha512-/rErV0NuroAR9EZF1xK0TrihQ/7BbVckGfSr/suq/E4tJQLr4TrADR0qAUpDs/hxtl1NiP0V/ho+fSA/5EIO9Q==
|
integrity sha512-/rErV0NuroAR9EZF1xK0TrihQ/7BbVckGfSr/suq/E4tJQLr4TrADR0qAUpDs/hxtl1NiP0V/ho+fSA/5EIO9Q==
|
||||||
|
|
Loading…
Reference in a new issue