Skip to content

Commit

Permalink
Fix RemoteRootElement initial mutation
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed Feb 17, 2024
1 parent fa2bcf4 commit c7cf885
Show file tree
Hide file tree
Showing 9 changed files with 64 additions and 55 deletions.
9 changes: 9 additions & 0 deletions .changeset/ten-donkeys-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@watching/thread-render': patch
'@watching/clips-preact': patch
'@watching/clips-svelte': patch
'@watching/clips-react': patch
'@watching/clips': patch
---

Fix RemoteRootElement initial mutation
6 changes: 3 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@quilted/localize": "^0.2.0",
"@quilted/quilt": "^0.6.8",
"@quilted/react-query": "^0.3.1",
"@remote-dom/core": "^0.1.0",
"@remote-dom/preact": "^0.1.0",
"@remote-dom/react": "^0.1.0",
"@remote-dom/core": "^0.1.1",
"@remote-dom/preact": "^0.1.1",
"@remote-dom/react": "^0.1.1",
"@simplewebauthn/browser": "^6.2.0",
"@simplewebauthn/server": "^6.2.0",
"@stripe/stripe-js": "^1.46.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/clips-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"dependencies": {
"@preact/signals-core": "^1.5.0",
"@remote-dom/core": "^0.1.0",
"@remote-dom/preact": "^0.1.0"
"@remote-dom/core": "^0.1.1",
"@remote-dom/preact": "^0.1.1"
},
"peerDependencies": {
"@watching/clips": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/clips-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
"dependencies": {
"@preact/signals-core": "^1.5.0",
"@remote-dom/core": "^0.1.0",
"@remote-dom/react": "^0.1.0",
"@remote-dom/core": "^0.1.1",
"@remote-dom/react": "^0.1.1",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/clips-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"build": "rollup --config configuration/rollup.config.js"
},
"dependencies": {
"@remote-dom/core": "^0.1.0",
"@remote-dom/core": "^0.1.1",
"@preact/signals-core": "^1.5.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/clips/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"@quilted/graphql": "^3.0.1",
"@quilted/localize": "^0.2.0",
"@quilted/threads": "^2.1.0",
"@remote-dom/core": "^0.1.0"
"@remote-dom/core": "^0.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/thread-render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@preact/signals-core": "^1.5.0",
"@quilted/events": "^2.0.0",
"@quilted/threads": "^2.1.0",
"@remote-dom/core": "^0.1.0",
"@remote-dom/signals": "^1.0.0"
"@remote-dom/core": "^0.1.1",
"@remote-dom/signals": "^1.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/zest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@preact/signals-core": "^1.5.0",
"@quilted/events": "^2.0.0",
"@quilted/react-utilities": "^0.2.0",
"@remote-dom/core": "^0.1.0",
"@remote-dom/react": "^0.1.0",
"@remote-dom/core": "^0.1.1",
"@remote-dom/react": "^0.1.1",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.0.0",
"@watching/clips": "workspace:*",
Expand Down
84 changes: 42 additions & 42 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c7cf885

Please sign in to comment.