@elliemae/browserslist-config-elliemae-latest-browsers 1.6.0 → 1.7.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 +3 -2
- package/dist/esm/index.js +4 -3
- package/package.json +4 -4
package/dist/cjs/index.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
module.exports = {
|
|
3
|
+
// we get the below query by runing npx browserslist '>= 1% in US, not dead'
|
|
3
4
|
development: [
|
|
4
|
-
"Chrome >=
|
|
5
|
+
"Chrome >= 108, Edge >= 109, Safari >= 15.6, Firefox >= 109, iOS >= 15.6, ChromeAndroid >= 111"
|
|
5
6
|
],
|
|
6
7
|
production: [
|
|
7
|
-
"Chrome >=
|
|
8
|
+
"Chrome >= 108, Edge >= 109, Safari >= 15.6, Firefox >= 109, iOS >= 15.6, ChromeAndroid >= 111"
|
|
8
9
|
]
|
|
9
10
|
};
|
package/dist/esm/index.js
CHANGED
|
@@ -7,18 +7,19 @@ 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@
|
|
10
|
+
"node_modules/.pnpm/@elliemae+pui-cli@8.2.0_5huymnpjhys2piemlgcjndtqu4/node_modules/@elliemae/pui-cli/dist/esm/transpile/react-shim.js"() {
|
|
11
11
|
}
|
|
12
12
|
});
|
|
13
13
|
var require_lib = __commonJS({
|
|
14
14
|
"lib/index.js"(exports, module) {
|
|
15
15
|
init_react_shim();
|
|
16
16
|
module.exports = {
|
|
17
|
+
// we get the below query by runing npx browserslist '>= 1% in US, not dead'
|
|
17
18
|
development: [
|
|
18
|
-
"Chrome >=
|
|
19
|
+
"Chrome >= 108, Edge >= 109, Safari >= 15.6, Firefox >= 109, iOS >= 15.6, ChromeAndroid >= 111"
|
|
19
20
|
],
|
|
20
21
|
production: [
|
|
21
|
-
"Chrome >=
|
|
22
|
+
"Chrome >= 108, Edge >= 109, Safari >= 15.6, Firefox >= 109, iOS >= 15.6, ChromeAndroid >= 111"
|
|
22
23
|
]
|
|
23
24
|
};
|
|
24
25
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/browserslist-config-elliemae-latest-browsers",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.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": "~
|
|
62
|
-
"redux-saga": "1.2.
|
|
63
|
-
"styled-components": "~5.3.
|
|
61
|
+
"@elliemae/pui-cli": "~8.2.0",
|
|
62
|
+
"redux-saga": "1.2.3",
|
|
63
|
+
"styled-components": "~5.3.9"
|
|
64
64
|
}
|
|
65
65
|
}
|