Skip to content

Commit

Permalink
fix(deps): update dependency xstate to ^4.37.1 for gatsby-source-file…
Browse files Browse the repository at this point in the history
…system (#37872)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
renovate[bot] and LekoArts committed Apr 12, 2023
1 parent dd47b7c commit 579fe1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/package.json
Expand Up @@ -15,7 +15,7 @@
"mime": "^3.0.0",
"pretty-bytes": "^5.6.0",
"valid-url": "^1.0.9",
"xstate": "^4.35.3"
"xstate": "^4.37.1"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
Expand Down
3 changes: 1 addition & 2 deletions packages/gatsby/src/state-machines/develop/actions.ts
Expand Up @@ -3,7 +3,6 @@ import {
AnyEventObject,
ActionFunction,
spawn,
ActionFunctionMap,
DoneEventObject,
} from "xstate"
import { IBuildContext } from "../../services"
Expand Down Expand Up @@ -252,7 +251,7 @@ export const definitionsTypegen: ActionFunction<
}
}

export const buildActions: ActionFunctionMap<IBuildContext, AnyEventObject> = {
export const buildActions = {
callApi,
markNodesDirty,
addNodeMutation,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -24971,10 +24971,10 @@ xmlhttprequest-ssl@~2.0.0:
resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.0.0.tgz#91360c86b914e67f44dce769180027c0da618c67"
integrity sha512-QKxVRxiRACQcVuQEYFsI1hhkrMlrXHPegbbd1yn9UHOmRxY+si12nQYzri3vbzt8VdTTRviqcKxcyllFas5z2A==

xstate@^4.35.3:
version "4.35.4"
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.35.4.tgz#87b2a45b6c7e84d820f56378408c6531ca5c4662"
integrity sha512-mqRBYHhljP1xIItI4xnSQNHEv6CKslSM1cOGmvhmxeoDPAZgNbhSUYAL5N6DZIxRfpYY+M+bSm3mUFHD63iuvg==
xstate@^4.35.3, xstate@^4.37.1:
version "4.37.1"
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.37.1.tgz#1dd5a8bda179ef6cbb42e0e5fe06c99048a1ce3c"
integrity sha512-MuB7s01nV5vG2CzaBg2msXLGz7JuS+x/NBkQuZAwgEYCnWA8iQMiRz2VGxD3pcFjZAOih3fOgDD3kDaFInEx+g==

xtend@^4.0.0, xtend@^4.0.1, xtend@^4.0.2, xtend@~4.0.0, xtend@~4.0.1:
version "4.0.2"
Expand Down

0 comments on commit 579fe1e

Please sign in to comment.