Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-07-15 18:09:41 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-15 18:09:41 +0300
commit1581767ea15fcfa63919d39c0d3579da0a4de96e (patch)
tree4df66765670360645ffc77a9e402092ab52c14f5 /.browserslistrc
parent01d2d6c8695d03440d68b262806f709b57da63b4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.browserslistrc')
-rw-r--r--.browserslistrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.browserslistrc b/.browserslistrc
index 7c2e6fb4b75..a608ac7c734 100644
--- a/.browserslistrc
+++ b/.browserslistrc
@@ -6,11 +6,11 @@
# - We should support the latest ESR of Firefox: 78, because it used quite a lot.
# - We use Edge/Chrome >= 84 because 83 had an annoying bug which would mean we
# need to polyfill Array.reduce: https://bugs.chromium.org/p/chromium/issues/detail?id=1049982
-# - Safari 13 because it is the second latest major version of Safari
+# - Safari 13.1 because it is the current minor version of the previous major version
#
# See also this epic: https://gitlab.com/groups/gitlab-org/-/epics/3957
#
chrome >= 84
edge >= 84
firefox >= 78
-safari >= 13.0.4
+safari >= 13.1