@wkovacs64/prettier-config 4.2.1 → 4.2.2

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/README.md +1 -1
  2. package/package.json +8 -9
package/README.md CHANGED
@@ -52,7 +52,7 @@ the one-liner in package.json:
52
52
  import prettierConfig from '@wkovacs64/prettier-config';
53
53
 
54
54
  /** @type {import("prettier").Options} */
55
- export const config = {
55
+ const config = {
56
56
  ...prettierConfig,
57
57
  // overrides here
58
58
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wkovacs64/prettier-config",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "description": "@wKovacs64 Prettier config",
5
5
  "keywords": [
6
6
  "prettier",
@@ -23,8 +23,7 @@
23
23
  ],
24
24
  "homepage": "https://github.com/wKovacs64/prettier-config#readme",
25
25
  "repository": {
26
- "type": "git",
27
- "url": "https://github.com/wKovacs64/prettier-config.git"
26
+ "url": "git+https://github.com/wKovacs64/prettier-config.git"
28
27
  },
29
28
  "bugs": {
30
29
  "url": "https://github.com/wKovacs64/prettier-config/issues"
@@ -47,14 +46,14 @@
47
46
  },
48
47
  "dependencies": {
49
48
  "prettier-plugin-astro": "^0.14.1",
50
- "prettier-plugin-tailwindcss": "^0.6.12"
49
+ "prettier-plugin-tailwindcss": "^0.6.14"
51
50
  },
52
51
  "devDependencies": {
53
52
  "@changesets/changelog-github": "0.5.1",
54
- "@changesets/cli": "2.29.4",
55
- "@wkovacs64/eslint-config": "7.7.0",
56
- "cross-env": "7.0.3",
57
- "eslint": "9.28.0",
58
- "prettier": "3.5.3"
53
+ "@changesets/cli": "2.29.7",
54
+ "@wkovacs64/eslint-config": "7.10.0",
55
+ "cross-env": "10.1.0",
56
+ "eslint": "9.37.0",
57
+ "prettier": "3.6.2"
59
58
  }
60
59
  }