source: trip-planner-front/node_modules/electron-to-chromium/chromium-versions.js@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 586 bytes
Line 
1module.exports = {
2 "39": "0.20",
3 "40": "0.21",
4 "41": "0.21",
5 "42": "0.25",
6 "43": "0.27",
7 "44": "0.30",
8 "45": "0.31",
9 "47": "0.36",
10 "49": "0.37",
11 "50": "1.1",
12 "51": "1.2",
13 "52": "1.3",
14 "53": "1.4",
15 "54": "1.4",
16 "56": "1.6",
17 "58": "1.7",
18 "59": "1.8",
19 "61": "2.0",
20 "66": "3.0",
21 "69": "4.0",
22 "72": "5.0",
23 "73": "5.0",
24 "76": "6.0",
25 "78": "7.0",
26 "79": "8.0",
27 "80": "8.0",
28 "82": "9.0",
29 "83": "9.0",
30 "84": "10.0",
31 "85": "10.0",
32 "86": "11.0",
33 "87": "11.0",
34 "89": "12.0",
35 "90": "13.0",
36 "91": "13.0",
37 "92": "14.0",
38 "93": "14.0",
39 "94": "15.0",
40 "95": "16.0"
41};
Note: See TracBrowser for help on using the repository browser.