@elliemae/browserslist-config-elliemae-latest-browsers 1.7.0 → 1.9.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
@@ -2,9 +2,9 @@
2
2
  module.exports = {
3
3
  // we get the below query by runing npx browserslist '>= 1% in US, not dead'
4
4
  development: [
5
- "Chrome >= 108, Edge >= 109, Safari >= 15.6, Firefox >= 109, iOS >= 15.6, ChromeAndroid >= 111"
5
+ "Chrome >= 118, Edge >= 120, Safari >= 17.1, Firefox >= 121, iOS >= 15.6, ChromeAndroid >= 121"
6
6
  ],
7
7
  production: [
8
- "Chrome >= 108, Edge >= 109, Safari >= 15.6, Firefox >= 109, iOS >= 15.6, ChromeAndroid >= 111"
8
+ "Chrome >= 118, Edge >= 120, Safari >= 17.1, Firefox >= 121, iOS >= 15.6, ChromeAndroid >= 121"
9
9
  ]
10
10
  };
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@8.2.0_5huymnpjhys2piemlgcjndtqu4/node_modules/@elliemae/pui-cli/dist/esm/transpile/react-shim.js"() {
10
+ "node_modules/.pnpm/@elliemae+pui-cli@8.30.0_@babel+plugin-syntax-flow@7.23.3_@babel+plugin-transform-react-jsx@7_i64qwhhwppd3uyibl4dhrwtqda/node_modules/@elliemae/pui-cli/dist/esm/transpile/react-shim.js"() {
11
11
  }
12
12
  });
13
13
  var require_lib = __commonJS({
@@ -16,10 +16,10 @@ var require_lib = __commonJS({
16
16
  module.exports = {
17
17
  // we get the below query by runing npx browserslist '>= 1% in US, not dead'
18
18
  development: [
19
- "Chrome >= 108, Edge >= 109, Safari >= 15.6, Firefox >= 109, iOS >= 15.6, ChromeAndroid >= 111"
19
+ "Chrome >= 118, Edge >= 120, Safari >= 17.1, Firefox >= 121, iOS >= 15.6, ChromeAndroid >= 121"
20
20
  ],
21
21
  production: [
22
- "Chrome >= 108, Edge >= 109, Safari >= 15.6, Firefox >= 109, iOS >= 15.6, ChromeAndroid >= 111"
22
+ "Chrome >= 118, Edge >= 120, Safari >= 17.1, Firefox >= 121, iOS >= 15.6, ChromeAndroid >= 121"
23
23
  ]
24
24
  };
25
25
  }
@@ -1,2 +1,2 @@
1
- export const development: string[];
2
- export const production: string[];
1
+ export let development: string[];
2
+ export let production: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/browserslist-config-elliemae-latest-browsers",
3
- "version": "1.7.0",
3
+ "version": "1.9.0",
4
4
  "private": false,
5
5
  "description": "Browserslist Configuration with latest browsers only",
6
6
  "sideeffects": false,
@@ -25,8 +25,8 @@
25
25
  "url": "https://git.elliemae.io/platform-ui/pui-browserslist-config-latest-browsers.git"
26
26
  },
27
27
  "engines": {
28
- "pnpm": ">=6",
29
- "node": ">=16"
28
+ "pnpm": ">=8",
29
+ "node": ">=20"
30
30
  },
31
31
  "author": "ICE MT",
32
32
  "license": "MIT",
@@ -58,8 +58,8 @@
58
58
  "indent": 4
59
59
  },
60
60
  "devDependencies": {
61
- "@elliemae/pui-cli": "~8.2.0",
62
- "redux-saga": "1.2.3",
63
- "styled-components": "~5.3.9"
61
+ "@elliemae/pui-cli": "~8.30.0",
62
+ "redux-saga": "1.3.0",
63
+ "styled-components": "~5.3.11"
64
64
  }
65
65
  }