mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
update autoupdater
This commit is contained in:
parent
7349e51501
commit
73d07f2ef0
@ -6,7 +6,8 @@
|
|||||||
"webDir": "dist",
|
"webDir": "dist",
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"CapacitorUpdater": {
|
"CapacitorUpdater": {
|
||||||
"updateUrl": "https://api.comty.app/auto-update/mobile"
|
"updateUrl": "https://api.comty.app/auto-update/mobile",
|
||||||
|
"resetWhenUpdate": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -32,7 +32,7 @@
|
|||||||
"@capacitor/push-notifications": "1.0.9",
|
"@capacitor/push-notifications": "1.0.9",
|
||||||
"@capacitor/status-bar": "1.0.7",
|
"@capacitor/status-bar": "1.0.7",
|
||||||
"@capacitor/storage": "1.2.4",
|
"@capacitor/storage": "1.2.4",
|
||||||
"@capgo/capacitor-updater": "^4.12.8",
|
"@capgo/capacitor-updater": "^5.0.1",
|
||||||
"@corenode/utils": "0.28.26",
|
"@corenode/utils": "0.28.26",
|
||||||
"@dnd-kit/core": "^6.0.8",
|
"@dnd-kit/core": "^6.0.8",
|
||||||
"@dnd-kit/sortable": "^7.0.2",
|
"@dnd-kit/sortable": "^7.0.2",
|
||||||
@ -44,8 +44,6 @@
|
|||||||
"@mui/material": "^5.11.9",
|
"@mui/material": "^5.11.9",
|
||||||
"@paciolan/remote-component": "^2.13.0",
|
"@paciolan/remote-component": "^2.13.0",
|
||||||
"@tsmx/human-readable": "^1.0.7",
|
"@tsmx/human-readable": "^1.0.7",
|
||||||
"react": "^16.8.6",
|
|
||||||
"react-dom": "^16.8.6",
|
|
||||||
"antd": "^5.2.1",
|
"antd": "^5.2.1",
|
||||||
"antd-mobile": "^5.0.0-rc.17",
|
"antd-mobile": "^5.0.0-rc.17",
|
||||||
"axios": "^1.4.0",
|
"axios": "^1.4.0",
|
||||||
@ -85,10 +83,12 @@
|
|||||||
"rc-animate": "^3.1.1",
|
"rc-animate": "^3.1.1",
|
||||||
"rc-util": "^5.19.3",
|
"rc-util": "^5.19.3",
|
||||||
"rc-virtual-list": "^3.4.4",
|
"rc-virtual-list": "^3.4.4",
|
||||||
|
"react": "^16.8.6",
|
||||||
"react-beautiful-dnd": "^13.1.1",
|
"react-beautiful-dnd": "^13.1.1",
|
||||||
"react-color": "2.19.3",
|
"react-color": "2.19.3",
|
||||||
"react-contexify": "5.0.0",
|
"react-contexify": "5.0.0",
|
||||||
"react-countup": "^6.4.1",
|
"react-countup": "^6.4.1",
|
||||||
|
"react-dom": "^16.8.6",
|
||||||
"react-draggable": "4.4.4",
|
"react-draggable": "4.4.4",
|
||||||
"react-fast-marquee": "^1.3.5",
|
"react-fast-marquee": "^1.3.5",
|
||||||
"react-helmet": "6.1.0",
|
"react-helmet": "6.1.0",
|
||||||
@ -178,4 +178,4 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user