This commit is contained in:
Pavel Prichodko 2022-10-09 18:58:52 -05:00
parent 27ff048970
commit d4ced925e1
No known key found for this signature in database
GPG Key ID: 8E4C82D464215E83
3 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
"start": "vite preview"
},
"dependencies": {
"@status-im/react": "0.1.0",
"@status-im/react": "0.1.1",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},

View File

@ -1,6 +1,6 @@
{
"name": "@status-im/js",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT OR Apache-2.0",
"type": "module",
"exports": {

View File

@ -1,6 +1,6 @@
{
"name": "@status-im/react",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT OR Apache-2.0",
"type": "module",
"exports": {
@ -47,7 +47,7 @@
"@radix-ui/react-toggle-group": "^0.1.5",
"@radix-ui/react-tooltip": "^1.0.0",
"@radix-ui/react-visually-hidden": "^0.1.4",
"@status-im/js": "0.1.0",
"@status-im/js": "0.1.1",
"@stitches/react": "^1.2.8",
"date-fns": "^2.29.3",
"emoji-mart": "^3.0.1",