File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22" eslint-plugin-json-schema-validator " : minor
33---
44
5- refactor: use actively maintained [ ` @unts/ json-schema-migrate` ] ( https://github.com/un-ts/json-schema-migrate ) instead
5+ refactor: use actively maintained [ ` json-schema-migrate-x ` ] ( https://github.com/un-ts/json-schema-migrate-x ) instead
Original file line number Diff line number Diff line change 5353 },
5454 "dependencies" : {
5555 "@eslint-community/eslint-utils" : " ^4.3.0" ,
56- "@unts/json-schema-migrate" : " ^2.0.1" ,
5756 "ajv" : " ^8.0.0" ,
5857 "debug" : " ^4.3.1" ,
5958 "eslint-compat-utils" : " ^0.6.5" ,
6059 "eslint-json-compat-utils" : " ^0.2.1" ,
60+ "json-schema-migrate-x" : " ^2.1.0" ,
6161 "jsonc-eslint-parser" : " ^2.0.0" ,
6262 "minimatch" : " ^9.0.0 || ^10.0.0" ,
6363 "synckit" : " ^0.11.1" ,
Original file line number Diff line number Diff line change 1- import { draft7 as migrateToDraft7 } from "@unts/json-schema-migrate" ;
21import debugBuilder from "debug" ;
32import fs from "fs" ;
3+ import { draft7 as migrateToDraft7 } from "json-schema-migrate-x" ;
44import path from "path" ;
55
66import type { RuleContext } from "../types" ;
Original file line number Diff line number Diff line change 1- import { draft7 as migrateToDraft7 } from "@unts/ json-schema-migrate" ;
1+ import { draft7 as migrateToDraft7 } from "json-schema-migrate-x " ;
22
33import type { RuleContext } from "../types" ;
44import type {
You can’t perform that action at this time.
0 commit comments