Skip to content

Commit 3ca0d7f

Browse files
fix(deps): update xstate monorepo
1 parent 5c3720e commit 3ca0d7f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
},
3737
"dependencies": {
3838
"@kong/icons": "^1.9.1",
39-
"@xstate/vue": "^2.0.0",
39+
"@xstate/vue": "^3.1.2",
4040
"axios": "^1.6.8",
4141
"vue": "^3.4.24",
4242
"vue-recaptcha": "^2.0.3",
43-
"xstate": "^4.38.3"
43+
"xstate": "^5.11.0"
4444
},
4545
"devDependencies": {
4646
"@babel/types": "^7.24.0",

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -2122,10 +2122,10 @@
21222122
resolved "https://registry.yarnpkg.com/@vue/tsconfig/-/tsconfig-0.5.1.tgz#3124ec16cc0c7e04165b88dc091e6b97782fffa9"
21232123
integrity sha512-VcZK7MvpjuTPx2w6blwnwZAu5/LgBUtejFOi3pPGQFXQN5Ela03FUtd2Qtg4yWGGissVL0dr6Ro1LfOFh+PCuQ==
21242124

2125-
"@xstate/vue@^2.0.0":
2126-
version "2.0.0"
2127-
resolved "https://registry.yarnpkg.com/@xstate/vue/-/vue-2.0.0.tgz#bb95f91600c5fad2e8a72f872cb8f69b3b154e10"
2128-
integrity sha512-JlrJ3d+I6rZCcFBuu3O4GP+mGJfd11O9o69wRedzPMqZ+hxcMRBsih9L5kKnJHcU9CTmdJTT172oxTaYF7thzA==
2125+
"@xstate/vue@^3.1.2":
2126+
version "3.1.2"
2127+
resolved "https://registry.yarnpkg.com/@xstate/vue/-/vue-3.1.2.tgz#2acf6d32822a9010191821c0d7f04467ec75aadf"
2128+
integrity sha512-gMr4LPl3jGvnfMTke0AIx74FvErGjtqfUNdExQUda/aL9e7yc5fGSDBFJlVQfR44hd2xmQDZVjqbxadEk8NRXQ==
21292129

21302130
JSONStream@^1.3.5:
21312131
version "1.3.5"
@@ -9146,10 +9146,10 @@ xml-name-validator@^4.0.0:
91469146
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835"
91479147
integrity sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==
91489148

9149-
xstate@^4.38.3:
9150-
version "4.38.3"
9151-
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.38.3.tgz#4e15e7ad3aa0ca1eea2010548a5379966d8f1075"
9152-
integrity sha512-SH7nAaaPQx57dx6qvfcIgqKRXIh4L0A1iYEqim4s1u7c9VoCgzZc+63FY90AKU4ZzOC2cfJzTnpO4zK7fCUzzw==
9149+
xstate@^5.11.0:
9150+
version "5.13.0"
9151+
resolved "https://registry.yarnpkg.com/xstate/-/xstate-5.13.0.tgz#7f7092d813a89d94024b083fe23a86b6cf4a323a"
9152+
integrity sha512-Z0om784N5u8sAzUvQJBa32jiTCIGGF/2ZsmKkerQEqeeUktAeOMK20FIHFUMywC4GcAkNksSvaeX7lwoRNXPEQ==
91539153

91549154
xtend@~4.0.1:
91559155
version "4.0.2"

0 commit comments

Comments
 (0)