v0.1.0-alpha.2
This commit is contained in:
parent
655a1a9e44
commit
3ef824da55
|
@ -9,7 +9,7 @@
|
|||
"build": "parcel build index.html"
|
||||
},
|
||||
"dependencies": {
|
||||
"@status-im/react": "0.1.0-alpha.1",
|
||||
"@status-im/react": "0.1.0-alpha.2",
|
||||
"react": "^17.0.0",
|
||||
"react-dom": "^17.0.0"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@status-im/js",
|
||||
"version": "0.1.0-alpha.1",
|
||||
"version": "0.1.0-alpha.2",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@status-im/react",
|
||||
"version": "0.1.0-alpha.1",
|
||||
"version": "0.1.0-alpha.2",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
|
@ -45,7 +45,7 @@
|
|||
"@radix-ui/react-toggle-group": "^0.1.5",
|
||||
"@radix-ui/react-tooltip": "^0.1.7",
|
||||
"@radix-ui/react-visually-hidden": "^0.1.4",
|
||||
"@status-im/js": "0.1.0-alpha.1",
|
||||
"@status-im/js": "0.1.0-alpha.2",
|
||||
"@stitches/react": "^1.2.8",
|
||||
"emoji-mart": "^3.0.1",
|
||||
"html-entities": "^2.3.2",
|
||||
|
|
Loading…
Reference in New Issue