Skip to content

Commit 579fe1e

Browse files
fix(deps): update dependency xstate to ^4.37.1 for gatsby-source-filesystem (#37872)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lennart <lekoarts@gmail.com>
1 parent dd47b7c commit 579fe1e

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

packages/gatsby-source-filesystem/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"mime": "^3.0.0",
1616
"pretty-bytes": "^5.6.0",
1717
"valid-url": "^1.0.9",
18-
"xstate": "^4.35.3"
18+
"xstate": "^4.37.1"
1919
},
2020
"devDependencies": {
2121
"@babel/cli": "^7.20.7",

packages/gatsby/src/state-machines/develop/actions.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import {
33
AnyEventObject,
44
ActionFunction,
55
spawn,
6-
ActionFunctionMap,
76
DoneEventObject,
87
} from "xstate"
98
import { IBuildContext } from "../../services"
@@ -252,7 +251,7 @@ export const definitionsTypegen: ActionFunction<
252251
}
253252
}
254253

255-
export const buildActions: ActionFunctionMap<IBuildContext, AnyEventObject> = {
254+
export const buildActions = {
256255
callApi,
257256
markNodesDirty,
258257
addNodeMutation,

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -24971,10 +24971,10 @@ xmlhttprequest-ssl@~2.0.0:
2497124971
resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.0.0.tgz#91360c86b914e67f44dce769180027c0da618c67"
2497224972
integrity sha512-QKxVRxiRACQcVuQEYFsI1hhkrMlrXHPegbbd1yn9UHOmRxY+si12nQYzri3vbzt8VdTTRviqcKxcyllFas5z2A==
2497324973

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

2497924979
xtend@^4.0.0, xtend@^4.0.1, xtend@^4.0.2, xtend@~4.0.0, xtend@~4.0.1:
2498024980
version "4.0.2"

0 commit comments

Comments
 (0)