@kitschpatrol/prettier-config 4.3.1 → 4.3.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.
@@ -2,11 +2,8 @@
2
2
  # Does not inherit from .gitignore
3
3
 
4
4
  # @kitschpatrol/repo-config boilerplate
5
- !.env.example
6
5
  .astro/
7
6
  .DS_Store
8
- .env
9
- .env.*
10
7
  .svelte-kit/
11
8
  {tmp,temp}/
12
9
  **/*.min.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/prettier-config",
3
- "version": "4.3.1",
3
+ "version": "4.3.3",
4
4
  "type": "module",
5
5
  "description": "Prettier config for @kitschpatrol/shared-config",
6
6
  "repository": {
@@ -35,18 +35,18 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@pinojs/json-colorizer": "^4.0.0",
38
- "@prettier/plugin-php": "^0.21.0",
38
+ "@prettier/plugin-php": "^0.22.1",
39
39
  "@prettier/plugin-ruby": "^4.0.4",
40
40
  "@prettier/plugin-xml": "^3.2.2",
41
41
  "cosmiconfig": "^9.0.0",
42
42
  "execa": "^8.0.1",
43
43
  "fs-extra": "^11.2.0",
44
- "prettier-plugin-astro": "^0.12.2",
44
+ "prettier-plugin-astro": "^0.12.3",
45
45
  "prettier-plugin-pkg": "^0.18.0",
46
46
  "prettier-plugin-sh": "^0.13.1",
47
- "prettier-plugin-sql": "^0.17.1",
47
+ "prettier-plugin-sql": "^0.18.0",
48
48
  "prettier-plugin-svelte": "^3.1.2",
49
- "prettier-plugin-tailwindcss": "^0.5.9",
49
+ "prettier-plugin-tailwindcss": "^0.5.11",
50
50
  "prettier-plugin-toml": "^2.0.1"
51
51
  },
52
52
  "publishConfig": {
package/readme.md CHANGED
@@ -30,7 +30,7 @@ To use just this Prettier config in isolation:
30
30
 
31
31
  ## Usage
32
32
 
33
- The Prettier binary should be picked up automatically by VSCode plugins.
33
+ The Prettier binary should be picked up automatically by VS Code plugins.
34
34
 
35
35
  You can call it directly, or use the script bundled with the config.
36
36