Skip to content

Commit 6985ec5

Browse files
committed
fix(ngx-restangular:package.json): fixed core js peer deps
1 parent eed1d9f commit 6985ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/ngx-restangular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@angular/core": "^8.0",
4343
"@angular/common": "^8.0",
4444
"@angular/platform-browser": "^8.0",
45-
"core-js": "^2.5",
45+
"core-js": "^3.0",
4646
"rxjs": "^6.0"
4747
},
4848
"dependencies": {

0 commit comments

Comments
 (0)