@anolilab/prettier-config 5.0.3 → 5.0.4

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 +16 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## @anolilab/prettier-config [5.0.4](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@5.0.3...@anolilab/prettier-config@5.0.4) (2023-08-30)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * **deps:** update dependency prettier to ^3.0.3 ([#737](https://github.com/anolilab/javascript-style-guide/issues/737)) ([6966403](https://github.com/anolilab/javascript-style-guide/commit/69664036183617fc6a8a1218f43d35f8f27ca87d))
7
+ * **deps:** update dependency semantic-release to ^21.1.1 ([#738](https://github.com/anolilab/javascript-style-guide/issues/738)) ([ee6e926](https://github.com/anolilab/javascript-style-guide/commit/ee6e926d19848a6d7aaca6b3b0f92befaed59e08))
8
+ * **deps:** update dependency vitest to ^0.34.3 ([#739](https://github.com/anolilab/javascript-style-guide/issues/739)) ([67dd404](https://github.com/anolilab/javascript-style-guide/commit/67dd404766bceb0103f637208fc646ed40aefb16))
9
+
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * **@anolilab/package-json-utils:** upgraded to 3.0.5
15
+ * **@anolilab/semantic-release-preset:** upgraded to 6.0.5
16
+
1
17
  ## @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
18
 
3
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/prettier-config",
3
- "version": "5.0.3",
3
+ "version": "5.0.4",
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.4"
60
+ "@anolilab/package-json-utils": "3.0.5"
61
61
  },
62
62
  "devDependencies": {
63
- "@anolilab/semantic-release-preset": "6.0.4",
64
- "prettier": "^3.0.1",
63
+ "@anolilab/semantic-release-preset": "6.0.5",
64
+ "prettier": "^3.0.3",
65
65
  "rimraf": "^5.0.1",
66
- "semantic-release": "^21.0.7",
66
+ "semantic-release": "^21.1.1",
67
67
  "tsup": "^7.2.0",
68
- "vitest": "^0.34.1"
68
+ "vitest": "^0.34.3"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "prettier": "2.x || 3.x"