updated utopia-ui to 3.0.74

This commit is contained in:
Anton Tranelis 2025-02-28 20:00:35 +00:00
parent f506509531
commit b98daf618b
4 changed files with 7 additions and 7 deletions

8
package-lock.json generated
View File

@ -17,7 +17,7 @@
"react-dom": "^18.2.0",
"react-rnd": "^10.4.1",
"react-router-dom": "^6.23.0",
"utopia-ui": "^3.0.66"
"utopia-ui": "^3.0.74"
},
"devDependencies": {
"@types/react": "^18.2.79",
@ -8574,9 +8574,9 @@
"license": "MIT"
},
"node_modules/utopia-ui": {
"version": "3.0.66",
"resolved": "https://registry.npmjs.org/utopia-ui/-/utopia-ui-3.0.66.tgz",
"integrity": "sha512-hEKuWZvA2jsQwH2rJTrx41fiW/gk5n5nfEs54bU9gLjGiYIw6qTHgJpMe4ncx29BSJp0sefIe4E8vjeNSNPRRg==",
"version": "3.0.74",
"resolved": "https://registry.npmjs.org/utopia-ui/-/utopia-ui-3.0.74.tgz",
"integrity": "sha512-PYD3sLEXLZnJhAetaUrCIzP4V7MgVJ8NeM62CjzwP4lFWmqQPqJN465/F+VbhUEQaB9JOn6pZqMr2mt4TrirbA==",
"dependencies": {
"@heroicons/react": "^2.0.17",
"@tanstack/react-query": "^5.17.8",

View File

@ -19,7 +19,7 @@
"react-dom": "^18.2.0",
"react-rnd": "^10.4.1",
"react-router-dom": "^6.23.0",
"utopia-ui": "^3.0.66"
"utopia-ui": "^3.0.74"
},
"devDependencies": {
"@types/react": "^18.2.79",

View File

@ -13,7 +13,7 @@ export function Welcome1({ clickAction1, map }: ChapterProps) {
return (
<>{map.custom_text?
<>
<TextView item={map} itemTextField={'custom_text'}></TextView>
<TextView rawText={map.custom_text}></TextView>
</> :
<>
<h3 className="font-bold text-lg">Welcome to {map?.name || "Utopia Map"}</h3>

View File

@ -7,7 +7,7 @@ import { VitePWA } from 'vite-plugin-pwa'
// https://vitejs.dev/config/
export default defineConfig({
server: {
port: 5174
port: 5173
},
plugins: [
react()