Skip to content

Commit 3e9e08b

Browse files
committed
fix: correct dependency from @destyler/core to @destyler/xstate in package.json template
1 parent f948fe1 commit 3e9e08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/component/package.json.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@destyler/anatomy": "workspace:*",
30-
"@destyler/core": "workspace:*",
30+
"@destyler/xstate": "workspace:*",
3131
"@destyler/dom": "workspace:*",
3232
"@destyler/types": "workspace:*",
3333
"@destyler/utils": "workspace:*"

0 commit comments

Comments
 (0)