diff --git a/projects/admin/.browserslistrc b/projects/admin/.browserslistrc index 6b4a45421..9df924b86 100644 --- a/projects/admin/.browserslistrc +++ b/projects/admin/.browserslistrc @@ -2,16 +2,14 @@ # For additional information regarding the format and rule options, please see: # https://github.com/browserslist/browserslist#queries +# For the full list of supported browsers by the Angular framework, please see: +# https://angular.io/guide/browser-support + # You can see what browsers were selected by your queries by running: # npx browserslist - last 2 Chrome versions -last 2 ChromeAndroid versions - -last 2 Safari versions -last 2 iOS versions - -last 2 Firefox versions -last 2 FirefoxAndroid versions - -# last 2 Edge versions \ No newline at end of file +last 1 Firefox version +last 2 Edge major versions +last 2 Safari major versions +last 2 iOS major versions +Firefox ESR diff --git a/projects/public-holdings-items/.browserslistrc b/projects/public-holdings-items/.browserslistrc index 80848532e..fbec4a946 100644 --- a/projects/public-holdings-items/.browserslistrc +++ b/projects/public-holdings-items/.browserslistrc @@ -2,11 +2,17 @@ # For additional information regarding the format and rule options, please see: # https://github.com/browserslist/browserslist#queries +# For the full list of supported browsers by the Angular framework, please see: +# https://angular.io/guide/browser-support + # You can see what browsers were selected by your queries by running: # npx browserslist - -> 0.5% -last 2 versions +last 2 Chrome versions +last 1 Firefox version +last 2 Edge major versions +last 2 Safari major versions +last 2 iOS major versions Firefox ESR not dead -not IE 9-11 # For IE 9-11 support, remove 'not'. \ No newline at end of file +> 0.2% +not IE 9-11 diff --git a/projects/public-patron-profile/.browserslistrc b/projects/public-patron-profile/.browserslistrc new file mode 100644 index 000000000..fbec4a946 --- /dev/null +++ b/projects/public-patron-profile/.browserslistrc @@ -0,0 +1,18 @@ +# This file is used by the build system to adjust CSS and JS output to support the specified browsers below. +# For additional information regarding the format and rule options, please see: +# https://github.com/browserslist/browserslist#queries + +# For the full list of supported browsers by the Angular framework, please see: +# https://angular.io/guide/browser-support + +# You can see what browsers were selected by your queries by running: +# npx browserslist +last 2 Chrome versions +last 1 Firefox version +last 2 Edge major versions +last 2 Safari major versions +last 2 iOS major versions +Firefox ESR +not dead +> 0.2% +not IE 9-11 diff --git a/projects/public-search/.browserslistrc b/projects/public-search/.browserslistrc index 6b4a45421..fbec4a946 100644 --- a/projects/public-search/.browserslistrc +++ b/projects/public-search/.browserslistrc @@ -2,16 +2,17 @@ # For additional information regarding the format and rule options, please see: # https://github.com/browserslist/browserslist#queries +# For the full list of supported browsers by the Angular framework, please see: +# https://angular.io/guide/browser-support + # You can see what browsers were selected by your queries by running: # npx browserslist - last 2 Chrome versions -last 2 ChromeAndroid versions - -last 2 Safari versions -last 2 iOS versions - -last 2 Firefox versions -last 2 FirefoxAndroid versions - -# last 2 Edge versions \ No newline at end of file +last 1 Firefox version +last 2 Edge major versions +last 2 Safari major versions +last 2 iOS major versions +Firefox ESR +not dead +> 0.2% +not IE 9-11 diff --git a/projects/public-user-password-change/.browserslistrc b/projects/public-user-password-change/.browserslistrc new file mode 100644 index 000000000..fbec4a946 --- /dev/null +++ b/projects/public-user-password-change/.browserslistrc @@ -0,0 +1,18 @@ +# This file is used by the build system to adjust CSS and JS output to support the specified browsers below. +# For additional information regarding the format and rule options, please see: +# https://github.com/browserslist/browserslist#queries + +# For the full list of supported browsers by the Angular framework, please see: +# https://angular.io/guide/browser-support + +# You can see what browsers were selected by your queries by running: +# npx browserslist +last 2 Chrome versions +last 1 Firefox version +last 2 Edge major versions +last 2 Safari major versions +last 2 iOS major versions +Firefox ESR +not dead +> 0.2% +not IE 9-11 diff --git a/projects/public-user-password-change/e2e/tsconfig.json b/projects/public-user-password-change/e2e/tsconfig.json index dacd5c32d..2f1343e17 100644 --- a/projects/public-user-password-change/e2e/tsconfig.json +++ b/projects/public-user-password-change/e2e/tsconfig.json @@ -4,7 +4,7 @@ "compilerOptions": { "outDir": "../../../out-tsc/e2e", "module": "commonjs", - "target": "es2018", + "target": "es2022", "types": [ "jasmine", "node" diff --git a/projects/public-user-profile-edit/.browserslistrc b/projects/public-user-profile-edit/.browserslistrc new file mode 100644 index 000000000..fbec4a946 --- /dev/null +++ b/projects/public-user-profile-edit/.browserslistrc @@ -0,0 +1,18 @@ +# This file is used by the build system to adjust CSS and JS output to support the specified browsers below. +# For additional information regarding the format and rule options, please see: +# https://github.com/browserslist/browserslist#queries + +# For the full list of supported browsers by the Angular framework, please see: +# https://angular.io/guide/browser-support + +# You can see what browsers were selected by your queries by running: +# npx browserslist +last 2 Chrome versions +last 1 Firefox version +last 2 Edge major versions +last 2 Safari major versions +last 2 iOS major versions +Firefox ESR +not dead +> 0.2% +not IE 9-11 diff --git a/projects/search-bar/.browserslistrc b/projects/search-bar/.browserslistrc index 80848532e..fbec4a946 100644 --- a/projects/search-bar/.browserslistrc +++ b/projects/search-bar/.browserslistrc @@ -2,11 +2,17 @@ # For additional information regarding the format and rule options, please see: # https://github.com/browserslist/browserslist#queries +# For the full list of supported browsers by the Angular framework, please see: +# https://angular.io/guide/browser-support + # You can see what browsers were selected by your queries by running: # npx browserslist - -> 0.5% -last 2 versions +last 2 Chrome versions +last 1 Firefox version +last 2 Edge major versions +last 2 Safari major versions +last 2 iOS major versions Firefox ESR not dead -not IE 9-11 # For IE 9-11 support, remove 'not'. \ No newline at end of file +> 0.2% +not IE 9-11 diff --git a/projects/search-bar/e2e/tsconfig.json b/projects/search-bar/e2e/tsconfig.json index 3d809e80f..9872ecac3 100644 --- a/projects/search-bar/e2e/tsconfig.json +++ b/projects/search-bar/e2e/tsconfig.json @@ -3,7 +3,7 @@ "compilerOptions": { "outDir": "../../../out-tsc/e2e", "module": "commonjs", - "target": "es2018", + "target": "es2022", "types": [ "jasmine", "jasminewd2", diff --git a/projects/shared/tsconfig.lib.json b/projects/shared/tsconfig.lib.json index fbf33d0dc..8d34a8505 100644 --- a/projects/shared/tsconfig.lib.json +++ b/projects/shared/tsconfig.lib.json @@ -8,7 +8,7 @@ "types": [], "lib": [ "dom", - "es2018" + "es2022" ], "paths": { "@rero/ng-core": [