|
39 | 39 | "predocs:watch": "yarn build", |
40 | 40 | "prerelease": "yarn test && yarn build", |
41 | 41 | "preversion": "yarn test && git add .", |
42 | | - "release": "changeset publish", |
| 42 | + "release": "clean-pkg-json && changeset publish", |
43 | 43 | "test": "env-cmd -e test yarn mocha \"tests/src/**/*.ts\" --reporter dot --timeout 60000", |
44 | 44 | "ts": "env-cmd -e base node -r esbuild-register", |
45 | 45 | "update": "yarn ts ./tools/update && yarn lint-fix", |
|
51 | 51 | }, |
52 | 52 | "dependencies": { |
53 | 53 | "@eslint-community/eslint-utils": "^4.3.0", |
| 54 | + "@unts/json-schema-migrate": "^2.0.1", |
54 | 55 | "ajv": "^8.0.0", |
55 | 56 | "debug": "^4.3.1", |
56 | | - "eslint-compat-utils": "^0.6.0", |
| 57 | + "eslint-compat-utils": "^0.6.5", |
57 | 58 | "eslint-json-compat-utils": "^0.2.1", |
58 | | - "json-schema-migrate": "^2.0.0", |
59 | 59 | "jsonc-eslint-parser": "^2.0.0", |
60 | 60 | "minimatch": "^9.0.0 || ^10.0.0", |
61 | 61 | "synckit": "^0.11.1", |
|
89 | 89 | "eslint-config-prettier": "^10.0.0", |
90 | 90 | "eslint-plugin-eslint-plugin": "^6.0.0", |
91 | 91 | "eslint-plugin-jsdoc": "^50.0.0", |
92 | | - "eslint-plugin-json-schema-validator": "^5.0.0", |
| 92 | + "eslint-plugin-json-schema-validator": "link:.", |
93 | 93 | "eslint-plugin-jsonc": "^2.0.0", |
94 | 94 | "eslint-plugin-markdown": "^5.0.0", |
95 | 95 | "eslint-plugin-n": "^17.2.0", |
|
0 commit comments