Skip to content

Commit

Permalink
chore(repo): pin xstate versions (#16297)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjfulcher authored Apr 13, 2023
1 parent 7322751 commit 561c82e
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 @@ -123,9 +123,9 @@
"@typescript-eslint/parser": "5.58.0",
"@typescript-eslint/type-utils": "5.58.0",
"@typescript-eslint/utils": "5.58.0",
"@xstate/immer": "^0.3.1",
"@xstate/inspect": "^0.7.0",
"@xstate/react": "^3.0.1",
"@xstate/immer": "0.3.1",
"@xstate/inspect": "0.7.0",
"@xstate/react": "3.0.1",
"ajv": "^8.11.0",
"autoprefixer": "10.4.13",
"babel-jest": "29.4.3",
Expand Down Expand Up @@ -262,7 +262,7 @@
"webpack-node-externals": "^3.0.0",
"webpack-sources": "^3.2.3",
"webpack-subresource-integrity": "^5.1.0",
"xstate": "^4.34.0",
"xstate": "4.34.0",
"yargs": "^17.6.2",
"yargs-parser": "21.1.1"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9111,19 +9111,19 @@
object-path "^0.11.5"
tslib "^2.0.3"

"@xstate/immer@^0.3.1":
"@xstate/[email protected]":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@xstate/immer/-/immer-0.3.1.tgz#73a7948f7f248e00dc287b55290a949cd8276b3d"
integrity sha512-YE+KY08IjEEmXo6XKKpeSGW4j9LfcXw+5JVixLLUO3fWQ3M95joWJ40VtGzx0w0zQSzoCNk8NgfvwWBGSbIaTA==

"@xstate/inspect@^0.7.0":
"@xstate/[email protected]":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@xstate/inspect/-/inspect-0.7.0.tgz#0e3011d0fb8eca6d68f06a7c384ab1390801e176"
integrity sha512-3wrTf8TfBYprH1gBFdxmOQUBDpBazlICWvGdFzr8IHFL4MbiexEZdAsL2QC/WAmW9BqNYTWTwgfbvKHKg+FrlA==
dependencies:
fast-safe-stringify "^2.1.1"

"@xstate/react@^3.0.1":
"@xstate/[email protected]":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@xstate/react/-/react-3.0.1.tgz#937eeb5d5d61734ab756ca40146f84a6fe977095"
integrity sha512-/tq/gg92P9ke8J+yDNDBv5/PAxBvXJf2cYyGDByzgtl5wKaxKxzDT82Gj3eWlCJXkrBg4J5/V47//gRJuVH2fA==
Expand Down Expand Up @@ -26566,7 +26566,7 @@ xmlhttprequest-ssl@~1.6.2, xmlhttprequest-ssl@~2.0.0:
resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.6.3.tgz#03b713873b01659dfa2c1c5d056065b27ddc2de6"
integrity sha512-3XfeQE/wNkvrIktn2Kf0869fC0BN6UpydVasGIeSm2B1Llihf7/0UfZM+eCkOw3P7bP4+qPgqhm7ZoxuJtFU0Q==

xstate@^4.34.0:
[email protected]:
version "4.34.0"
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.34.0.tgz#401901c478f0b2a7f07576c020b6e6f750b5bd10"
integrity sha512-MFnYz7cJrWuXSZ8IPkcCyLB1a2T3C71kzMeShXKmNaEjBR/JQebKZPHTtxHKZpymESaWO31rA3IQ30TC6LW+sw==
Expand Down

1 comment on commit 561c82e

@vercel
Copy link

@vercel vercel bot commented on 561c82e Apr 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.