@elliemae/browserslist-config-elliemae-latest-browsers 1.5.0 → 1.6.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.
package/dist/cjs/index.js CHANGED
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  module.exports = {
3
3
  development: [
4
- "Chrome >= 102, Edge >= 103, Safari >= 15.5, Firefox >= 102, iOS >= 14.5, ChromeAndroid >= 104"
4
+ "Chrome >= 105, Edge >= 106, Safari >= 15.6, Firefox >= 105, iOS >= 14.5, ChromeAndroid >= 107"
5
5
  ],
6
6
  production: [
7
- "Chrome >= 102, Edge >= 103, Safari >= 15.5, Firefox >= 102, iOS >= 14.5, ChromeAndroid >= 104"
7
+ "Chrome >= 105, Edge >= 106, Safari >= 15.6, Firefox >= 105, iOS >= 14.5, ChromeAndroid >= 107"
8
8
  ]
9
9
  };
package/dist/esm/index.js CHANGED
@@ -7,7 +7,7 @@ var __commonJS = (cb, mod) => function __require() {
7
7
  };
8
8
  import * as React from "react";
9
9
  var init_react_shim = __esm({
10
- "node_modules/.pnpm/@elliemae+pui-cli@7.0.0_j54qouox73ltdlx6coiojegcda/node_modules/@elliemae/pui-cli/dist/esm/transpile/react-shim.js"() {
10
+ "node_modules/.pnpm/@elliemae+pui-cli@7.18.0_wcx32c5ugtcarwqzffnejuyoku/node_modules/@elliemae/pui-cli/dist/esm/transpile/react-shim.js"() {
11
11
  }
12
12
  });
13
13
  var require_lib = __commonJS({
@@ -15,10 +15,10 @@ var require_lib = __commonJS({
15
15
  init_react_shim();
16
16
  module.exports = {
17
17
  development: [
18
- "Chrome >= 102, Edge >= 103, Safari >= 15.5, Firefox >= 102, iOS >= 14.5, ChromeAndroid >= 104"
18
+ "Chrome >= 105, Edge >= 106, Safari >= 15.6, Firefox >= 105, iOS >= 14.5, ChromeAndroid >= 107"
19
19
  ],
20
20
  production: [
21
- "Chrome >= 102, Edge >= 103, Safari >= 15.5, Firefox >= 102, iOS >= 14.5, ChromeAndroid >= 104"
21
+ "Chrome >= 105, Edge >= 106, Safari >= 15.6, Firefox >= 105, iOS >= 14.5, ChromeAndroid >= 107"
22
22
  ]
23
23
  };
24
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/browserslist-config-elliemae-latest-browsers",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "private": false,
5
5
  "description": "Browserslist Configuration with latest browsers only",
6
6
  "sideeffects": false,
@@ -58,8 +58,8 @@
58
58
  "indent": 4
59
59
  },
60
60
  "devDependencies": {
61
- "@elliemae/pui-cli": "~7.0.0",
62
- "redux-saga": "1.1.3",
63
- "styled-components": "~5.3.5"
61
+ "@elliemae/pui-cli": "~7.18.0",
62
+ "redux-saga": "1.2.1",
63
+ "styled-components": "~5.3.6"
64
64
  }
65
65
  }