@standard-config/prettier 1.2.0 → 1.2.1

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/dist/index.d.mts +0 -1
  2. package/package.json +5 -5
package/dist/index.d.mts CHANGED
@@ -5,7 +5,6 @@ declare module 'prettier' {
5
5
  interface Options {
6
6
  jsonRecursiveSort?: boolean | undefined;
7
7
  jsonSortOrder?: string | undefined;
8
- packageSortOrder?: string[] | undefined;
9
8
  }
10
9
  }
11
10
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@standard-config/prettier",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "TypeScript-first Prettier config",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@prettier/plugin-oxc": "^0.1.3",
35
35
  "klona": "^2.0.6",
36
- "prettier-plugin-packagejson": "2.5.20",
36
+ "prettier-plugin-packagejson": "^2.5.21",
37
37
  "prettier-plugin-sh": "^0.18.0",
38
38
  "prettier-plugin-sort-json": "4.1.1"
39
39
  },
@@ -42,15 +42,15 @@
42
42
  },
43
43
  "devDependencies": {
44
44
  "@standard-config/tsconfig": "2.0.0",
45
- "@vitest/coverage-v8": "4.0.16",
45
+ "@vitest/coverage-v8": "4.0.17",
46
46
  "husky": "9.1.7",
47
- "oxlint": "1.38.0",
47
+ "oxlint": "1.39.0",
48
48
  "oxlint-tsgolint": "0.11.0",
49
49
  "prettier": "3.7.4",
50
50
  "publint": "0.3.16",
51
51
  "tsdown": "0.19.0",
52
52
  "typescript": "5.9.3",
53
- "vitest": "4.0.16"
53
+ "vitest": "4.0.17"
54
54
  },
55
55
  "scripts": {
56
56
  "build": "tsdown",