browserslist-config-anolilab 4.1.0 → 4.1.2

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 CHANGED
@@ -1,3 +1,34 @@
1
+ ## browserslist-config-anolilab [4.1.2](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@4.1.1...browserslist-config-anolilab@4.1.2) (2023-06-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * updated lock, updated @anolilab/package-json-utils and removed baseUrl in the tsconfig that was in the wrong place ([cb08fb5](https://github.com/anolilab/javascript-style-guide/commit/cb08fb5f9fa15f0134327f89f1908199fddaa327))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@anolilab/semantic-release-preset:** upgraded to 4.0.3
13
+
14
+ ## browserslist-config-anolilab [4.1.1](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@4.1.0...browserslist-config-anolilab@4.1.1) (2023-06-28)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * Update package dependencies versions ([7aec41d](https://github.com/anolilab/javascript-style-guide/commit/7aec41d753081b2cca2f1bb1f7daf1615c6568cb))
20
+
21
+
22
+ ### Miscellaneous Chores
23
+
24
+ * **deps:** update devdependencies ([b6dfc67](https://github.com/anolilab/javascript-style-guide/commit/b6dfc6785b01c97b8cbe20728ea26e91aee18c94))
25
+
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * **@anolilab/semantic-release-preset:** upgraded to 4.0.2
31
+
1
32
  ## browserslist-config-anolilab [4.1.0](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@4.0.7...browserslist-config-anolilab@4.1.0) (2023-06-25)
2
33
 
3
34
 
@@ -0,0 +1,9 @@
1
+ declare const config: {
2
+ production: string[];
3
+ legacyBrowsers: string[];
4
+ modernBrowsers: string[];
5
+ ssr: string[];
6
+ node: string[];
7
+ };
8
+
9
+ export { config as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browserslist-config-anolilab",
3
- "version": "4.1.0",
3
+ "version": "4.1.2",
4
4
  "description": "Shareable browserlist config for Anolilab projects.",
5
5
  "keywords": [
6
6
  "browserslist",
@@ -59,13 +59,13 @@
59
59
  "test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
60
60
  },
61
61
  "devDependencies": {
62
- "@anolilab/semantic-release-preset": "4.0.1",
62
+ "@anolilab/semantic-release-preset": "4.0.3",
63
63
  "browserslist": "4.21.9",
64
- "caniuse-lite": "^1.0.30001506",
64
+ "caniuse-lite": "^1.0.30001509",
65
65
  "cross-env": "^7.0.3",
66
66
  "rimraf": "^5.0.1",
67
67
  "semantic-release": "^21.0.5",
68
- "tsup": "^7.0.0",
68
+ "tsup": "^7.1.0",
69
69
  "vitest": "^0.32.2"
70
70
  },
71
71
  "engines": {