This commit is contained in:
Liam DeBeasi
2021-03-22 16:07:34 -04:00
parent b04fb6e849
commit 5fef3e7b21
14 changed files with 59 additions and 50 deletions

View File

@@ -1,15 +1,15 @@
{
"name": "@ionic/angular",
"version": "5.6.1",
"version": "5.6.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular",
"version": "5.6.1",
"version": "5.6.2",
"license": "MIT",
"dependencies": {
"@ionic/core": "5.6.0",
"@ionic/core": "5.6.1",
"tslib": "^1.9.3"
},
"devDependencies": {
@@ -204,9 +204,9 @@
}
},
"node_modules/@ionic/core": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.0.tgz",
"integrity": "sha512-dRwNRjHBiE2nB0JKY7tNHbcYMGXmDp7QCCVmtQbU511rZkwDlPUtg5qMJFHuLQVVUE21bjmWIJliE0aB9kcwYQ==",
"version": "5.6.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.1.tgz",
"integrity": "sha512-3S1fqP4g0uArhKR0fhr+pyaHoISMIlAg+NvjIr8P+dB58yUTPfCcupDHeb5NMPOejDywB8vrz+BAH17DMN0kGQ==",
"dependencies": {
"@stencil/core": "^2.4.0",
"ionicons": "^5.5.0",
@@ -5151,9 +5151,9 @@
}
},
"@ionic/core": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.0.tgz",
"integrity": "sha512-dRwNRjHBiE2nB0JKY7tNHbcYMGXmDp7QCCVmtQbU511rZkwDlPUtg5qMJFHuLQVVUE21bjmWIJliE0aB9kcwYQ==",
"version": "5.6.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.1.tgz",
"integrity": "sha512-3S1fqP4g0uArhKR0fhr+pyaHoISMIlAg+NvjIr8P+dB58yUTPfCcupDHeb5NMPOejDywB8vrz+BAH17DMN0kGQ==",
"requires": {
"@stencil/core": "^2.4.0",
"ionicons": "^5.5.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "5.6.1",
"version": "5.6.2",
"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.1",
"@ionic/core": "5.6.2",
"tslib": "^1.9.3"
},
"peerDependencies": {