@anolilab/prettier-config 5.0.8 → 5.0.10

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.10](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@5.0.9...@anolilab/prettier-config@5.0.10) (2023-09-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Update dependencies to latest versions ([6cdc09b](https://github.com/anolilab/javascript-style-guide/commit/6cdc09b5b9319ee7cc327b025c235972aa6be04f))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@anolilab/package-json-utils:** upgraded to 3.0.7
13
+ * **@anolilab/semantic-release-preset:** upgraded to 7.0.5
14
+
15
+ ## @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)
16
+
17
+
18
+ ### Miscellaneous Chores
19
+
20
+ * **deps:** update devdependencies ([#766](https://github.com/anolilab/javascript-style-guide/issues/766)) ([ef64bea](https://github.com/anolilab/javascript-style-guide/commit/ef64bea2701995c85b9d1a0ad07ec4da6f7e4b25))
21
+
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * **@anolilab/semantic-release-preset:** upgraded to 7.0.4
27
+
1
28
  ## @anolilab/prettier-config [5.0.8](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@5.0.7...@anolilab/prettier-config@5.0.8) (2023-09-26)
2
29
 
3
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/prettier-config",
3
- "version": "5.0.8",
3
+ "version": "5.0.10",
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.3",
63
+ "@anolilab/semantic-release-preset": "7.0.5",
64
64
  "prettier": "^3.0.3",
65
- "rimraf": "^5.0.2",
65
+ "rimraf": "^5.0.5",
66
66
  "semantic-release": "^21.1.2",
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"