chore(deps): update dependency vue-tsc to v0.38.2 (#2084)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2084 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
69bb25e4be
commit
bfb7d24dcf
2 changed files with 28 additions and 28 deletions
|
@ -88,7 +88,7 @@
|
||||||
"vite-plugin-pwa": "0.12.0",
|
"vite-plugin-pwa": "0.12.0",
|
||||||
"vite-svg-loader": "3.4.0",
|
"vite-svg-loader": "3.4.0",
|
||||||
"vitest": "0.15.2",
|
"vitest": "0.15.2",
|
||||||
"vue-tsc": "0.38.1",
|
"vue-tsc": "0.38.2",
|
||||||
"wait-on": "6.0.1",
|
"wait-on": "6.0.1",
|
||||||
"workbox-cli": "6.5.3"
|
"workbox-cli": "6.5.3"
|
||||||
},
|
},
|
||||||
|
|
54
yarn.lock
54
yarn.lock
|
@ -2637,37 +2637,37 @@
|
||||||
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-2.3.3.tgz#fbf80cc039b82ac21a1acb0f0478de8f61fbf600"
|
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-2.3.3.tgz#fbf80cc039b82ac21a1acb0f0478de8f61fbf600"
|
||||||
integrity sha512-SmQLDyhz+6lGJhPELsBdzXGc+AcaT8stgkbiTFGpXPe8Tl1tJaBw1A6pxDqDuRsVkD8uscrkx3hA7QDOoKYtyw==
|
integrity sha512-SmQLDyhz+6lGJhPELsBdzXGc+AcaT8stgkbiTFGpXPe8Tl1tJaBw1A6pxDqDuRsVkD8uscrkx3hA7QDOoKYtyw==
|
||||||
|
|
||||||
"@volar/code-gen@0.38.1":
|
"@volar/code-gen@0.38.2":
|
||||||
version "0.38.1"
|
version "0.38.2"
|
||||||
resolved "https://registry.yarnpkg.com/@volar/code-gen/-/code-gen-0.38.1.tgz#0f2957057c92a7f209b5c333d68c80e2a09adf23"
|
resolved "https://registry.yarnpkg.com/@volar/code-gen/-/code-gen-0.38.2.tgz#1eedaba3a12b9d1954dd99d6745f3f2ede0aca58"
|
||||||
integrity sha512-QnEJfCPhPqzhQY/iN7euGoUWphyv4TmN1xK/HEpnXwgqgvIyLk/Ih3rvAFqlP6I5fTaCu6TGf9kZmjw9AlEeMA==
|
integrity sha512-H81I6d7rZB7teqL+zhK/Xz1v0/kKkUwkB0Aq6b4+BTCqcJeiZkoWxd0gFhrhWTnUoqiM83lhoTGo2vkvx5YagQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@volar/source-map" "0.38.1"
|
"@volar/source-map" "0.38.2"
|
||||||
|
|
||||||
"@volar/source-map@0.38.1":
|
"@volar/source-map@0.38.2":
|
||||||
version "0.38.1"
|
version "0.38.2"
|
||||||
resolved "https://registry.yarnpkg.com/@volar/source-map/-/source-map-0.38.1.tgz#2ddc906e29b488ab48687872ff33196e4bddf05f"
|
resolved "https://registry.yarnpkg.com/@volar/source-map/-/source-map-0.38.2.tgz#72ccaaa224646da69097abe8360391acd7f042b9"
|
||||||
integrity sha512-1DoB8BYTle81DdLChnurYteN208qvsfz4IgwjH6T2YcnBtUvtscxMOwg0bfQJskfoLrJ5gESBvEpU8tWsEVyrQ==
|
integrity sha512-DWcYbYt9SPwk0r4VmXk1F0v4X5+hCqH1JRkAWSeJymQyXCQ2OQDEbY2PF12a7y2qn4FUBD2gOba2TynAqI8ZFQ==
|
||||||
|
|
||||||
"@volar/vue-code-gen@0.38.1":
|
"@volar/vue-code-gen@0.38.2":
|
||||||
version "0.38.1"
|
version "0.38.2"
|
||||||
resolved "https://registry.yarnpkg.com/@volar/vue-code-gen/-/vue-code-gen-0.38.1.tgz#be6854c06a529e9e4357b64a06aad5e051b390d6"
|
resolved "https://registry.yarnpkg.com/@volar/vue-code-gen/-/vue-code-gen-0.38.2.tgz#10b467936cb79edb21e6f91ed25ec3fbe055a4cd"
|
||||||
integrity sha512-tgJ2uySZKZqiq6HFKmjeVmUhJttd2LMhqtlqSukdqGx2Xw/OWnL0Di7+q6AScC6tu9/Bw570HKMHbhhLIrQm2Q==
|
integrity sha512-whLunD6phSGWBUHZKdTxeglrpzQu26ii8CRVapFdjfyMaVhQ7ESNeIAhkTVyg2ovOPc0PiDYPQEPzfWAADIWog==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@volar/code-gen" "0.38.1"
|
"@volar/code-gen" "0.38.2"
|
||||||
"@volar/source-map" "0.38.1"
|
"@volar/source-map" "0.38.2"
|
||||||
"@vue/compiler-core" "^3.2.37"
|
"@vue/compiler-core" "^3.2.37"
|
||||||
"@vue/compiler-dom" "^3.2.37"
|
"@vue/compiler-dom" "^3.2.37"
|
||||||
"@vue/shared" "^3.2.37"
|
"@vue/shared" "^3.2.37"
|
||||||
|
|
||||||
"@volar/vue-typescript@0.38.1":
|
"@volar/vue-typescript@0.38.2":
|
||||||
version "0.38.1"
|
version "0.38.2"
|
||||||
resolved "https://registry.yarnpkg.com/@volar/vue-typescript/-/vue-typescript-0.38.1.tgz#edc5739c6e6193a5d5779758c86026acb06cbc24"
|
resolved "https://registry.yarnpkg.com/@volar/vue-typescript/-/vue-typescript-0.38.2.tgz#e9bf7d178755fe2619f43dda499ab1e2a6240a5b"
|
||||||
integrity sha512-D4bTuiJ2WiRppJuZ34r3pstFLTwpweke3haszJwp0ioUI9BqKgh02TFqM+qhPezH6fF0NrWCxXMMQVxZL6d7gA==
|
integrity sha512-5IKvSK2m5yUmH6iu/tNScVlvJGuiHawTfSmjxaMs+/tod25WeK37LEdf+pdKtlJ30bYTQmmkAuEfG01QvvBRGQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@volar/code-gen" "0.38.1"
|
"@volar/code-gen" "0.38.2"
|
||||||
"@volar/source-map" "0.38.1"
|
"@volar/source-map" "0.38.2"
|
||||||
"@volar/vue-code-gen" "0.38.1"
|
"@volar/vue-code-gen" "0.38.2"
|
||||||
"@vue/compiler-sfc" "^3.2.37"
|
"@vue/compiler-sfc" "^3.2.37"
|
||||||
"@vue/reactivity" "^3.2.37"
|
"@vue/reactivity" "^3.2.37"
|
||||||
|
|
||||||
|
@ -12625,12 +12625,12 @@ vue-router@4.0.16:
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vue/devtools-api" "^6.0.0"
|
"@vue/devtools-api" "^6.0.0"
|
||||||
|
|
||||||
vue-tsc@0.38.1:
|
vue-tsc@0.38.2:
|
||||||
version "0.38.1"
|
version "0.38.2"
|
||||||
resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-0.38.1.tgz#3520f7640b315f7aafd50ca2e9972af7c4c696e1"
|
resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-0.38.2.tgz#89175a6bb9a8b5724e84ab5d63dc5113041c5bfa"
|
||||||
integrity sha512-jwR4uwTkjsYhAW8o/BvnkeZsariNoi2Y53XSqWIbjtj7X9Laob+qwC2iVuQyRymYdqbbiqqX+CxfPWtwLACXfg==
|
integrity sha512-+OMmpw9BZC9khul3I1HGtWchv7BCiaM7NvfdilVAiOFkjnivIoaW6jJm6YPQJaEPouePtpkDUWovyzgNxWdDsw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@volar/vue-typescript" "0.38.1"
|
"@volar/vue-typescript" "0.38.2"
|
||||||
|
|
||||||
vue@3.2.37:
|
vue@3.2.37:
|
||||||
version "3.2.37"
|
version "3.2.37"
|
||||||
|
|
Loading…
Reference in a new issue