@w5s/browserslist-config 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -36,7 +36,7 @@ In the `package.json` for your project
36
36
  ## Supported Browsers
37
37
  <!-- AUTO-GENERATED-CONTENT:START (FILE:src=./BROWSER_LIST.md) -->
38
38
  <!-- The below content is automatically added from ./BROWSER_LIST.md -->
39
- _Generated Automatically at Thu, 09 Mar 2023 08:23:36 GMT_
39
+ _Generated Automatically at Mon, 20 Mar 2023 18:03:55 GMT_
40
40
 
41
41
  ### Desktop
42
42
 
@@ -50,7 +50,7 @@ _Generated Automatically at Thu, 09 Mar 2023 08:23:36 GMT_
50
50
 
51
51
  ### Mobile
52
52
 
53
- - Chrome for Android (110)
53
+ - Chrome for Android (111)
54
54
  - Firefox for Android (110)
55
55
  - UC Browser (13.4)
56
56
  - Safari for iOS (16.3, 16.2, 16.1, 16.0, 15.6, 15.5, 15.4, 14.5-14.8, 14.0-14.4, 12.2-12.5)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/browserslist-config",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Browserslist support shared configuration",
5
5
  "keywords": [
6
6
  "browserslist",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "cb12620549f61f9f66685f32a8a72fb5159a6370"
71
+ "gitHead": "55dfe2e45369c5d97aa6de7f2ee2eb08ac4d5b4b"
72
72
  }