Skip to content

Commit

Permalink
Merge branch 'statelyai:main' into feature/xstate-lit
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarmarina authored Jun 26, 2024
2 parents eb66d11 + 11c781f commit dfcbce1
Show file tree
Hide file tree
Showing 305 changed files with 37,359 additions and 10,266 deletions.
10 changes: 0 additions & 10 deletions .changeset-xstate-test-beta/all-quick-lizards-burn.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset-xstate-test-beta/config.json

This file was deleted.

25 changes: 0 additions & 25 deletions .changeset-xstate-test-beta/graph-angry-seals-sin.md

This file was deleted.

24 changes: 0 additions & 24 deletions .changeset-xstate-test-beta/graph-grumpy-planes-protect.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset-xstate-test-beta/graph-popular-clocks-melt.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changeset-xstate-test-beta/pre.json

This file was deleted.

7 changes: 1 addition & 6 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@
"linked": [],
"access": "public",
"baseBranch": "main",
"ignore": [
"@xstate/immer",
"@xstate/graph",
"@xstate/inspect",
"@xstate/test"
],
"ignore": ["@xstate/immer", "@xstate/inspect"],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true,
"useCalculatedVersionForSnapshots": true
Expand Down
10 changes: 0 additions & 10 deletions .codesandbox/ci.json

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ docs/.cache

# Docs
api/

# pnpm
.pnpm-lock.yaml
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,11 @@ Read [📽 the slides](http://slides.com/davidkhourshid/finite-state-machines) (
| Package | Description |
| --------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| 🤖 `xstate` | Core finite state machine and statecharts library + interpreter |
| [📉 `@xstate/graph`](https://github.com/statelyai/xstate/tree/main/packages/xstate-graph) | Graph traversal utilities for XState |
| [📉 `@xstate/graph`](https://github.com/statelyai/xstate/tree/main/packages/xstate-graph) | Graph traversal and model-based testing utilities using XState |
| [⚛️ `@xstate/react`](https://github.com/statelyai/xstate/tree/main/packages/xstate-react) | React hooks and utilities for using XState in React applications |
| [💚 `@xstate/vue`](https://github.com/statelyai/xstate/tree/main/packages/xstate-vue) | Vue composition functions and utilities for using XState in Vue applications |
| [🎷 `@xstate/svelte`](https://github.com/statelyai/xstate/tree/main/packages/xstate-svelte) | Svelte utilities for using XState in Svelte applications |
| [🥏 `@xstate/solid`](https://github.com/statelyai/xstate/tree/main/packages/xstate-solid) | Solid hooks and utilities for using XState in Solid applications |
| [`@xstate/test`](https://github.com/statelyai/xstate/tree/main/packages/xstate-test) | Model-Based-Testing utilities (using XState) for testing any software |
| [🔍 `@xstate/inspect`](https://github.com/statelyai/xstate/tree/main/packages/xstate-inspect) | Inspection utilities for XState |

## Finite State Machines
Expand Down
1 change: 1 addition & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ module.exports = {
toc: { includeLevel: [2, 3], slugify: slugifyWithBadges }
},
head: [
['meta', { name: 'robots', content: 'noindex' }],
['script', { src: 'https://plausible.io/js/plausible.js', defer: 'defer' }]
],
themeConfig: {
Expand Down
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.19",
"xstate": "^5.8.0"
"@xstate/vue": "^3.1.2",
"vue": "^3.4.27",
"xstate": "^5.13.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.6.2",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"typescript": "^5.4.5",
"vite": "^5.2.13",
"vue-tsc": "^1.8.27"
}
}
Loading

0 comments on commit dfcbce1

Please sign in to comment.