Skip to content

Commit

Permalink
chore: update deps (#58)
Browse files Browse the repository at this point in the history
* chore: update deps

* chore: revert lint command
  • Loading branch information
Lexpeartha authored Apr 20, 2024
1 parent d416d84 commit 80a8163
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@xstate/fsm": "^2.1.0",
"@xstate/vue": "^2.0.0",
"unimport": "^3.0.14",
"xstate": "^4.38.1",
"xstate": "^4.38.3",
"xstate-vue2": "^0.3.2"
},
"devDependencies": {
Expand All @@ -67,9 +67,9 @@
"typescript": "5.0.4",
"vitepress": "v1.0.0-beta.3",
"vitest": "^0.32.4",
"vue": "^3.3.4",
"vue-demi": "^0.14.5",
"vue-router": "^4.2.4"
"vue": "^3.3.13",
"vue-demi": "^0.14.7",
"vue-router": "^4.2.5"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8785,7 +8785,7 @@ vue-bundle-renderer@^2.0.0:
dependencies:
ufo "^1.2.0"

vue-demi@>=0.14.7, vue-demi@^0.14.5:
vue-demi@>=0.14.7, vue-demi@^0.14.7:
version "0.14.7"
resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.14.7.tgz#8317536b3ef74c5b09f268f7782e70194567d8f2"
integrity sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==
Expand Down Expand Up @@ -8827,7 +8827,7 @@ vue-resize@^2.0.0-alpha.1:
resolved "https://registry.yarnpkg.com/vue-resize/-/vue-resize-2.0.0-alpha.1.tgz#43eeb79e74febe932b9b20c5c57e0ebc14e2df3a"
integrity sha512-7+iqOueLU7uc9NrMfrzbG8hwMqchfVfSzpVlCMeJQe4pyibqyoifDNbKTZvwxZKDvGkB+PdFeKvnGZMoEb8esg==

vue-router@^4.2.4, vue-router@^4.3.0:
vue-router@^4.2.5, vue-router@^4.3.0:
version "4.3.2"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.3.2.tgz#08096c7765dacc6832f58e35f7a081a8b34116a7"
integrity sha512-hKQJ1vDAZ5LVkKEnHhmm1f9pMiWIBNGF5AwU67PdH7TyXCj/a4hTccuUuYCAMgJK6rO/NVYtQIEN3yL8CECa7Q==
Expand All @@ -8843,7 +8843,7 @@ [email protected]:
vue-observe-visibility "^2.0.0-alpha.1"
vue-resize "^2.0.0-alpha.1"

vue@^3.3.4, vue@^3.4.21:
vue@^3.3.13, vue@^3.3.4, vue@^3.4.21:
version "3.4.23"
resolved "https://registry.yarnpkg.com/vue/-/vue-3.4.23.tgz#9d5a990a71c5bd5446f80377828e6587cfc488d5"
integrity sha512-X1y6yyGJ28LMUBJ0k/qIeKHstGd+BlWQEOT40x3auJFTmpIhpbKLgN7EFsqalnJXq1Km5ybDEsp6BhuWKciUDg==
Expand Down Expand Up @@ -9086,7 +9086,7 @@ xstate-vue2@^0.3.2:
resolved "https://registry.yarnpkg.com/xstate-vue2/-/xstate-vue2-0.3.2.tgz#6ff3e267bb9ad8ab2228f28ea7558d79459706ad"
integrity sha512-H+Nw/Md3T23dlB8a9wM6i+WKwoUQsBgKJycE0piYnpHy58g61tpQEI5egPBNuSS8pMij1tbMolen/hH7z653qA==

xstate@^4.38.1:
xstate@^4.38.3:
version "4.38.3"
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.38.3.tgz#4e15e7ad3aa0ca1eea2010548a5379966d8f1075"
integrity sha512-SH7nAaaPQx57dx6qvfcIgqKRXIh4L0A1iYEqim4s1u7c9VoCgzZc+63FY90AKU4ZzOC2cfJzTnpO4zK7fCUzzw==
Expand Down

0 comments on commit 80a8163

Please sign in to comment.