@anolilab/prettier-config 5.0.9 → 5.0.11

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,30 @@
1
+ ## @anolilab/prettier-config [5.0.11](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@5.0.10...@anolilab/prettier-config@5.0.11) (2023-09-29)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * updated dev deps ([d4bf8d9](https://github.com/anolilab/javascript-style-guide/commit/d4bf8d9b636e68bb214c527791dbb76ee47c6af5))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@anolilab/semantic-release-preset:** upgraded to 8.0.0
13
+
14
+ ## @anolilab/prettier-config [5.0.10](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@5.0.9...@anolilab/prettier-config@5.0.10) (2023-09-29)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * Update dependencies to latest versions ([6cdc09b](https://github.com/anolilab/javascript-style-guide/commit/6cdc09b5b9319ee7cc327b025c235972aa6be04f))
20
+
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * **@anolilab/package-json-utils:** upgraded to 3.0.7
26
+ * **@anolilab/semantic-release-preset:** upgraded to 7.0.5
27
+
1
28
  ## @anolilab/prettier-config [5.0.9](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@5.0.8...@anolilab/prettier-config@5.0.9) (2023-09-27)
2
29
 
3
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/prettier-config",
3
- "version": "5.0.9",
3
+ "version": "5.0.11",
4
4
  "description": "Prettier shareable config for Anolilab.",
5
5
  "keywords": [
6
6
  "css",
@@ -57,15 +57,15 @@
57
57
  "postinstall": "node ./skip.js || node ./dist/postinstall.js"
58
58
  },
59
59
  "dependencies": {
60
- "@anolilab/package-json-utils": "3.0.6"
60
+ "@anolilab/package-json-utils": "3.0.7"
61
61
  },
62
62
  "devDependencies": {
63
- "@anolilab/semantic-release-preset": "7.0.4",
63
+ "@anolilab/semantic-release-preset": "8.0.0",
64
64
  "prettier": "^3.0.3",
65
65
  "rimraf": "^5.0.5",
66
- "semantic-release": "^21.1.2",
66
+ "semantic-release": "^22.0.5",
67
67
  "tsup": "^7.2.0",
68
- "vitest": "^0.34.5"
68
+ "vitest": "^0.34.6"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "prettier": "2.x || 3.x"