Skip to content

Commit abeee0e

Browse files
authored
[core] Copy supporting files from the Core repository (mui#6)
1 parent 4781f1a commit abeee0e

File tree

596 files changed

+58302
-83
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

596 files changed

+58302
-83
lines changed

.browserslistrc

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# Default/Fallback
2+
# `npx browserslist --mobile-to-desktop "> 0.5%, last 2 versions, Firefox ESR, not dead"` when the last major is released.
3+
# On update, sync references where "#stable-snapshot" is mentioned in the codebase.
4+
[stable]
5+
and_chr 121
6+
and_chr 120
7+
and_ff 122
8+
and_ff 121
9+
and_qq 13.1
10+
and_uc 15.5
11+
android 121
12+
android 120
13+
chrome 121
14+
chrome 120
15+
chrome 119
16+
chrome 109
17+
edge 121
18+
edge 120
19+
firefox 122
20+
firefox 121
21+
firefox 115
22+
ios_saf 17.3
23+
ios_saf 17.2
24+
ios_saf 17.1
25+
ios_saf 16.6-16.7
26+
ios_saf 16.3
27+
ios_saf 16.1
28+
ios_saf 15.6-15.8
29+
kaios 3.0-3.1
30+
kaios 2.5
31+
op_mini all
32+
op_mob 73
33+
opera 106
34+
opera 105
35+
safari 17.3
36+
safari 17.2
37+
safari 17.1
38+
safari 16.6
39+
samsung 23
40+
samsung 22
41+
42+
# snapshot of `npx browserslist "maintained node versions"`
43+
# On update check all #stable-snapshot markers
44+
[node]
45+
node 18.0
46+
47+
# same as `node`
48+
[coverage]
49+
node 18.0
50+
51+
# same as `node`
52+
[development]
53+
node 18.0
54+
55+
# same as `node`
56+
[test]
57+
node 18.0
58+
59+
# same as `node`
60+
[benchmark]
61+
node 18.0

0 commit comments

Comments
 (0)