mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
updated utopia-ui to 3.0.74
This commit is contained in:
parent
f506509531
commit
b98daf618b
8
package-lock.json
generated
8
package-lock.json
generated
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -7,7 +7,7 @@ import { VitePWA } from 'vite-plugin-pwa'
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
server: {
|
||||
port: 5174
|
||||
port: 5173
|
||||
},
|
||||
plugins: [
|
||||
react()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user