|
45 | 45 | "license-checker": "^25.0.1", |
46 | 46 | "line-column": "^1.0.2", |
47 | 47 | "marko": "^5.31.18", |
48 | | - "prettier": "^3.1", |
| 48 | + "prettier": "^3.2", |
49 | 49 | "prettier-plugin-astro": "^0.12.2", |
50 | 50 | "prettier-plugin-css-order": "^2.0.0", |
51 | 51 | "prettier-plugin-import-sort": "^0.0.7", |
52 | 52 | "prettier-plugin-jsdoc": "^1.0.1", |
53 | 53 | "prettier-plugin-marko": "^3.1.1", |
54 | 54 | "prettier-plugin-organize-attributes": "^1.0.0", |
55 | 55 | "prettier-plugin-organize-imports": "^3.2.4", |
| 56 | + "prettier-plugin-sort-imports": "^1.8.1", |
56 | 57 | "prettier-plugin-style-order": "^0.2.2", |
57 | 58 | "prettier-plugin-svelte": "^3.1.2", |
58 | 59 | "recast": "0.20.5", |
|
74 | 75 | "prettier-plugin-marko": "*", |
75 | 76 | "prettier-plugin-organize-attributes": "*", |
76 | 77 | "prettier-plugin-organize-imports": "*", |
| 78 | + "prettier-plugin-sort-imports": "*", |
77 | 79 | "prettier-plugin-style-order": "*", |
78 | 80 | "prettier-plugin-svelte": "*" |
79 | 81 | }, |
|
111 | 113 | "prettier-plugin-organize-imports": { |
112 | 114 | "optional": true |
113 | 115 | }, |
| 116 | + "prettier-plugin-sort-imports": { |
| 117 | + "optional": true |
| 118 | + }, |
114 | 119 | "prettier-plugin-style-order": { |
115 | 120 | "optional": true |
116 | 121 | }, |
|
0 commit comments