Skip to content

Commit

Permalink
update @playhtml/react dependency for website
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerc99 committed Feb 18, 2024
1 parent 66e2de7 commit 10d07e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"vite": "^4.3.9"
},
"dependencies": {
"@playhtml/react": "^0.2.0",
"@playhtml/react": "^0.3.2",
"canvas-confetti": "^1.9.2",
"partykit": "^0.0.79",
"profane-words": "^1.5.11",
Expand Down
21 changes: 3 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -579,23 +579,6 @@
resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz"
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==

"@playhtml/common@^0.0.8":
version "0.0.8"
resolved "https://registry.yarnpkg.com/@playhtml/common/-/common-0.0.8.tgz#2b211e65b2014ed9fe017b8f677fdce554cb3b53"
integrity sha512-WwBgTmPiBf3aU5w0ziv42HvlPeGQPRjU0ah/IuS/+LO9ed6nYrevcEqWkmfvjPwjNltaYKwqbR0iVQfcCilVwg==

"@playhtml/react@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@playhtml/react/-/react-0.2.0.tgz#347a9e1071e11d02f70960283eedd602dd45683c"
integrity sha512-PWv1Bz0Pykc7g9SIEDJCXXCKrDLNwR7kmGA2u0qLQz1aYv16c8VZlcsXKH6pkAnoUUk40xl2LAjklgUQlhhNvw==
dependencies:
"@playhtml/common" "^0.0.8"
classnames "^2.3.2"
playhtml "^2.1.0"
react "^16.8.0 || ^17.0.0 || ^18.2.0"
react-dom "^16.8.0 || ^17.0.0 || ^18.2.0"
react-is "^18.2.0"

"@rollup/pluginutils@^5.0.2":
version "5.0.2"
resolved "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.0.2.tgz"
Expand Down Expand Up @@ -1779,6 +1762,7 @@ string-argv@~0.3.1:
integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==

"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
name string-width-cjs
version "4.2.3"
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
Expand All @@ -1797,6 +1781,7 @@ string-width@^5.0.1, string-width@^5.1.2:
strip-ansi "^7.0.1"

"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
name strip-ansi-cjs
version "6.0.1"
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
Expand Down Expand Up @@ -1912,7 +1897,7 @@ vite-plugin-dts@^3.0.3:
rollup "*"
vite "^4.3.9"

vite@*, vite@^4.3.9:
vite@^4.3.9:
version "4.3.9"
resolved "https://registry.npmjs.org/vite/-/vite-4.3.9.tgz"
integrity sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==
Expand Down

0 comments on commit 10d07e6

Please sign in to comment.