This commit is contained in:
Liam DeBeasi
2020-10-22 12:10:16 -04:00
parent 6fad0fe428
commit 5d548b8672
14 changed files with 45 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "5.4.0",
"version": "5.4.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -147,9 +147,9 @@
}
},
"@ionic/core": {
"version": "5.4.0-rc.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.4.0-rc.3.tgz",
"integrity": "sha512-Xdwmnx0q9js2OIBOxeDqm2kXpEpLpVm6ovdEFEbY7M7eHJv03SQTferNjDrbsiwBp3sp6Lme8E8CVcdgMMZmyg==",
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.4.0.tgz",
"integrity": "sha512-VmAqWWNozVDms2tA0I0fiqgu1tRdh58uhxwM8+xOVjIy8yoJmFxc5/glg4XIrbsYRfb347UICFx75Eh464zJJw==",
"requires": {
"ionicons": "^5.1.2",
"tslib": "^1.10.0"

View File

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