Skip to content

Commit

Permalink
Update examples & templates
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkpiano committed Jun 10, 2024
1 parent e79d480 commit 206e457
Show file tree
Hide file tree
Showing 105 changed files with 51,577 additions and 4,448 deletions.
10 changes: 5 additions & 5 deletions examples/7guis-1-counter-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"preview": "vite preview"
},
"dependencies": {
"@xstate/vue": "^3.1.1",
"vue": "^3.4.21",
"xstate": "^5.9.1"
"@xstate/vue": "^3.1.2",
"vue": "^3.4.27",
"xstate": "^5.13.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.6.2",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"typescript": "^5.4.5",
"vite": "^5.2.13",
"vue-tsc": "^1.8.27"
}
}
750 changes: 750 additions & 0 deletions examples/7guis-1-counter-vue/pnpm-lock.yaml

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions examples/7guis-1-counter-vue/src/vue-shim.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
declare module '*.vue' {
import { ComponentOptions } from 'vue';
const component: ComponentOptions;
export default component;
}
10 changes: 5 additions & 5 deletions examples/7guis-2-temperature-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"preview": "vite preview"
},
"dependencies": {
"@xstate/vue": "^3.1.1",
"vue": "^3.4.21",
"xstate": "^5.9.1"
"@xstate/vue": "^3.1.2",
"vue": "^3.4.27",
"xstate": "^5.13.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.6.2",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"typescript": "^5.4.5",
"vite": "^5.2.13",
"vue-tsc": "^1.8.27"
}
}
Loading

0 comments on commit 206e457

Please sign in to comment.