browserslist-config-anolilab 3.0.2 → 3.0.3
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 +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
### 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)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update all deps of the package and fixes found code style issues ([2776ecd](https://github.com/anolilab/javascript-style-guide/commit/2776ecd44d35f1d317abf367e69fef24dbd00335))
|
|
7
|
+
|
|
1
8
|
### 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)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "browserslist-config-anolilab",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "Shareable browserlist config for Anolilab.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"browserslist",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
],
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"browserslist": "4.20.3",
|
|
42
|
-
"caniuse-lite": "^1.0.
|
|
42
|
+
"caniuse-lite": "^1.0.30001339"
|
|
43
43
|
},
|
|
44
44
|
"engines": {
|
|
45
45
|
"node": ">=16"
|