Skip to content

Commit

Permalink
@playhtml/react-v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerc99 committed Feb 18, 2024
1 parent 616e580 commit 6299ac4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@playhtml/react",
"description": "Create interactive, collaborative html elements in React",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"@playhtml/common": "^0.0.9",
"classnames": "^2.3.2",
"playhtml": "^2.1.3",
"playhtml": "^2.1.4",
"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"
Expand Down
4 changes: 1 addition & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1779,7 +1779,6 @@ 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 @@ -1798,7 +1797,6 @@ 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 @@ -1914,7 +1912,7 @@ vite-plugin-dts@^3.0.3:
rollup "*"
vite "^4.3.9"

vite@^4.3.9:
vite@*, 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 6299ac4

Please sign in to comment.