Skip to content

Commit ee86031

Browse files
bors[bot]bidoubiwa
andauthored
Merge #613
613: Update browserlists in playgrounds r=bidoubiwa a=bidoubiwa Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents 7985789 + b9e3aba commit ee86031

File tree

7 files changed

+11
-36
lines changed

7 files changed

+11
-36
lines changed

playgrounds/angular/.browserslistrc

Lines changed: 0 additions & 17 deletions
This file was deleted.

playgrounds/angular/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@
3333
"@types/node": "^14.14.31",
3434
"ts-node": "~9.1.1",
3535
"typescript": "~4.1.5"
36-
}
36+
},
37+
"browserslist": [
38+
"defaults"
39+
]
3740
}

playgrounds/geo-javascript/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@
1515
"node-forge": "^0.10.0"
1616
},
1717
"browserslist": [
18-
"last 3 and_chr versions",
19-
"last 3 chrome versions",
20-
"last 3 opera versions",
21-
"last 3 ios_saf versions",
22-
"last 3 safari versions"
18+
"defaults"
2319
],
2420
"license": "MIT",
2521
"dependencies": {

playgrounds/html/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
"build": "parcel build ./public/index.html --global instantMeiliSearch"
99
},
1010
"browserslist": [
11-
"last 3 and_chr versions",
12-
"last 3 chrome versions",
13-
"last 3 opera versions",
14-
"last 3 ios_saf versions",
15-
"last 3 safari versions"
11+
"defaults"
1612
],
1713
"author": "",
1814
"license": "ISC",

playgrounds/javascript/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@
1515
"node-forge": "^0.10.0"
1616
},
1717
"browserslist": [
18-
"last 3 and_chr versions",
19-
"last 3 chrome versions",
20-
"last 3 opera versions",
21-
"last 3 ios_saf versions",
22-
"last 3 safari versions"
18+
"defaults"
2319
],
2420
"license": "MIT",
2521
"dependencies": {}

playgrounds/react/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"react",
1212
"instant-meilisearch"
1313
],
14+
"browserslist": [
15+
"defaults"
16+
],
1417
"author": "",
1518
"license": "ISC",
1619
"resolutions": {

playgrounds/vue/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
"vue-template-compiler": "^2.6.11"
2424
},
2525
"browserslist": [
26-
"> 1%",
27-
"last 2 versions",
28-
"not dead"
26+
"defaults"
2927
]
3028
}

0 commit comments

Comments
 (0)