@anolilab/prettier-config 5.0.1 → 5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,26 @@
1
+ ## @anolilab/prettier-config [5.0.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@5.0.2...@anolilab/prettier-config@5.0.3) (2023-08-10)
2
+
3
+
4
+
5
+ ### Dependencies
6
+
7
+ * **@anolilab/package-json-utils:** upgraded to 3.0.4
8
+ * **@anolilab/semantic-release-preset:** upgraded to 6.0.4
9
+
10
+ ## @anolilab/prettier-config [5.0.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@5.0.1...@anolilab/prettier-config@5.0.2) (2023-08-04)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * Update package dependencies ([a8786f2](https://github.com/anolilab/javascript-style-guide/commit/a8786f219badb9ebd4af825d28be85d3d2eea89c))
16
+
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * **@anolilab/package-json-utils:** upgraded to 3.0.3
22
+ * **@anolilab/semantic-release-preset:** upgraded to 6.0.3
23
+
1
24
  ## @anolilab/prettier-config [5.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@5.0.0...@anolilab/prettier-config@5.0.1) (2023-07-26)
2
25
 
3
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/prettier-config",
3
- "version": "5.0.1",
3
+ "version": "5.0.3",
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.2"
60
+ "@anolilab/package-json-utils": "3.0.4"
61
61
  },
62
62
  "devDependencies": {
63
- "@anolilab/semantic-release-preset": "6.0.2",
64
- "prettier": "^3.0.0",
63
+ "@anolilab/semantic-release-preset": "6.0.4",
64
+ "prettier": "^3.0.1",
65
65
  "rimraf": "^5.0.1",
66
66
  "semantic-release": "^21.0.7",
67
- "tsup": "^7.1.0",
68
- "vitest": "^0.33.0"
67
+ "tsup": "^7.2.0",
68
+ "vitest": "^0.34.1"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "prettier": "2.x || 3.x"