Skip to content

Commit

Permalink
Update examples & template deps
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkpiano committed Feb 25, 2024
1 parent 8de5d52 commit b421ab9
Show file tree
Hide file tree
Showing 96 changed files with 5,869 additions and 5,689 deletions.
14 changes: 7 additions & 7 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.0.3",
"vue": "^3.3.11",
"xstate": "^5.5.2"
"@xstate/vue": "^3.1.1",
"vue": "^3.4.19",
"xstate": "^5.8.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vue-tsc": "^1.8.25"
"@vitejs/plugin-vue": "^4.6.2",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vue-tsc": "^1.8.27"
}
}
355 changes: 178 additions & 177 deletions examples/7guis-1-counter-vue/pnpm-lock.yaml

Large diffs are not rendered by default.

14 changes: 7 additions & 7 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.0.3",
"vue": "^3.3.11",
"xstate": "^5.5.2"
"@xstate/vue": "^3.1.1",
"vue": "^3.4.19",
"xstate": "^5.8.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vue-tsc": "^1.8.25"
"@vitejs/plugin-vue": "^4.6.2",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vue-tsc": "^1.8.27"
}
}
354 changes: 177 additions & 177 deletions examples/7guis-2-temperature-vue/pnpm-lock.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/7guis-counter-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"serve": "vite preview"
},
"dependencies": {
"@xstate/react": "^4.0.2",
"@xstate/react": "^4.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"xstate": "^5.4.1"
"xstate": "^5.8.0"
},
"devDependencies": {
"@types/react": "^17.0.73",
"@types/react": "^17.0.75",
"@types/react-dom": "^17.0.25",
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^5.3.3",
"vite": "^5.0.11"
"vite": "^5.1.4"
}
}
534 changes: 267 additions & 267 deletions examples/7guis-counter-react/pnpm-lock.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/7guis-temperature-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"serve": "vite preview"
},
"dependencies": {
"@xstate/react": "^4.0.2",
"@xstate/react": "^4.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"xstate": "^5.4.1"
"xstate": "^5.8.0"
},
"devDependencies": {
"@types/react": "^17.0.73",
"@types/react": "^17.0.75",
"@types/react-dom": "^17.0.25",
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^5.3.3",
"vite": "^5.0.11"
"vite": "^5.1.4"
}
}
Loading

0 comments on commit b421ab9

Please sign in to comment.