mirror of
https://github.com/tomfong/simple-qr.git
synced 2025-06-29 04:30:03 +00:00
chore: update dependencies
This commit is contained in:
parent
e294228ab4
commit
893b3b51c2
2 changed files with 33 additions and 30 deletions
33
package-lock.json
generated
33
package-lock.json
generated
|
@ -29,19 +29,19 @@
|
||||||
"@capacitor-community/barcode-scanner": "^3.0.0",
|
"@capacitor-community/barcode-scanner": "^3.0.0",
|
||||||
"@capacitor-community/contacts": "^2.0.0-0",
|
"@capacitor-community/contacts": "^2.0.0-0",
|
||||||
"@capacitor-community/screen-brightness": "^2.0.0-0",
|
"@capacitor-community/screen-brightness": "^2.0.0-0",
|
||||||
"@capacitor/android": "^4.0.0",
|
"@capacitor/android": "^4.2.0",
|
||||||
"@capacitor/app": "^4.0.0",
|
"@capacitor/app": "^4.0.1",
|
||||||
"@capacitor/camera": "^4.0.0",
|
"@capacitor/camera": "^4.1.1",
|
||||||
"@capacitor/clipboard": "^4.0.0",
|
"@capacitor/clipboard": "^4.0.1",
|
||||||
"@capacitor/core": "^4.0.0",
|
"@capacitor/core": "^4.2.0",
|
||||||
"@capacitor/device": "^4.0.0",
|
"@capacitor/device": "^4.0.1",
|
||||||
"@capacitor/filesystem": "^4.0.0",
|
"@capacitor/filesystem": "^4.1.1",
|
||||||
"@capacitor/haptics": "^4.0.0",
|
"@capacitor/haptics": "^4.0.1",
|
||||||
"@capacitor/ios": "^4.0.0",
|
"@capacitor/ios": "^4.2.0",
|
||||||
"@capacitor/keyboard": "^4.0.0",
|
"@capacitor/keyboard": "^4.0.1",
|
||||||
"@capacitor/splash-screen": "^4.0.0",
|
"@capacitor/splash-screen": "^4.0.1",
|
||||||
"@capacitor/status-bar": "^4.0.0",
|
"@capacitor/status-bar": "^4.0.1",
|
||||||
"@capacitor/toast": "^4.0.0",
|
"@capacitor/toast": "^4.0.1",
|
||||||
"@ionic/angular": "^6.2.7",
|
"@ionic/angular": "^6.2.7",
|
||||||
"@ionic/storage": "^3.0.6",
|
"@ionic/storage": "^3.0.6",
|
||||||
"@ionic/storage-angular": "^3.0.6",
|
"@ionic/storage-angular": "^3.0.6",
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
"@angular/compiler": "^13.3.5",
|
"@angular/compiler": "^13.3.5",
|
||||||
"@angular/compiler-cli": "^13.3.5",
|
"@angular/compiler-cli": "^13.3.5",
|
||||||
"@angular/language-service": "^13.3.11",
|
"@angular/language-service": "^13.3.11",
|
||||||
"@capacitor/cli": "^4.0.0",
|
"@capacitor/cli": "^4.2.0",
|
||||||
"@ionic/angular-toolkit": "^6.1.0",
|
"@ionic/angular-toolkit": "^6.1.0",
|
||||||
"@types/jasmine": "^3.10.6",
|
"@types/jasmine": "^3.10.6",
|
||||||
"@types/jasminewd2": "^2.0.10",
|
"@types/jasminewd2": "^2.0.10",
|
||||||
|
@ -2451,8 +2451,9 @@
|
||||||
},
|
},
|
||||||
"node_modules/@capacitor/cli": {
|
"node_modules/@capacitor/cli": {
|
||||||
"version": "4.2.0",
|
"version": "4.2.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-4.2.0.tgz",
|
||||||
|
"integrity": "sha512-34L/BoDe3BmWBdrXRoF7lszT27ho6ikMdCeMePohU+cEn4ceqiURN7tnPZRyUlpc/1TO+d8d+qb1QQQSTq2oPA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ionic/cli-framework-output": "^2.2.5",
|
"@ionic/cli-framework-output": "^2.2.5",
|
||||||
"@ionic/utils-fs": "^3.1.6",
|
"@ionic/utils-fs": "^3.1.6",
|
||||||
|
@ -14773,6 +14774,8 @@
|
||||||
},
|
},
|
||||||
"@capacitor/cli": {
|
"@capacitor/cli": {
|
||||||
"version": "4.2.0",
|
"version": "4.2.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-4.2.0.tgz",
|
||||||
|
"integrity": "sha512-34L/BoDe3BmWBdrXRoF7lszT27ho6ikMdCeMePohU+cEn4ceqiURN7tnPZRyUlpc/1TO+d8d+qb1QQQSTq2oPA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ionic/cli-framework-output": "^2.2.5",
|
"@ionic/cli-framework-output": "^2.2.5",
|
||||||
|
|
30
package.json
30
package.json
|
@ -37,19 +37,19 @@
|
||||||
"@capacitor-community/barcode-scanner": "^3.0.0",
|
"@capacitor-community/barcode-scanner": "^3.0.0",
|
||||||
"@capacitor-community/contacts": "^2.0.0-0",
|
"@capacitor-community/contacts": "^2.0.0-0",
|
||||||
"@capacitor-community/screen-brightness": "^2.0.0-0",
|
"@capacitor-community/screen-brightness": "^2.0.0-0",
|
||||||
"@capacitor/android": "^4.0.0",
|
"@capacitor/android": "^4.2.0",
|
||||||
"@capacitor/app": "^4.0.0",
|
"@capacitor/app": "^4.0.1",
|
||||||
"@capacitor/camera": "^4.0.0",
|
"@capacitor/camera": "^4.1.1",
|
||||||
"@capacitor/clipboard": "^4.0.0",
|
"@capacitor/clipboard": "^4.0.1",
|
||||||
"@capacitor/core": "^4.0.0",
|
"@capacitor/core": "^4.2.0",
|
||||||
"@capacitor/device": "^4.0.0",
|
"@capacitor/device": "^4.0.1",
|
||||||
"@capacitor/filesystem": "^4.0.0",
|
"@capacitor/filesystem": "^4.1.1",
|
||||||
"@capacitor/haptics": "^4.0.0",
|
"@capacitor/haptics": "^4.0.1",
|
||||||
"@capacitor/ios": "^4.0.0",
|
"@capacitor/ios": "^4.2.0",
|
||||||
"@capacitor/keyboard": "^4.0.0",
|
"@capacitor/keyboard": "^4.0.1",
|
||||||
"@capacitor/splash-screen": "^4.0.0",
|
"@capacitor/splash-screen": "^4.0.1",
|
||||||
"@capacitor/status-bar": "^4.0.0",
|
"@capacitor/status-bar": "^4.0.1",
|
||||||
"@capacitor/toast": "^4.0.0",
|
"@capacitor/toast": "^4.0.1",
|
||||||
"@ionic/angular": "^6.2.7",
|
"@ionic/angular": "^6.2.7",
|
||||||
"@ionic/storage": "^3.0.6",
|
"@ionic/storage": "^3.0.6",
|
||||||
"@ionic/storage-angular": "^3.0.6",
|
"@ionic/storage-angular": "^3.0.6",
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
"@angular/compiler": "^13.3.5",
|
"@angular/compiler": "^13.3.5",
|
||||||
"@angular/compiler-cli": "^13.3.5",
|
"@angular/compiler-cli": "^13.3.5",
|
||||||
"@angular/language-service": "^13.3.11",
|
"@angular/language-service": "^13.3.11",
|
||||||
"@capacitor/cli": "^4.0.0",
|
"@capacitor/cli": "^4.2.0",
|
||||||
"@ionic/angular-toolkit": "^6.1.0",
|
"@ionic/angular-toolkit": "^6.1.0",
|
||||||
"@types/jasmine": "^3.10.6",
|
"@types/jasmine": "^3.10.6",
|
||||||
"@types/jasminewd2": "^2.0.10",
|
"@types/jasminewd2": "^2.0.10",
|
||||||
|
@ -103,4 +103,4 @@
|
||||||
"tslint": "~6.1.0",
|
"tslint": "~6.1.0",
|
||||||
"typescript": "~4.5.5"
|
"typescript": "~4.5.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue