browserslist-config-anolilab 3.0.1 → 3.0.4
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/CHANGELOG.md +21 -0
- package/package.json +20 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## browserslist-config-anolilab [3.0.4](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@3.0.3...browserslist-config-anolilab@3.0.4) (2022-07-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* upgraded deps ([6e4b5bc](https://github.com/anolilab/javascript-style-guide/commit/6e4b5bce0599c987a93b9a65c0bf6cc7c90a3ed3))
|
|
7
|
+
|
|
8
|
+
### browserslist-config-anolilab [3.0.3](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@3.0.2...browserslist-config-anolilab@3.0.3) (2022-05-11)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* update all deps of the package and fixes found code style issues ([2776ecd](https://github.com/anolilab/javascript-style-guide/commit/2776ecd44d35f1d317abf367e69fef24dbd00335))
|
|
14
|
+
|
|
15
|
+
### browserslist-config-anolilab [3.0.2](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@3.0.1...browserslist-config-anolilab@3.0.2) (2022-05-06)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **deps:** upgraded deps in all packages ([091353c](https://github.com/anolilab/javascript-style-guide/commit/091353cdd01a0bb3d0e48da9266a6a2978283e2b))
|
|
21
|
+
|
|
1
22
|
### browserslist-config-anolilab [3.0.1](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@3.0.0...browserslist-config-anolilab@3.0.1) (2022-02-15)
|
|
2
23
|
|
|
3
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "browserslist-config-anolilab",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.4",
|
|
4
4
|
"description": "Shareable browserlist config for Anolilab.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"browserslist",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"LICENSE.md"
|
|
39
39
|
],
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"browserslist": "4.
|
|
42
|
-
"caniuse-lite": "^1.0.
|
|
41
|
+
"browserslist": "4.21.2",
|
|
42
|
+
"caniuse-lite": "^1.0.30001367"
|
|
43
43
|
},
|
|
44
44
|
"engines": {
|
|
45
45
|
"node": ">=16"
|
|
@@ -47,5 +47,21 @@
|
|
|
47
47
|
"publishConfig": {
|
|
48
48
|
"access": "public"
|
|
49
49
|
},
|
|
50
|
-
"moduleName": "browserslist-config"
|
|
50
|
+
"moduleName": "browserslist-config",
|
|
51
|
+
"pnpm": {
|
|
52
|
+
"overrides": {
|
|
53
|
+
"glob-parent@<5.1.2": ">=5.1.2",
|
|
54
|
+
"minimist@<1.2.6": ">=1.2.6",
|
|
55
|
+
"chrono-node@<2.2.4": ">=2.2.4",
|
|
56
|
+
"yargs-parser@>=6.0.0 <13.1.2": ">=13.1.2",
|
|
57
|
+
"trim@<0.0.3": ">=0.0.3",
|
|
58
|
+
"trim-newlines@<3.0.1": ">=3.0.1",
|
|
59
|
+
"moment@<2.29.2": ">=2.29.2",
|
|
60
|
+
"semver-regex@<3.1.4": ">=3.1.4",
|
|
61
|
+
"got@<11.8.5": ">=11.8.5",
|
|
62
|
+
"moment@>=2.18.0 <2.29.4": ">=2.29.4",
|
|
63
|
+
"ansi-regex@>=3.0.0 <3.0.1": ">=3.0.1",
|
|
64
|
+
"ansi-regex@>=4.0.0 <4.1.1": ">=4.1.1"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
51
67
|
}
|