Skip to content

Commit b3e6a97

Browse files
authored
chore(ui): Bump xstate to ^4.33.0 (#2432)
* Bump xstate to ^4.33.0 * Create early-beans-build.md * Use 4.33.0 in packages/ui too * Update .changeset/early-beans-build.md
1 parent 1cfa1a0 commit b3e6a97

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

.changeset/early-beans-build.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@aws-amplify/ui": patch
3+
---
4+
5+
Bump xstate to ^4.33.0. This will resolve "No implementation found" warnings.

packages/angular/projects/ui-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"nanoid": "3.1.31",
2525
"qrcode": "1.5.0",
2626
"tslib": "2.3.1",
27-
"xstate": "^4.30.6"
27+
"xstate": "^4.33.0"
2828
},
2929
"publishConfig": {
3030
"directory": "../../dist/ui-angular"

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"lodash": "4.17.21",
4444
"style-dictionary": "3.7.0",
45-
"xstate": "^4.30.6",
45+
"xstate": "^4.33.0",
4646
"tslib": "2.4.0"
4747
},
4848
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)