bump BETA 3

Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
2022-10-18 13:26:17 +02:00
parent 8a360e122c
commit 41c01d8af5
8 changed files with 1891 additions and 3383 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@dzeio/components",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"license": "MIT",
"main": "./index.umd.js",
"module": "./index.es.js",
@ -18,6 +18,7 @@
"react": "^18",
"react-dom": "^18",
"style-loader": "^3",
"stylus": "^0.59.0",
"typescript": "^4",
"vite": "^3"
},
@ -33,6 +34,6 @@
},
"dependencies": {
"@dzeio/object-util": "^1",
"lucide-react": "^0.88.0"
"lucide-react": "^0.91.0"
}
}