This commit is contained in:
Anton Tranelis 2025-02-09 18:48:54 +00:00
parent 0cfd4482bb
commit 2af771a79b
2 changed files with 5 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "utopia-ui",
"version": "3.0.54",
"version": "3.0.55",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "utopia-ui",
"version": "3.0.54",
"version": "3.0.55",
"license": "GPL-3.0-only",
"dependencies": {
"@heroicons/react": "^2.0.17",

View File

@ -1,6 +1,6 @@
{
"name": "utopia-ui",
"version": "3.0.54",
"version": "3.0.55",
"description": "Reuseable React Components to build mapping apps for real life communities and networks",
"repository": "https://github.com/utopia-os/utopia-ui",
"homepage:": "https://utopia-os.org/",
@ -10,7 +10,8 @@
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}},
}
},
"type": "module",
"scripts": {
"build": "rollup -c",