This commit is contained in:
Liam DeBeasi
2021-11-17 11:48:52 -05:00
parent 1d983fa4b3
commit c2603e9cff
14 changed files with 54 additions and 45 deletions

View File

@@ -1,15 +1,15 @@
{
"name": "@ionic/angular",
"version": "5.9.0",
"version": "5.9.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular",
"version": "5.9.0",
"version": "5.9.1",
"license": "MIT",
"dependencies": {
"@ionic/core": "5.8.5",
"@ionic/core": "5.9.0",
"tslib": "^1.9.3"
},
"devDependencies": {
@@ -204,9 +204,9 @@
}
},
"node_modules/@ionic/core": {
"version": "5.8.5",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.8.5.tgz",
"integrity": "sha512-KUT3kKcON606FBJBZcAZn2c62OfPhVR/LQO260FH3znUmpZbqD2/Zm1LOTCxluiG9H6UIe8TVo9n8BgsKxCygA==",
"version": "5.9.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.9.0.tgz",
"integrity": "sha512-0mUnNPFzQK89/ZsuiKb9tQ1rRzILDSeNsp+4ASjf9z8FJuULeTqyDEHU3Pwnje7cLwl8lezGlvNpOXu7Xlz+/w==",
"dependencies": {
"@stencil/core": "^2.4.0",
"ionicons": "^5.5.3",
@@ -5156,9 +5156,9 @@
}
},
"@ionic/core": {
"version": "5.8.5",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.8.5.tgz",
"integrity": "sha512-KUT3kKcON606FBJBZcAZn2c62OfPhVR/LQO260FH3znUmpZbqD2/Zm1LOTCxluiG9H6UIe8TVo9n8BgsKxCygA==",
"version": "5.9.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.9.0.tgz",
"integrity": "sha512-0mUnNPFzQK89/ZsuiKb9tQ1rRzILDSeNsp+4ASjf9z8FJuULeTqyDEHU3Pwnje7cLwl8lezGlvNpOXu7Xlz+/w==",
"requires": {
"@stencil/core": "^2.4.0",
"ionicons": "^5.5.3",

View File

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