Skip to content

Commit 0ffe366

Browse files
fix(deps): update xstate monorepo
1 parent dd051ad commit 0ffe366

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.0",
39-
"@xstate/vue": "^2.0.0",
39+
"@xstate/vue": "^3.1.1",
4040
"axios": "^1.6.8",
4141
"vue": "^3.4.21",
4242
"vue-recaptcha": "^2.0.3",
43-
"xstate": "^4.38.3"
43+
"xstate": "^5.10.0"
4444
},
4545
"devDependencies": {
4646
"@babel/types": "^7.24.0",

yarn.lock

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

2115-
"@xstate/vue@^2.0.0":
2116-
version "2.0.0"
2117-
resolved "https://registry.yarnpkg.com/@xstate/vue/-/vue-2.0.0.tgz#bb95f91600c5fad2e8a72f872cb8f69b3b154e10"
2118-
integrity sha512-JlrJ3d+I6rZCcFBuu3O4GP+mGJfd11O9o69wRedzPMqZ+hxcMRBsih9L5kKnJHcU9CTmdJTT172oxTaYF7thzA==
2115+
"@xstate/vue@^3.1.1":
2116+
version "3.1.2"
2117+
resolved "https://registry.yarnpkg.com/@xstate/vue/-/vue-3.1.2.tgz#2acf6d32822a9010191821c0d7f04467ec75aadf"
2118+
integrity sha512-gMr4LPl3jGvnfMTke0AIx74FvErGjtqfUNdExQUda/aL9e7yc5fGSDBFJlVQfR44hd2xmQDZVjqbxadEk8NRXQ==
21192119

21202120
JSONStream@^1.3.5:
21212121
version "1.3.5"
@@ -9136,10 +9136,10 @@ xml-name-validator@^4.0.0:
91369136
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835"
91379137
integrity sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==
91389138

9139-
xstate@^4.38.3:
9140-
version "4.38.3"
9141-
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.38.3.tgz#4e15e7ad3aa0ca1eea2010548a5379966d8f1075"
9142-
integrity sha512-SH7nAaaPQx57dx6qvfcIgqKRXIh4L0A1iYEqim4s1u7c9VoCgzZc+63FY90AKU4ZzOC2cfJzTnpO4zK7fCUzzw==
9139+
xstate@^5.10.0:
9140+
version "5.12.0"
9141+
resolved "https://registry.yarnpkg.com/xstate/-/xstate-5.12.0.tgz#3bd7b832f3cbd91a9a396a534760803487008a7e"
9142+
integrity sha512-4W/Hj553mwVnTLQ1itc3rni/cGtM5OkjyavTjaxCelc0ZZKE/ks6tYllc98KbekIoUrEPm4CJH/wTB5p5pPGEw==
91439143

91449144
xtend@~4.0.1:
91459145
version "4.0.2"

0 commit comments

Comments
 (0)