Skip to content

Commit ce74ec5

Browse files
committed
update to latest xstate
1 parent 39949c8 commit ce74ec5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/gatsby-source-filesystem/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"mime": "^2.5.2",
1717
"pretty-bytes": "^5.4.1",
1818
"valid-url": "^1.0.9",
19-
"xstate": "4.33.3"
19+
"xstate": "^4.34.0"
2020
},
2121
"devDependencies": {
2222
"@babel/cli": "^7.15.4",

packages/gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
"webpack-merge": "^5.8.0",
174174
"webpack-stats-plugin": "^1.0.3",
175175
"webpack-virtual-modules": "^0.3.2",
176-
"xstate": "4.33.3",
176+
"xstate": "^4.34.0",
177177
"yaml-loader": "^0.6.0"
178178
},
179179
"devDependencies": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -24750,10 +24750,10 @@ xmlhttprequest-ssl@~1.5.4:
2475024750
version "1.5.5"
2475124751
resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz#c2876b06168aadc40e57d97e81191ac8f4398b3e"
2475224752

24753-
xstate@4.33.3:
24754-
version "4.33.3"
24755-
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.33.3.tgz#a1c0a60626f79e8563f5ec6c55da058bab0ed563"
24756-
integrity sha512-NXFGDFXlDg04dYaKwAlHGeCT6K4bcYiXndaG1p9g++1z2FnEUji6chfZ2lxYc28pcV6tz1vAsfaSJdgZUS4J/w==
24753+
xstate@^4.34.0:
24754+
version "4.34.0"
24755+
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.34.0.tgz#401901c478f0b2a7f07576c020b6e6f750b5bd10"
24756+
integrity sha512-MFnYz7cJrWuXSZ8IPkcCyLB1a2T3C71kzMeShXKmNaEjBR/JQebKZPHTtxHKZpymESaWO31rA3IQ30TC6LW+sw==
2475724757

2475824758
xtend@^4.0.0, xtend@^4.0.1, xtend@^4.0.2, xtend@~4.0.0, xtend@~4.0.1:
2475924759
version "4.0.2"

0 commit comments

Comments
 (0)