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 2
2
" eslint-plugin-json-schema-validator " : minor
3
3
---
4
4
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 53
53
},
54
54
"dependencies" : {
55
55
"@eslint-community/eslint-utils" : " ^4.3.0" ,
56
- "@unts/json-schema-migrate" : " ^2.0.1" ,
57
56
"ajv" : " ^8.0.0" ,
58
57
"debug" : " ^4.3.1" ,
59
58
"eslint-compat-utils" : " ^0.6.5" ,
60
59
"eslint-json-compat-utils" : " ^0.2.1" ,
60
+ "json-schema-migrate-x" : " ^2.1.0" ,
61
61
"jsonc-eslint-parser" : " ^2.0.0" ,
62
62
"minimatch" : " ^9.0.0 || ^10.0.0" ,
63
63
"synckit" : " ^0.11.1" ,
Original file line number Diff line number Diff line change 1
- import { draft7 as migrateToDraft7 } from "@unts/json-schema-migrate" ;
2
1
import debugBuilder from "debug" ;
3
2
import fs from "fs" ;
3
+ import { draft7 as migrateToDraft7 } from "json-schema-migrate-x" ;
4
4
import path from "path" ;
5
5
6
6
import 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 " ;
2
2
3
3
import type { RuleContext } from "../types" ;
4
4
import type {
You can’t perform that action at this time.
0 commit comments