From 1e16a1406af989e594f07bb7f93f689819ceedd6 Mon Sep 17 00:00:00 2001 From: Anton Date: Mon, 1 Jan 2024 20:49:24 +0100 Subject: [PATCH] updated to utopia-ui@3.0.0-alpha.40 --- index.html | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index df075f3a..9ec0778a 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + diff --git a/package-lock.json b/package-lock.json index b6d69bf4..f9267a66 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": "^3.0.0-alpha.39" + "utopia-ui": "^3.0.0-alpha.40" }, "devDependencies": { "@types/react": "^18.0.28", @@ -6707,9 +6707,9 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/utopia-ui": { - "version": "3.0.0-alpha.39", - "resolved": "https://registry.npmjs.org/utopia-ui/-/utopia-ui-3.0.0-alpha.39.tgz", - "integrity": "sha512-O/uO/qGPjuFOL5VCzeeDyo09SXezAGZMtEP9XXHNSOwNxJcY0z7bjN0ECuhyjHgIKsEBo8lJ6y6VKWKEvpsu/Q==", + "version": "3.0.0-alpha.40", + "resolved": "https://registry.npmjs.org/utopia-ui/-/utopia-ui-3.0.0-alpha.40.tgz", + "integrity": "sha512-YePG5lVTxh4pxldqcHTm5/HO9hfZWi4OaBCKldOCYWESJP1XJhAZl9CkOTaIAqw2/fC3agNh1Cm1Lu+dnGo3Cw==", "dependencies": { "@heroicons/react": "^2.0.17", "@types/offscreencanvas": "^2019.7.1", diff --git a/package.json b/package.json index 1882c371..78111744 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": "^3.0.0-alpha.39" + "utopia-ui": "^3.0.0-alpha.40" }, "devDependencies": { "@types/react": "^18.0.28",