@elliemae/browserslist-config-elliemae-latest-browsers 1.2.1 → 1.3.0

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/lib/index.js +6 -2
  2. package/package.json +3 -3
package/lib/index.js CHANGED
@@ -1,4 +1,8 @@
1
1
  module.exports = {
2
- development: ['> 0.5% in US, not ie 11, not dead'],
3
- production: ['> 0.5% in US, not ie 11, not dead'],
2
+ development: [
3
+ 'Chrome >= 94, Edge >= 96, Safari >= 14.1, Firefox >= 95, iOS >= 14.0, ChromeAndroid >= 96',
4
+ ],
5
+ production: [
6
+ 'Chrome >= 94, Edge >= 96, Safari >= 14.1, Firefox >= 95, iOS >= 14.0, ChromeAndroid >= 96',
7
+ ],
4
8
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/browserslist-config-elliemae-latest-browsers",
3
- "version": "1.2.1",
3
+ "version": "1.3.0",
4
4
  "private": false,
5
5
  "description": "Browserslist Configuration with latest browsers only",
6
6
  "sideeffects": false,
@@ -53,8 +53,8 @@
53
53
  "indent": 4
54
54
  },
55
55
  "devDependencies": {
56
- "@elliemae/pui-cli": "~5.3.0",
56
+ "@elliemae/pui-cli": "~5.26.2",
57
57
  "redux-saga": "1.1.3",
58
- "styled-components": "~5.3.1"
58
+ "styled-components": "~5.3.3"
59
59
  }
60
60
  }