diff --git a/index.html b/index.html index fb8e7f27..22230755 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Demo + Sample App
diff --git a/package-lock.json b/package-lock.json index 89bd8ed7..3c419331 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.11.2", - "utopia-ui": "^2.0.4" + "utopia-ui": "^2.0.6" }, "devDependencies": { "@types/react": "^18.0.28", @@ -3577,9 +3577,9 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/utopia-ui": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/utopia-ui/-/utopia-ui-2.0.4.tgz", - "integrity": "sha512-JcjqO4Ff6PeDGn9AJLRpqdC8sE1v6GG1BsMT3SJHt5i7/8CFVxQGEQXgVpAm06A+jp6+VeUtSfOyumfA3ydgcA==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/utopia-ui/-/utopia-ui-2.0.6.tgz", + "integrity": "sha512-0x0V6DkxG9tmlDT9U187GikJZnYc+Ek/q+tXIRHRPpcBYOwoPMNQqTpdg1Reht+a8IuOrbgLFsuRXesOHPgFdA==", "dependencies": { "@heroicons/react": "^2.0.17", "leaflet": "^1.9.3", diff --git a/package.json b/package.json index fa7af6ca..c3685b2d 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.11.2", - "utopia-ui": "^2.0.5" + "utopia-ui": "^2.0.6" }, "devDependencies": { "@types/react": "^18.0.28",