mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
utopia-ui@3.0.0-alpha.202
This commit is contained in:
parent
eab26fdf9d
commit
6229dfcecc
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.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",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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