mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
chore: bump @xstate/cli from 0.1.5 to 0.1.6 in /site (#900)
Bumps @xstate/cli from 0.1.5 to 0.1.6. --- updated-dependencies: - dependency-name: "@xstate/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@ -59,7 +59,7 @@
|
||||
"@types/superagent": "4.1.15",
|
||||
"@typescript-eslint/eslint-plugin": "5.18.0",
|
||||
"@typescript-eslint/parser": "5.18.0",
|
||||
"@xstate/cli": "0.1.5",
|
||||
"@xstate/cli": "0.1.6",
|
||||
"chromatic": "6.5.3",
|
||||
"copy-webpack-plugin": "10.2.4",
|
||||
"css-loader": "6.7.1",
|
||||
|
@ -4189,14 +4189,14 @@
|
||||
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.5.tgz#09fa51e356d07d0be200642b0e4f91d8e6dd408d"
|
||||
integrity sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A==
|
||||
|
||||
"@xstate/cli@0.1.5":
|
||||
version "0.1.5"
|
||||
resolved "https://registry.yarnpkg.com/@xstate/cli/-/cli-0.1.5.tgz#3822ba67deb683aad16d9ae0c70f4267a2bf7dde"
|
||||
integrity sha512-JrXLT5WaB9kLoUf5KkOo8T16NJ9MFSuGrDiVQdg7hFAZiHeuxUg6qN7EcKSRAbbr9E33HVlrfX7KaUCOeVyTpA==
|
||||
"@xstate/cli@0.1.6":
|
||||
version "0.1.6"
|
||||
resolved "https://registry.yarnpkg.com/@xstate/cli/-/cli-0.1.6.tgz#1ee6bb4897a8bb4b94155c7715b00a90aadedaa4"
|
||||
integrity sha512-npDPm9kRGFgWLPfyCsn2MBzmiV/Mx3R8sGNPKQEbBnmRiXD2c2hGqoYwrWiittk+pFOJmc7tm9eT8NUbxND0/g==
|
||||
dependencies:
|
||||
"@babel/core" "^7.12.10"
|
||||
"@xstate/machine-extractor" "0.6.2"
|
||||
"@xstate/tools-shared" "1.1.3"
|
||||
"@xstate/machine-extractor" "0.6.3"
|
||||
"@xstate/tools-shared" "1.1.4"
|
||||
chokidar "^3.5.3"
|
||||
commander "^8.0.0"
|
||||
xstate "^4.29.0"
|
||||
@ -4208,10 +4208,10 @@
|
||||
dependencies:
|
||||
fast-safe-stringify "^2.0.7"
|
||||
|
||||
"@xstate/machine-extractor@0.6.2":
|
||||
version "0.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@xstate/machine-extractor/-/machine-extractor-0.6.2.tgz#2fe5edb6b965fd1f45fa68644a4ef69f125c4fc0"
|
||||
integrity sha512-zyDrBMDCpPestEpnWHwmJ42qLIVOqRVUKa491kmdix/vT8z/3P3Ib6MOSbD8lp2yaF49kIUDUCCkvQA6TcLRyA==
|
||||
"@xstate/machine-extractor@0.6.3":
|
||||
version "0.6.3"
|
||||
resolved "https://registry.yarnpkg.com/@xstate/machine-extractor/-/machine-extractor-0.6.3.tgz#c5922fbd6044085bb855016f76412c769aa0e4f1"
|
||||
integrity sha512-PieLwCFiL+q4/fZczAv4/cl5J4ULDM5z6GoCliajTnHIAh0wHxxKiey6LsVvqWVzGw9fUlO87AqtWPsIcsy4jw==
|
||||
|
||||
"@xstate/react@2.0.1":
|
||||
version "2.0.1"
|
||||
@ -4221,12 +4221,12 @@
|
||||
use-isomorphic-layout-effect "^1.0.0"
|
||||
use-subscription "^1.3.0"
|
||||
|
||||
"@xstate/tools-shared@1.1.3":
|
||||
version "1.1.3"
|
||||
resolved "https://registry.yarnpkg.com/@xstate/tools-shared/-/tools-shared-1.1.3.tgz#89ab5b275e9863da563ab00f391450ec5994d001"
|
||||
integrity sha512-KsL0Qw4DAkDrkVtFe/BKBNGNKK7+48nsnOakZosrliFVyDszbr1YLwjlyzGFN/YDMUfG1jCGQdVyf3kmt6IKQw==
|
||||
"@xstate/tools-shared@1.1.4":
|
||||
version "1.1.4"
|
||||
resolved "https://registry.yarnpkg.com/@xstate/tools-shared/-/tools-shared-1.1.4.tgz#dcaf161792df0ba16be0d7dd57efa844bf265039"
|
||||
integrity sha512-gH1NdnQYbmM9JpKbD1Q3ybWzgwUArS5tgq5GZUSMtFVyghlG8JNWILx+s8XvshE9HCZB0jy3pFa4bUscbCLerw==
|
||||
dependencies:
|
||||
"@xstate/machine-extractor" "0.6.2"
|
||||
"@xstate/machine-extractor" "0.6.3"
|
||||
|
||||
"@xtuc/ieee754@^1.2.0":
|
||||
version "1.2.0"
|
||||
|
Reference in New Issue
Block a user