This commit is contained in:
Brandy Carney
2020-09-17 18:13:02 -04:00
parent 5cdf68b674
commit f714c34699
10 changed files with 32 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "5.3.2",
"version": "5.3.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -147,9 +147,9 @@
}
},
"@ionic/core": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.3.1.tgz",
"integrity": "sha512-psOiYZbpL5uGKi7MZ9BXCfQIdJVVVW1n8AvrWAiifFE/ebI1x0wbO+D5QLmF2Mc2t/d0nbk4N1V8XyF2bjjiLg==",
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.3.2.tgz",
"integrity": "sha512-s/SDnS993fnZ3d6EzOlURHBbc2aI2/WsZSsCLgnJz3G+KUO4hY/2RQvdmtl0FZpDHMSyehG6tRgFFXvnFSI9CQ==",
"requires": {
"ionicons": "^5.1.2",
"tslib": "^1.10.0"

View File

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