@anolilab/prettier-config 5.0.12 → 5.0.14

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,30 @@
1
+ ## @anolilab/prettier-config [5.0.14](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@5.0.13...@anolilab/prettier-config@5.0.14) (2023-12-22)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * update deps ([4f773ac](https://github.com/anolilab/javascript-style-guide/commit/4f773ac635af4e27d500a6d2423898445e0f08fd))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@anolilab/semantic-release-preset:** upgraded to 8.0.3
13
+
14
+ ## @anolilab/prettier-config [5.0.13](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@5.0.12...@anolilab/prettier-config@5.0.13) (2023-11-02)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * allow node 21 ([e95c9f7](https://github.com/anolilab/javascript-style-guide/commit/e95c9f70fb7d1ffa7c27e3d07067606b9b91bf54))
20
+
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * **@anolilab/package-json-utils:** upgraded to 3.0.9
26
+ * **@anolilab/semantic-release-preset:** upgraded to 8.0.2
27
+
1
28
  ## @anolilab/prettier-config [5.0.12](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@5.0.11...@anolilab/prettier-config@5.0.12) (2023-10-31)
2
29
 
3
30
 
@@ -1,2 +1,2 @@
1
1
 
2
- export { }
2
+ export { }
@@ -1,2 +1,2 @@
1
1
 
2
- export { }
2
+ export { }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/prettier-config",
3
- "version": "5.0.12",
3
+ "version": "5.0.14",
4
4
  "description": "Prettier shareable config for Anolilab.",
5
5
  "keywords": [
6
6
  "css",
@@ -57,21 +57,21 @@
57
57
  "postinstall": "node ./skip.js || node ./dist/postinstall.js"
58
58
  },
59
59
  "dependencies": {
60
- "@anolilab/package-json-utils": "3.0.8"
60
+ "@anolilab/package-json-utils": "3.0.9"
61
61
  },
62
62
  "devDependencies": {
63
- "@anolilab/semantic-release-preset": "8.0.1",
64
- "prettier": "^3.0.3",
63
+ "@anolilab/semantic-release-preset": "8.0.3",
64
+ "prettier": "^3.1.1",
65
65
  "rimraf": "^5.0.5",
66
- "semantic-release": "^22.0.6",
67
- "tsup": "^7.2.0",
68
- "vitest": "^0.34.6"
66
+ "semantic-release": "^22.0.12",
67
+ "tsup": "^8.0.1",
68
+ "vitest": "^1.1.0"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "prettier": "2.x || 3.x"
72
72
  },
73
73
  "engines": {
74
- "node": ">=18"
74
+ "node": ">=18.* <=21.*"
75
75
  },
76
76
  "publishConfig": {
77
77
  "access": "public",