@yopem/prettier-config 0.1.7 → 0.1.9

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 +9 -9
package/README.md CHANGED
@@ -19,4 +19,4 @@ deno install npm:@yopem/prettier-config
19
19
  ## Licence
20
20
 
21
21
  This project is licensed under the terms of the
22
- [MIT license](https://github.com/yopem/tooling/blob/main/LICENSE.md).
22
+ [MIT license](https://github.com/yopem/config/blob/main/LICENSE.md).
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@yopem/prettier-config",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "prettier",
7
7
  "prettier-config",
8
- "tooling"
8
+ "config"
9
9
  ],
10
10
  "type": "module",
11
11
  "main": "src/base.js",
@@ -39,23 +39,23 @@
39
39
  "license": "MIT",
40
40
  "repository": {
41
41
  "type": "git",
42
- "url": "git+https://github.com/yopem/tooling.git",
43
- "directory": "packages/tooling/prettier"
42
+ "url": "git+https://github.com/yopem/config.git",
43
+ "directory": "packages/config/prettier"
44
44
  },
45
45
  "bugs": {
46
- "url": "https://github.com/yopem/tooling/issues"
46
+ "url": "https://github.com/yopem/config/issues"
47
47
  },
48
48
  "scripts": {
49
49
  "typecheck": "tsc --noEmit"
50
50
  },
51
51
  "dependencies": {
52
- "@ianvs/prettier-plugin-sort-imports": "4.4.2",
53
- "prettier": "3.5.3",
54
- "prettier-plugin-tailwindcss": "0.6.12"
52
+ "@ianvs/prettier-plugin-sort-imports": "4.5.1",
53
+ "prettier": "3.6.2",
54
+ "prettier-plugin-tailwindcss": "0.6.14"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@yopem/typescript-config": "workspace:*",
58
- "typescript": "5.8.3"
58
+ "typescript": "5.9.2"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "@ianvs/prettier-plugin-sort-imports": "^4.4.1",