chore: update dependencies to version 7.0.0 and above, including Capacitor packages and MUI icons
This commit is contained in:
504
package-lock.json
generated
504
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
28
package.json
28
package.json
@@ -22,28 +22,29 @@
|
|||||||
"ionic:serve": "npm run start"
|
"ionic:serve": "npm run start"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@capacitor-community/sqlite": "^6.0.2",
|
"@capacitor-community/sqlite": "^7.0.0",
|
||||||
"@capacitor/android": "^6.1.1",
|
"@capacitor/android": "^7.0.0",
|
||||||
"@capacitor/app": "^6.0.0",
|
"@capacitor/app": "^7.0.0",
|
||||||
"@capacitor/cli": "^6.1.1",
|
"@capacitor/core": "^7.0.0",
|
||||||
"@capacitor/core": "^6.1.1",
|
"@capacitor/device": "^7.0.0",
|
||||||
"@capacitor/device": "^6.0.2",
|
"@capacitor/ios": "^7.0.0",
|
||||||
"@capacitor/ios": "6.1.1",
|
"@capacitor/local-notifications": "^7.0.0",
|
||||||
"@capacitor/local-notifications": "^6.0.0",
|
"@capacitor/network": "^7.0.1",
|
||||||
"@capacitor/network": "^6.0.3",
|
"@capacitor/preferences": "^7.0.0",
|
||||||
"@capacitor/preferences": "^6.0.1",
|
"@capacitor/push-notifications": "^7.0.0",
|
||||||
"@capacitor/push-notifications": "^6.0.1",
|
"@capacitor/status-bar": "^7.0.0",
|
||||||
"@codetrix-studio/capacitor-google-auth": "^3.4.0-rc.4",
|
"@capgo/capacitor-social-login": "^7.5.3",
|
||||||
"@dnd-kit/core": "^6.3.1",
|
"@dnd-kit/core": "^6.3.1",
|
||||||
"@dnd-kit/sortable": "^10.0.0",
|
"@dnd-kit/sortable": "^10.0.0",
|
||||||
"@emotion/react": "^11.11.3",
|
"@emotion/react": "^11.11.3",
|
||||||
"@emotion/styled": "^11.11.0",
|
"@emotion/styled": "^11.11.0",
|
||||||
"@mui/icons-material": "^5.15.2",
|
"@mui/icons-material": "^5.16.13",
|
||||||
"@mui/joy": "^5.0.0-beta.20",
|
"@mui/joy": "^5.0.0-beta.20",
|
||||||
"@mui/material": "^5.15.2",
|
"@mui/material": "^5.15.2",
|
||||||
"@openreplay/tracker": "^14.0.4",
|
"@openreplay/tracker": "^14.0.4",
|
||||||
"@tanstack/react-query": "^5.17.0",
|
"@tanstack/react-query": "^5.17.0",
|
||||||
"aos": "^2.3.4",
|
"aos": "^2.3.4",
|
||||||
|
"capacitor-plugin-safe-area": "^4.0.0",
|
||||||
"chrono-node": "^2.7.7",
|
"chrono-node": "^2.7.7",
|
||||||
"dotenv": "^16.4.5",
|
"dotenv": "^16.4.5",
|
||||||
"esm": "^3.2.25",
|
"esm": "^3.2.25",
|
||||||
@@ -65,6 +66,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@capacitor/assets": "^3.0.5",
|
"@capacitor/assets": "^3.0.5",
|
||||||
|
"@capacitor/cli": "^7.0.0",
|
||||||
"@tanstack/eslint-plugin-query": "^5.14.6",
|
"@tanstack/eslint-plugin-query": "^5.14.6",
|
||||||
"@types/react": "^18.2.43",
|
"@types/react": "^18.2.43",
|
||||||
"@types/react-dom": "^18.2.17",
|
"@types/react-dom": "^18.2.17",
|
||||||
|
|||||||
Reference in New Issue
Block a user