File tree Expand file tree Collapse file tree 13 files changed +570
-1499
lines changed
kg-markdown-html-renderer
kg-mobiledoc-html-renderer Expand file tree Collapse file tree 13 files changed +570
-1499
lines changed Original file line number Diff line number Diff line change 2323 "dependencies" : {
2424 "@tryghost/kg-parser-plugins" : " 4.1.0" ,
2525 "@tryghost/mobiledoc-kit" : " ^0.12.4-ghost.1" ,
26- "jsdom" : " ^ 24.0 .0"
26+ "jsdom" : " 24.1 .0"
2727 }
2828}
Original file line number Diff line number Diff line change 3737 "sinon" : " 17.0.1"
3838 },
3939 "dependencies" : {
40- "lodash" : " ^ 4.17.21"
40+ "lodash" : " 4.17.21"
4141 }
4242}
Original file line number Diff line number Diff line change 3333 "@tryghost/kg-markdown-html-renderer" : " 7.0.5" ,
3434 "@tryghost/string" : " ^0.2.0" ,
3535 "@tryghost/url-utils" : " ^4.0.0" ,
36- "handlebars" : " ^ 4.7.6 " ,
37- "juice" : " ^ 10.0.0" ,
38- "lodash" : " ^ 4.17.21" ,
39- "luxon" : " ^3.0.0 "
36+ "handlebars" : " 4.7.8 " ,
37+ "juice" : " 10.0.0" ,
38+ "lodash" : " 4.17.21" ,
39+ "luxon" : " 3.4.4 "
4040 }
4141}
Original file line number Diff line number Diff line change 3030 },
3131 "devDependencies" : {
3232 "@babel/eslint-parser" : " 7.24.5" ,
33- "@babel/plugin-syntax-import-assertions" : " ^7.20.0 " ,
33+ "@babel/plugin-syntax-import-assertions" : " 7.24.1 " ,
3434 "@lexical/headless" : " 0.13.1" ,
3535 "@lexical/html" : " 0.13.1" ,
36- "@prettier/sync" : " ^ 0.3.0" ,
36+ "@prettier/sync" : " 0.3.0" ,
3737 "@rollup/plugin-babel" : " 6.0.4" ,
3838 "c8" : " 9.1.0" ,
39- "html-minifier" : " ^ 4.0.0" ,
39+ "html-minifier" : " 4.0.0" ,
4040 "mocha" : " 10.4.0" ,
4141 "prettier" : " 3.2.5" ,
4242 "rollup" : " 4.17.2" ,
5050 "@lexical/utils" : " 0.13.1" ,
5151 "@tryghost/kg-clean-basic-html" : " 4.1.0" ,
5252 "@tryghost/kg-markdown-html-renderer" : " 7.0.5" ,
53- "html-minifier" : " ^ 4.0.0" ,
54- "jsdom" : " ^ 24.0 .0" ,
53+ "html-minifier" : " 4.0.0" ,
54+ "jsdom" : " 24.1 .0" ,
5555 "lexical" : " 0.13.1" ,
56- "lodash" : " ^ 4.17.21" ,
57- "luxon" : " ^3.3.0 "
56+ "lodash" : " 4.17.21" ,
57+ "luxon" : " 3.4.4 "
5858 }
5959}
Original file line number Diff line number Diff line change 4444 "@lexical/rich-text" : " 0.13.1" ,
4545 "@tryghost/kg-default-nodes" : " 1.1.0" ,
4646 "@tryghost/kg-default-transforms" : " 1.1.1" ,
47- "jsdom" : " ^ 24.0 .0" ,
47+ "jsdom" : " 24.1 .0" ,
4848 "lexical" : " 0.13.1"
4949 }
5050}
Original file line number Diff line number Diff line change 2929 },
3030 "devDependencies" : {
3131 "c8" : " 9.1.0" ,
32- "jsdom" : " ^ 24.0 .0" ,
32+ "jsdom" : " 24.1 .0" ,
3333 "mocha" : " 10.4.0" ,
3434 "should" : " 13.2.3" ,
3535 "sinon" : " 17.0.1"
4343 "@lexical/rich-text" : " 0.13.1" ,
4444 "@tryghost/kg-default-nodes" : " 1.1.0" ,
4545 "@tryghost/kg-default-transforms" : " 1.1.1" ,
46- "jsdom" : " ^ 24.0 .0" ,
46+ "jsdom" : " 24.1 .0" ,
4747 "lexical" : " 0.13.1" ,
4848 "prettier" : " 3.2.5"
4949 }
Original file line number Diff line number Diff line change 2929 },
3030 "dependencies" : {
3131 "@tryghost/kg-utils" : " 1.0.26" ,
32- "markdown-it" : " ^ 14.0.0" ,
33- "markdown-it-footnote" : " ^ 4.0.0" ,
34- "markdown-it-image-lazy-loading" : " ^ 2.0.0 " ,
35- "markdown-it-lazy-headers" : " ^ 0.1.3" ,
36- "markdown-it-mark" : " ^ 4.0.0" ,
37- "markdown-it-sub" : " ^ 2.0.0" ,
38- "markdown-it-sup" : " ^ 2.0.0" ,
39- "semver" : " ^7.3.5 "
32+ "markdown-it" : " 14.0.0" ,
33+ "markdown-it-footnote" : " 4.0.0" ,
34+ "markdown-it-image-lazy-loading" : " 2.0.1 " ,
35+ "markdown-it-lazy-headers" : " 0.1.3" ,
36+ "markdown-it-mark" : " 4.0.0" ,
37+ "markdown-it-sub" : " 2.0.0" ,
38+ "markdown-it-sup" : " 2.0.0" ,
39+ "semver" : " 7.6.2 "
4040 }
4141}
Original file line number Diff line number Diff line change 2323 },
2424 "dependencies" : {
2525 "@tryghost/kg-utils" : " 1.0.26" ,
26- "mobiledoc-dom-renderer" : " ^ 0.7.0 " ,
27- "simple-dom" : " ^ 1.4.0"
26+ "mobiledoc-dom-renderer" : " 0.7.2 " ,
27+ "simple-dom" : " 1.4.0"
2828 },
2929 "devDependencies" : {
3030 "c8" : " 9.1.0"
Original file line number Diff line number Diff line change 2525 },
2626 "devDependencies" : {
2727 "browserify" : " 17.0.0" ,
28- "debug" : " * " ,
28+ "debug" : " 4.3.5 " ,
2929 "eslint" : " 8.57.0" ,
30- "gulp" : " * " ,
30+ "gulp" : " 5.0.0 " ,
3131 "gulp-clean-css" : " 4.3.0" ,
32- "gulp-concat" : " * " ,
33- "gulp-debug" : " * " ,
32+ "gulp-concat" : " 2.6.1 " ,
33+ "gulp-debug" : " 5.0.1 " ,
3434 "gulp-eslint" : " 6.0.0" ,
35- "gulp-header" : " * " ,
36- "gulp-jsbeautifier" : " * " ,
37- "gulp-rename" : " * " ,
35+ "gulp-header" : " 2.0.9 " ,
36+ "gulp-jsbeautifier" : " 3.0.1 " ,
37+ "gulp-rename" : " 2.0.0 " ,
3838 "gulp-uglify" : " 3.0.2" ,
39- "vinyl-buffer" : " * " ,
40- "vinyl-source-stream" : " * "
39+ "vinyl-buffer" : " 1.0.1 " ,
40+ "vinyl-source-stream" : " 2.0.0 "
4141 },
4242 "repository" : {
4343 "type" : " git" ,
Original file line number Diff line number Diff line change 3333 "react-dom" : " ^18.2.0"
3434 },
3535 "devDependencies" : {
36- "@playwright/test" : " ^1.33.0 " ,
36+ "@playwright/test" : " 1.44.1 " ,
3737 "@types/react" : " ^18.2.0" ,
3838 "@types/react-dom" : " ^18.2.0" ,
3939 "@typescript-eslint/eslint-plugin" : " 7.10.0" ,
You can’t perform that action at this time.
0 commit comments