Skip to content

Commit

Permalink
workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
threepointone committed Sep 11, 2024
1 parent e4a4bd8 commit 5a744fb
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 37 deletions.
7 changes: 7 additions & 0 deletions .changeset/moody-sheep-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"y-partyserver": patch
"partyserver": patch
"partysub": patch
---

Update dependencies
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions fixtures/blocknote-yjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"start": "wrangler dev"
},
"dependencies": {
"@blocknote/mantine": "^0.15.3",
"@blocknote/react": "^0.15.3",
"@tiptap/core": "^2.5.9",
"@types/react": "^18.3.3",
"@blocknote/mantine": "^0.15.7",
"@blocknote/react": "^0.15.7",
"@tiptap/core": "^2.6.6",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
10 changes: 5 additions & 5 deletions fixtures/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"start": "wrangler dev"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"esbuild-plugin-tailwindcss": "^1.2.1",
"partyserver": "workspace:*",
"partysocket": "^1.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.7",
"valibot": "^0.37.0"
"tailwindcss": "^3.4.10",
"valibot": "^0.41.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0"
}
}
2 changes: 1 addition & 1 deletion fixtures/globe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "wrangler dev"
},
"dependencies": {
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"cobe": "^0.6.3",
"partysocket": "^1.0.2",
Expand Down
6 changes: 3 additions & 3 deletions fixtures/lexical-yjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"deploy": "wrangler deploy"
},
"dependencies": {
"@lexical/react": "^0.17.0",
"@types/react": "^18.3.3",
"@lexical/react": "^0.17.1",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"lexical": "^0.17.0",
"lexical": "^0.17.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion fixtures/monaco-yjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "wrangler dev"
},
"dependencies": {
"monaco-editor": "^0.50.0",
"monaco-editor": "^0.51.0",
"partysocket": "^1.0.2",
"y-monaco": "^0.1.6"
}
Expand Down
16 changes: 8 additions & 8 deletions fixtures/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
"start": "remix dev -c \"wrangler dev\""
},
"dependencies": {
"@remix-run/cloudflare": "^2.11.1",
"@remix-run/css-bundle": "^2.11.1",
"@remix-run/react": "^2.11.1",
"@remix-run/server-runtime": "^2.11.1",
"isbot": "^5.1.14",
"@remix-run/cloudflare": "^2.12.0",
"@remix-run/css-bundle": "^2.12.0",
"@remix-run/react": "^2.12.0",
"@remix-run/server-runtime": "^2.12.0",
"isbot": "^5.1.17",
"partysocket": "^1.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240729.0",
"@remix-run/dev": "^2.11.1",
"@types/react": "^18.3.3",
"@cloudflare/workers-types": "^4.20240909.0",
"@remix-run/dev": "^2.12.0",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0"
},
"engines": {
Expand Down
16 changes: 8 additions & 8 deletions fixtures/tiptap-yjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
"start": "wrangler dev"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@tiptap/extension-collaboration": "^2.5.9",
"@tiptap/extension-collaboration-cursor": "^2.5.9",
"@tiptap/react": "^2.5.9",
"@tiptap/starter-kit": "^2.5.9",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tiptap/extension-collaboration": "^2.6.6",
"@tiptap/extension-collaboration-cursor": "^2.6.6",
"@tiptap/react": "^2.6.6",
"@tiptap/starter-kit": "^2.6.6",
"esbuild-plugin-tailwindcss": "^1.2.1",
"partyserver": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.7",
"tailwindcss": "^3.4.10",
"y-partyserver": "workspace:*"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0"
}
}
4 changes: 2 additions & 2 deletions fixtures/tldraw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"partysocket": "^1.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tldraw": "^2.4.4"
"tldraw": "^2.4.6"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/partyserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@cloudflare/workers-types": "^4.20240729.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240729.0",
"@cloudflare/workers-types": "^4.20240909.0",
"ws": "^8.18.0"
}
}
2 changes: 1 addition & 1 deletion packages/partysub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"partysocket": "^1.0.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240729.0",
"@cloudflare/workers-types": "^4.20240909.0",
"partyserver": "workspace:*",
"partysocket": "^1.0.2"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/y-partyserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"license": "ISC",
"description": "",
"dependencies": {
"lib0": "^0.2.96",
"lib0": "^0.2.97",
"lodash.debounce": "^4.0.8",
"nanoid": "^5.0.7",
"y-protocols": "^1.0.6"
Expand All @@ -50,10 +50,10 @@
"yjs": "^13.6.14"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240729.0",
"@cloudflare/workers-types": "^4.20240909.0",
"@types/lodash.debounce": "^4.0.9",
"partyserver": "workspace:*",
"ws": "^8.18.0",
"yjs": "^13.6.18"
"yjs": "^13.6.19"
}
}

0 comments on commit 5a744fb

Please sign in to comment.