From 01e6a7f8accb223d3840dfbde647069a8bf10e58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 21:38:03 +0000 Subject: [PATCH] fix(deps): update dependency @xstate/vue to v2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 242a8cf0a..35a2fc037 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@kong/icons": "^1.4.3", - "@xstate/vue": "^0.8.2", + "@xstate/vue": "^2.0.0", "axios": "^0.27.2", "vue": "^3.3.4", "vue-recaptcha": "^2.0.3", diff --git a/yarn.lock b/yarn.lock index ac132b0fb..8af928fed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1510,10 +1510,10 @@ "@volar/typescript" "~1.10.0" "@vue/language-core" "1.8.10" -"@xstate/vue@^0.8.2": - version "0.8.2" - resolved "https://registry.yarnpkg.com/@xstate/vue/-/vue-0.8.2.tgz#6e4672fbb4d4211c34bcf9facd27769cc5189ec9" - integrity sha512-JAFHSqvJo8tIWsn0L49Oz3dCRA3q7/wa8YTc/ltEbs3kDNEjvHhb12bQEOfoGuD3K5ZWH4nqo5quB9YVTd8Now== +"@xstate/vue@^2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@xstate/vue/-/vue-2.0.0.tgz#bb95f91600c5fad2e8a72f872cb8f69b3b154e10" + integrity sha512-JlrJ3d+I6rZCcFBuu3O4GP+mGJfd11O9o69wRedzPMqZ+hxcMRBsih9L5kKnJHcU9CTmdJTT172oxTaYF7thzA== JSONStream@^1.0.4, JSONStream@^1.3.5: version "1.3.5"