utopia-ui@3.0.0-alpha.202

This commit is contained in:
Anton Tranelis 2024-07-16 16:07:06 +02:00
parent eab26fdf9d
commit 6229dfcecc
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-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.0-alpha.200" "utopia-ui": "^3.0.0-alpha.202"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^18.2.79", "@types/react": "^18.2.79",
@ -7250,9 +7250,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/utopia-ui": { "node_modules/utopia-ui": {
"version": "3.0.0-alpha.200", "version": "3.0.0-alpha.202",
"resolved": "https://registry.npmjs.org/utopia-ui/-/utopia-ui-3.0.0-alpha.200.tgz", "resolved": "https://registry.npmjs.org/utopia-ui/-/utopia-ui-3.0.0-alpha.202.tgz",
"integrity": "sha512-F2ajtloyYup4uaPJuqN2gRK3sOJBtuug7ZuTNp7p1lGuZ/hTSck43hgI3BF0cyxEUS592Wg3WcS287XP8aSXPQ==", "integrity": "sha512-ALle1xFSAtdg5ty6a27vyyuuvPB0mvsAEqCiD7XmkbXfds3dcExnziJVBp7mfAv254M5GSveeZ0KSRVe/NmHjQ==",
"dependencies": { "dependencies": {
"@heroicons/react": "^2.0.17", "@heroicons/react": "^2.0.17",
"@tanstack/react-query": "^5.17.8", "@tanstack/react-query": "^5.17.8",

View File

@ -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.0-alpha.200" "utopia-ui": "^3.0.0-alpha.202"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^18.2.79", "@types/react": "^18.2.79",

View File

@ -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()