Browse Source

Upgrade @ionic/angular to version 8.8.1

pull/6558/head
Thomas Kaul 3 weeks ago
parent
commit
02bb730573
  1. 27
      package-lock.json
  2. 2
      package.json

27
package-lock.json

@ -27,7 +27,7 @@
"@codewithdan/observable-store": "2.2.15", "@codewithdan/observable-store": "2.2.15",
"@date-fns/utc": "2.1.1", "@date-fns/utc": "2.1.1",
"@internationalized/number": "3.6.5", "@internationalized/number": "3.6.5",
"@ionic/angular": "8.7.8", "@ionic/angular": "8.8.1",
"@keyv/redis": "4.4.0", "@keyv/redis": "4.4.0",
"@nestjs/bull": "11.0.4", "@nestjs/bull": "11.0.4",
"@nestjs/cache-manager": "3.1.0", "@nestjs/cache-manager": "3.1.0",
@ -5070,12 +5070,12 @@
} }
}, },
"node_modules/@ionic/angular": { "node_modules/@ionic/angular": {
"version": "8.7.8", "version": "8.8.1",
"resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-8.7.8.tgz", "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-8.8.1.tgz",
"integrity": "sha512-IBN5h3nIOwbuglLit48S7wNeg7NHtl/vaKAHDggICyzI92cSg5yYL07Fz59pszhkBlZQUB5SQnml990Zj2bZUg==", "integrity": "sha512-Jp7LbouSHAnR00Dsa8qE1CSOZNqAfBCO0XKXScJNz8NKVoZe5fPGy/CboehGtAQ1xgzh2eDa15zMmyetXjAkYA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@ionic/core": "8.7.8", "@ionic/core": "8.8.1",
"ionicons": "^8.0.13", "ionicons": "^8.0.13",
"jsonc-parser": "^3.0.0", "jsonc-parser": "^3.0.0",
"tslib": "^2.3.0" "tslib": "^2.3.0"
@ -5089,14 +5089,17 @@
} }
}, },
"node_modules/@ionic/core": { "node_modules/@ionic/core": {
"version": "8.7.8", "version": "8.8.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.7.8.tgz", "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.1.tgz",
"integrity": "sha512-GLWb/lz3kocpzTZTeQQ5xxoWz4CKHD6zpnbwJknTKsncebohAaw2KTe7uOw5toKQEDdohTseFuSGoDDBoRQ1Ug==", "integrity": "sha512-ksOUHyOEqoyUIVWcwCNSFZVGwNfP1DKrUVeN/Cdk/Xl9Rdd/5MLHGsrOQpWQfoCf3Csdnw+KHHPrXz/2fzMkMA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@stencil/core": "4.38.0", "@stencil/core": "4.43.0",
"ionicons": "^8.0.13", "ionicons": "^8.0.13",
"tslib": "^2.1.0" "tslib": "^2.1.0"
},
"engines": {
"node": ">= 16"
} }
}, },
"node_modules/@ioredis/commands": { "node_modules/@ioredis/commands": {
@ -11930,9 +11933,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@stencil/core": { "node_modules/@stencil/core": {
"version": "4.38.0", "version": "4.43.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.38.0.tgz", "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.43.0.tgz",
"integrity": "sha512-oC3QFKO0X1yXVvETgc8OLY525MNKhn9vISBrbtKnGoPlokJ6rI8Vk1RK22TevnNrHLI4SExNLbcDnqilKR35JQ==", "integrity": "sha512-6Uj2Z3lzLuufYAE7asZ6NLKgSwsB9uxl84Eh34PASnUjfj32GkrP4DtKK7fNeh1WFGGyffsTDka3gwtl+4reUg==",
"license": "MIT", "license": "MIT",
"bin": { "bin": {
"stencil": "bin/stencil" "stencil": "bin/stencil"

2
package.json

@ -72,7 +72,7 @@
"@codewithdan/observable-store": "2.2.15", "@codewithdan/observable-store": "2.2.15",
"@date-fns/utc": "2.1.1", "@date-fns/utc": "2.1.1",
"@internationalized/number": "3.6.5", "@internationalized/number": "3.6.5",
"@ionic/angular": "8.7.8", "@ionic/angular": "8.8.1",
"@keyv/redis": "4.4.0", "@keyv/redis": "4.4.0",
"@nestjs/bull": "11.0.4", "@nestjs/bull": "11.0.4",
"@nestjs/cache-manager": "3.1.0", "@nestjs/cache-manager": "3.1.0",

Loading…
Cancel
Save