utopia-ui@3.0.0-alpha.203

This commit is contained in:
Anton Tranelis 2024-07-16 16:20:39 +02:00
parent 6229dfcecc
commit b3df36cf36
3 changed files with 6 additions and 6 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.0-alpha.202"
"utopia-ui": "^3.0.0-alpha.203"
},
"devDependencies": {
"@types/react": "^18.2.79",
@ -7250,9 +7250,9 @@
"license": "MIT"
},
"node_modules/utopia-ui": {
"version": "3.0.0-alpha.202",
"resolved": "https://registry.npmjs.org/utopia-ui/-/utopia-ui-3.0.0-alpha.202.tgz",
"integrity": "sha512-ALle1xFSAtdg5ty6a27vyyuuvPB0mvsAEqCiD7XmkbXfds3dcExnziJVBp7mfAv254M5GSveeZ0KSRVe/NmHjQ==",
"version": "3.0.0-alpha.203",
"resolved": "https://registry.npmjs.org/utopia-ui/-/utopia-ui-3.0.0-alpha.203.tgz",
"integrity": "sha512-1dcsROIGmQmhiBwO2rmzrIyIVzPxO3d3wnuNmjREwWCsLBUVr2dTBA1aqL9MS2anB7L9BVYWpKokL8mO/q5E5g==",
"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.0-alpha.202"
"utopia-ui": "^3.0.0-alpha.203"
},
"devDependencies": {
"@types/react": "^18.2.79",

View File

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