From 6719dff9a0af01fd6a2686ce21b2842d775a982e Mon Sep 17 00:00:00 2001 From: Eduard Frankford <e.frankford@student.uibk.ac.at> Date: Thu, 12 May 2022 13:56:50 +0200 Subject: [PATCH] updated browserlist --- .browserslistrc | 2 ++ package-lock.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.browserslistrc b/.browserslistrc index 0ccadaf32..20fe10722 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -16,3 +16,5 @@ last 2 iOS major versions Firefox ESR not IE 9-10 # Angular support for IE 9-10 has been deprecated and will be removed as of Angular v11. To opt-in, remove the 'not' prefix on this line. not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line. +not ios_saf 15.2-15.3 +not safari 15.2-15.3 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index b5b49533d..d25876de8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "lodash": "^4.17.21", "moment": "^2.29.1", "ngx-cookie-service": "^13.1.2", - "ngx-infinite-scroll": "10.0.1", + "ngx-infinite-scroll": "^10.0.1", "ngx-markdown": "^13.0.0", "ngx-webstorage": "9.0.0", "rxjs": "^7.5.2", @@ -30255,7 +30255,7 @@ "text-table": "0.2.0", "tree-kill": "1.2.2", "tslib": "2.3.1", - "webpack": "5.66.0", + "webpack": "5.65.0", "webpack-dev-middleware": "5.2.2", "webpack-dev-server": "4.6.0", "webpack-merge": "5.8.0", -- GitLab