This commit is contained in:
Liam DeBeasi
2021-08-04 10:05:10 -04:00
parent 4a64e97a3e
commit 22b7413f51
14 changed files with 63 additions and 49 deletions

View File

@@ -1,15 +1,15 @@
{
"name": "@ionic/angular",
"version": "5.6.12",
"version": "5.6.13",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular",
"version": "5.6.12",
"version": "5.6.13",
"license": "MIT",
"dependencies": {
"@ionic/core": "5.6.11",
"@ionic/core": "5.6.12",
"tslib": "^1.9.3"
},
"devDependencies": {
@@ -204,9 +204,9 @@
}
},
"node_modules/@ionic/core": {
"version": "5.6.11",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.11.tgz",
"integrity": "sha512-bWn2K3L/QWRUs8SBm+YJcgJhOO6W00eipfxJunlAr/7PbMePdqYnU+PQ2Cv54ufK3yUtLr2b0YdvZ9wZ6pGS3w==",
"version": "5.6.12",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.12.tgz",
"integrity": "sha512-qFQ8r0kdI2p5wT72EQOwBrIts7XD1qA7/vCR7OlHPTA+VDyiYSzpLcWcFZHzdXKQzbn7hYbCJr3IsBNmBYrZ1g==",
"dependencies": {
"@stencil/core": "^2.4.0",
"ionicons": "^5.5.1",
@@ -5156,9 +5156,9 @@
}
},
"@ionic/core": {
"version": "5.6.11",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.11.tgz",
"integrity": "sha512-bWn2K3L/QWRUs8SBm+YJcgJhOO6W00eipfxJunlAr/7PbMePdqYnU+PQ2Cv54ufK3yUtLr2b0YdvZ9wZ6pGS3w==",
"version": "5.6.12",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.12.tgz",
"integrity": "sha512-qFQ8r0kdI2p5wT72EQOwBrIts7XD1qA7/vCR7OlHPTA+VDyiYSzpLcWcFZHzdXKQzbn7hYbCJr3IsBNmBYrZ1g==",
"requires": {
"@stencil/core": "^2.4.0",
"ionicons": "^5.5.1",

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "5.6.12",
"version": "5.6.13",
"description": "Angular specific wrappers for @ionic/core",
"keywords": [
"ionic",
@@ -42,7 +42,7 @@
"validate": "npm i && npm run lint && npm run test && npm run build"
},
"dependencies": {
"@ionic/core": "5.6.12",
"@ionic/core": "5.6.13",
"tslib": "^1.9.3"
},
"peerDependencies": {