File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @jsonic/jsonc" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.3.0 " ,
44 "description" : " This plugin allows the [Jsonic](https://jsonic.senecajs.org) JSON parser to support JSONC syntax." ,
55 "main" : " jsonc.js" ,
66 "type" : " commonjs" ,
4141 " LICENSE"
4242 ],
4343 "devDependencies" : {
44- "@jsonic/doc" : " ^0.0.7 " ,
45- "@types/jest" : " ^29.5.3 " ,
46- "browserify" : " ^17.0.0 " ,
47- "jest" : " ^29.6.2 " ,
48- "prettier" : " ^3.0.1 " ,
44+ "@jsonic/doc" : " ^0.0.9 " ,
45+ "@types/jest" : " ^29.5.14 " ,
46+ "browserify" : " ^17.0.1 " ,
47+ "jest" : " ^29.7.0 " ,
48+ "prettier" : " ^3.3.3 " ,
4949 "tinyify" : " ^4.0.0" ,
50- "typescript" : " ^5.1.6 " ,
50+ "typescript" : " ^5.6.3 " ,
5151 "es-jest" : " ^2.1.0" ,
52- "esbuild" : " ^0.19.1 " ,
53- "@jsonic/jsonic-next" : " >=2.12.1 "
52+ "esbuild" : " ^0.24.0 " ,
53+ "@jsonic/jsonic-next" : " >=2.13.0 "
5454 },
5555 "dependencies" : {},
5656 "peerDependencies" : {
57- "@jsonic/jsonic-next" : " >=2.12.1 "
57+ "@jsonic/jsonic-next" : " >=2.13.0 "
5858 }
5959}
Original file line number Diff line number Diff line change 22 "compilerOptions" : {
33 "isolatedModules" : true ,
44 "esModuleInterop" : true ,
5- "module" : " commonjs " ,
5+ "module" : " nodenext " ,
66 "moduleResolution" : " nodenext" ,
77 "noEmitOnError" : true ,
88 "noImplicitAny" : true ,
You can’t perform that action at this time.
0 commit comments