Merge pull request #25 from utopia-os/fix-vulnerabilities

fix(frontend): fix vulnerabilities
This commit is contained in:
Anton Tranelis 2025-03-14 19:05:47 +00:00 committed by GitHub
commit ce9ca46757
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 124 additions and 201 deletions

321
package-lock.json generated

File diff suppressed because it is too large Load Diff

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.74"
"utopia-ui": "^3.0.76"
},
"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()