Skip to content

Commit

Permalink
update deps (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
threepointone committed Mar 27, 2024
1 parent 479e6b5 commit 949f8a5
Show file tree
Hide file tree
Showing 13 changed files with 214 additions and 199 deletions.
8 changes: 8 additions & 0 deletions .changeset/curly-wasps-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"create-partykit": patch
"partykit-ai": patch
"party.io": patch
"partykit": patch
---

update deps
2 changes: 1 addition & 1 deletion apps/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@divriots/jampack": "^0.23.3",
"@tailwindcss/typography": "^0.5.10",
"@types/github-slugger": "^1.3.0",
"@types/react": "^18.2.66",
"@types/react": "^18.2.72",
"astro-eslint-parser": "^0.16.3",
"eslint-plugin-astro": "^0.31.4",
"prettier-plugin-tailwindcss": "^0.5.11"
Expand Down
2 changes: 1 addition & 1 deletion apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react-text-loop-next-18": "^0.0.3",
"sass": "^1.70.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"typescript": "^5.4.3",
"zustand": "^4.5.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/blocknote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "ISC",
"dependencies": {
"@blocknote/react": "^0.12.2",
"@types/react": "^18.2.66",
"@types/react": "^18.2.72",
"@types/react-dom": "^18.2.22",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/lexical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "ISC",
"dependencies": {
"@lexical/react": "^0.13.1",
"@types/react": "^18.2.66",
"@types/react": "^18.2.72",
"@types/react-dom": "^18.2.22",
"lexical": "^0.13.1",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react": "^18.2.72",
"@types/react-dom": "^18.2.22"
}
}
2 changes: 1 addition & 1 deletion examples/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@remix-run/dev": "^2.8.1",
"@remix-run/eslint-config": "^2.8.1",
"@types/react": "^18.2.66",
"@types/react": "^18.2.72",
"@types/react-dom": "^18.2.22"
},
"engines": {
Expand Down

0 comments on commit 949f8a5

Please sign in to comment.