v0.1.0-alpha.2

This commit is contained in:
Felicio Mununga 2022-06-30 17:03:12 +02:00
parent d4fb2e4d95
commit d225623df9
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
3 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
"build": "parcel build index.html" "build": "parcel build index.html"
}, },
"dependencies": { "dependencies": {
"@status-im/react": "0.1.0-alpha.1", "@status-im/react": "0.1.0-alpha.2",
"react": "^17.0.0", "react": "^17.0.0",
"react-dom": "^17.0.0" "react-dom": "^17.0.0"
}, },

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@status-im/react", "name": "@status-im/react",
"version": "0.1.0-alpha.1", "version": "0.1.0-alpha.2",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"type": "module", "type": "module",
"exports": { "exports": {
@ -45,7 +45,7 @@
"@radix-ui/react-toggle-group": "^0.1.5", "@radix-ui/react-toggle-group": "^0.1.5",
"@radix-ui/react-tooltip": "^0.1.7", "@radix-ui/react-tooltip": "^0.1.7",
"@radix-ui/react-visually-hidden": "^0.1.4", "@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", "@stitches/react": "^1.2.8",
"emoji-mart": "^3.0.1", "emoji-mart": "^3.0.1",
"html-entities": "^2.3.2", "html-entities": "^2.3.2",