chore: install Dexie

This commit is contained in:
2026-05-24 17:46:46 +02:00
parent e6a6949e4a
commit a79c082d45
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -22,6 +22,7 @@
"@capacitor/keyboard": "8.0.3",
"@capacitor/status-bar": "8.0.2",
"@ionic/angular": "^8.0.0",
"dexie": "^4.4.2",
"ionicons": "^7.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
@@ -7977,6 +7978,12 @@
"dev": true,
"license": "MIT"
},
"node_modules/dexie": {
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/dexie/-/dexie-4.4.2.tgz",
"integrity": "sha512-zMtV8q79EFE5U8FKZvt0Y/77PCU/Hr/RDxv1EDeo228L+m/HTbeN2AjoQm674rhQCX8n3ljK87lajt7UQuZfvw==",
"license": "Apache-2.0"
},
"node_modules/di": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/di/-/di-0.0.1.tgz",
+1
View File
@@ -27,6 +27,7 @@
"@capacitor/keyboard": "8.0.3",
"@capacitor/status-bar": "8.0.2",
"@ionic/angular": "^8.0.0",
"dexie": "^4.4.2",
"ionicons": "^7.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",