This commit is contained in:
Brandy Carney
2020-09-25 10:43:25 -04:00
parent aeda33d8ae
commit 5e341643d4
10 changed files with 44 additions and 25 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/angular-server",
"version": "5.3.3",
"version": "5.3.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -99,9 +99,9 @@
}
},
"@ionic/core": {
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.3.2.tgz",
"integrity": "sha512-s/SDnS993fnZ3d6EzOlURHBbc2aI2/WsZSsCLgnJz3G+KUO4hY/2RQvdmtl0FZpDHMSyehG6tRgFFXvnFSI9CQ==",
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.3.3.tgz",
"integrity": "sha512-vXZQAPdLM0XimXJ+8pSQijIYliD+WiBQy3zkRG5czXsVkhCdwd095XgZ7pcdmWDstUKxtB1BzxJgKntjJw0Tdg==",
"dev": true,
"requires": {
"ionicons": "^5.1.2",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/angular-server",
"version": "5.3.3",
"version": "5.3.4",
"description": "Angular SSR Module for Ionic",
"keywords": [
"ionic",
@ -49,7 +49,7 @@
"@angular/core": "8.2.13",
"@angular/platform-browser": "8.2.13",
"@angular/platform-server": "8.2.13",
"@ionic/core": "5.3.3",
"@ionic/core": "5.3.4",
"ng-packagr": "5.7.1",
"tslint": "^5.12.1",
"tslint-ionic-rules": "0.0.21",