File tree 2 files changed +3
-3
lines changed
javascript/monaco-json-transform
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nlighten/monaco-json-transform" ,
3
- "version" : " 1.2.1 " ,
3
+ "version" : " 1.2.2 " ,
4
4
"description" : " JSON Transform language tokenizer (and syntax highlight), hover provider and more" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"source" : " src/index.ts" ,
42
42
"homepage" : " https://github.com/nlighten-oss/json-transform#readme" ,
43
43
"peerDependencies" : {
44
44
"@nlighten/json-schema-utils" : " ^1.0.3" ,
45
- "@nlighten/json-transform-core" : " file://../json-transform-core " ,
45
+ "@nlighten/json-transform-core" : " ^1.7.1 " ,
46
46
"monaco-editor" : " ^0.51.0"
47
47
},
48
48
"devDependencies" : {
Original file line number Diff line number Diff line change 7
7
"private" : true ,
8
8
"devDependencies" : {
9
9
"bignumber.js" : " ^9.1.2" ,
10
- "@nlighten/json-transform-core" : " file:../javascript/json-transform-core" ,
10
+ "@nlighten/json-transform-core" : " file:// ../javascript/json-transform-core" ,
11
11
"@types/json-bigint" : " ^1.0.4" ,
12
12
"json-bigint" : " ^1.0.0" ,
13
13
"lossless-json" : " ^4.0.2" ,
You can’t perform that action at this time.
0 commit comments