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-dom": "^18.2.0",
|
||||||
"react-rnd": "^10.4.1",
|
"react-rnd": "^10.4.1",
|
||||||
"react-router-dom": "^6.23.0",
|
"react-router-dom": "^6.23.0",
|
||||||
"utopia-ui": "^3.0.66"
|
"utopia-ui": "^3.0.74"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/react": "^18.2.79",
|
"@types/react": "^18.2.79",
|
||||||
@ -8574,9 +8574,9 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/utopia-ui": {
|
"node_modules/utopia-ui": {
|
||||||
"version": "3.0.66",
|
"version": "3.0.74",
|
||||||
"resolved": "https://registry.npmjs.org/utopia-ui/-/utopia-ui-3.0.66.tgz",
|
"resolved": "https://registry.npmjs.org/utopia-ui/-/utopia-ui-3.0.74.tgz",
|
||||||
"integrity": "sha512-hEKuWZvA2jsQwH2rJTrx41fiW/gk5n5nfEs54bU9gLjGiYIw6qTHgJpMe4ncx29BSJp0sefIe4E8vjeNSNPRRg==",
|
"integrity": "sha512-PYD3sLEXLZnJhAetaUrCIzP4V7MgVJ8NeM62CjzwP4lFWmqQPqJN465/F+VbhUEQaB9JOn6pZqMr2mt4TrirbA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@heroicons/react": "^2.0.17",
|
"@heroicons/react": "^2.0.17",
|
||||||
"@tanstack/react-query": "^5.17.8",
|
"@tanstack/react-query": "^5.17.8",
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"react-rnd": "^10.4.1",
|
"react-rnd": "^10.4.1",
|
||||||
"react-router-dom": "^6.23.0",
|
"react-router-dom": "^6.23.0",
|
||||||
"utopia-ui": "^3.0.66"
|
"utopia-ui": "^3.0.74"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/react": "^18.2.79",
|
"@types/react": "^18.2.79",
|
||||||
|
|||||||
@ -13,7 +13,7 @@ export function Welcome1({ clickAction1, map }: ChapterProps) {
|
|||||||
return (
|
return (
|
||||||
<>{map.custom_text?
|
<>{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>
|
<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/
|
// https://vitejs.dev/config/
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
server: {
|
server: {
|
||||||
port: 5174
|
port: 5173
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
react()
|
react()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user