Skip to content

Commit

Permalink
refactor: package upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
alisahinozcelik committed Nov 28, 2020
1 parent 6fc4829 commit 3dafcc7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@angular/platform-browser": "~8.0.3",
"@angular/platform-browser-dynamic": "~8.0.3",
"@angular/router": "~8.0.3",
"@thalesrc/js-utils": "^2.8.3-legacy",
"@thalesrc/js-utils": "^2.9.1-legacy",
"@thalesrc/resize-manager": "^0.3.3",
"rxjs": "~6.4.0",
"tslib": "^1.9.0",
Expand Down
2 changes: 1 addition & 1 deletion package.v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@angular/platform-browser": "~8.0.3",
"@angular/platform-browser-dynamic": "~8.0.3",
"@angular/router": "~8.0.3",
"@thalesrc/js-utils": "^2.8.3-legacy",
"@thalesrc/js-utils": "^2.9.1-legacy",
"@thalesrc/resize-manager": "^0.3.3",
"rxjs": "~6.4.0",
"tslib": "^1.9.0",
Expand Down
2 changes: 1 addition & 1 deletion package.v9.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@angular/platform-browser": "^9.1.12",
"@angular/platform-browser-dynamic": "^9.1.12",
"@angular/router": "^9.1.12",
"@thalesrc/js-utils": "^2.8.3",
"@thalesrc/js-utils": "^2.9.1",
"@thalesrc/resize-manager": "^0.3.3",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/ng-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"rxjs": "^6.4.0"
},
"dependencies": {
"@thalesrc/js-utils": "^2.8.3"
"@thalesrc/js-utils": "^2.9.1"
}
}
2 changes: 1 addition & 1 deletion projects/ng-utils/package.v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"rxjs": "^6.4.0"
},
"dependencies": {
"@thalesrc/js-utils": "^2.8.3-legacy"
"@thalesrc/js-utils": "^2.9.1-legacy"
}
}
2 changes: 1 addition & 1 deletion projects/ng-utils/package.v9.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"rxjs": "~6.5.4"
},
"dependencies": {
"@thalesrc/js-utils": "^2.8.3"
"@thalesrc/js-utils": "^2.9.1"
}
}

0 comments on commit 3dafcc7

Please sign in to comment.