Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 21, 2024
1 parent 37e0152 commit 12ed65b
Show file tree
Hide file tree
Showing 13 changed files with 534 additions and 1,500 deletions.
2 changes: 1 addition & 1 deletion packages/html-to-mobiledoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"dependencies": {
"@tryghost/kg-parser-plugins": "4.1.3",
"@tryghost/mobiledoc-kit": "^0.12.4-ghost.1",
"jsdom": "^24.1.0"
"jsdom": "24.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/kg-converters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"sinon": "17.0.1"
},
"dependencies": {
"lodash": "^4.17.21"
"lodash": "4.17.21"
}
}
8 changes: 4 additions & 4 deletions packages/kg-default-cards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"@tryghost/kg-markdown-html-renderer": "7.0.7",
"@tryghost/string": "0.2.12",
"@tryghost/url-utils": "4.4.8",
"handlebars": "^4.7.6",
"juice": "^10.0.0",
"lodash": "^4.17.21",
"luxon": "^3.5.0"
"handlebars": "4.7.8",
"juice": "10.0.0",
"lodash": "4.17.21",
"luxon": "3.5.0"
}
}
14 changes: 7 additions & 7 deletions packages/kg-default-nodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
},
"devDependencies": {
"@babel/eslint-parser": "7.25.1",
"@babel/plugin-syntax-import-assertions": "^7.24.1",
"@babel/plugin-syntax-import-assertions": "7.24.7",
"@lexical/headless": "0.13.1",
"@lexical/html": "0.13.1",
"@prettier/sync": "^0.3.0",
"@prettier/sync": "0.3.0",
"@rollup/plugin-babel": "6.0.4",
"c8": "9.1.0",
"html-minifier": "^4.0.0",
"html-minifier": "4.0.0",
"mocha": "10.7.3",
"prettier": "3.3.3",
"rollup": "4.21.0",
Expand All @@ -51,10 +51,10 @@
"@lexical/utils": "0.13.1",
"@tryghost/kg-clean-basic-html": "4.1.3",
"@tryghost/kg-markdown-html-renderer": "7.0.7",
"html-minifier": "^4.0.0",
"jsdom": "^24.1.0",
"html-minifier": "4.0.0",
"jsdom": "24.1.1",
"lexical": "0.13.1",
"lodash": "^4.17.21",
"luxon": "^3.5.0"
"lodash": "4.17.21",
"luxon": "3.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/kg-html-to-lexical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@lexical/rich-text": "0.13.1",
"@tryghost/kg-default-nodes": "1.1.15",
"@tryghost/kg-default-transforms": "1.1.16",
"jsdom": "^24.1.0",
"jsdom": "24.1.1",
"lexical": "0.13.1"
}
}
4 changes: 2 additions & 2 deletions packages/kg-lexical-html-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"c8": "9.1.0",
"jsdom": "^24.1.0",
"jsdom": "24.1.1",
"mocha": "10.7.3",
"prettier": "3.3.3",
"should": "13.2.3",
Expand All @@ -44,7 +44,7 @@
"@lexical/rich-text": "0.13.1",
"@tryghost/kg-default-nodes": "1.1.15",
"@tryghost/kg-default-transforms": "1.1.16",
"jsdom": "^24.1.0",
"jsdom": "24.1.1",
"lexical": "0.13.1"
}
}
16 changes: 8 additions & 8 deletions packages/kg-markdown-html-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
},
"dependencies": {
"@tryghost/kg-utils": "1.0.28",
"markdown-it": "^14.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-image-lazy-loading": "^2.0.0",
"markdown-it-lazy-headers": "^0.1.3",
"markdown-it-mark": "^4.0.0",
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"semver": "^7.6.2"
"markdown-it": "14.0.0",
"markdown-it-footnote": "4.0.0",
"markdown-it-image-lazy-loading": "2.0.1",
"markdown-it-lazy-headers": "0.1.3",
"markdown-it-mark": "4.0.0",
"markdown-it-sub": "2.0.0",
"markdown-it-sup": "2.0.0",
"semver": "7.6.3"
}
}
4 changes: 2 additions & 2 deletions packages/kg-mobiledoc-html-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"dependencies": {
"@tryghost/kg-utils": "1.0.28",
"mobiledoc-dom-renderer": "^0.7.0",
"simple-dom": "^1.4.0"
"mobiledoc-dom-renderer": "0.7.2",
"simple-dom": "1.4.0"
},
"devDependencies": {
"c8": "9.1.0"
Expand Down
18 changes: 9 additions & 9 deletions packages/kg-simplemde/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
},
"devDependencies": {
"browserify": "17.0.0",
"debug": "*",
"debug": "4.3.6",
"eslint": "8.57.0",
"gulp": "*",
"gulp": "5.0.0",
"gulp-clean-css": "4.3.0",
"gulp-concat": "*",
"gulp-debug": "*",
"gulp-concat": "2.6.1",
"gulp-debug": "5.0.1",
"gulp-eslint": "6.0.0",
"gulp-header": "*",
"gulp-jsbeautifier": "*",
"gulp-rename": "*",
"gulp-header": "2.0.9",
"gulp-jsbeautifier": "3.0.1",
"gulp-rename": "2.0.0",
"gulp-uglify": "3.0.2",
"vinyl-buffer": "*",
"vinyl-source-stream": "*"
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/kg-unsplash-selector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@playwright/test": "^1.33.0",
"@playwright/test": "1.46.1",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kg-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"sinon": "17.0.1"
},
"dependencies": {
"semver": "^7.6.2"
"semver": "7.6.3"
}
}
60 changes: 30 additions & 30 deletions packages/koenig-lexical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,22 @@
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@codemirror/lang-css": "6.2.1",
"@codemirror/lang-html": "6.4.9",
"@codemirror/lang-javascript": "6.2.2",
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@etchteam/storybook-addon-status": "^4.2.4",
"@emoji-mart/data": "1.2.1",
"@emoji-mart/react": "1.1.1",
"@etchteam/storybook-addon-status": "4.2.4",
"@lexical/clipboard": "0.13.1",
"@lexical/list": "0.13.1",
"@lexical/react": "0.13.1",
"@lexical/selection": "0.13.1",
"@lexical/text": "0.13.1",
"@lexical/utils": "0.13.1",
"@lezer/highlight": "^1.2.0",
"@playwright/test": "^1.33.0",
"@prettier/sync": "^0.3.0",
"@lezer/highlight": "1.2.1",
"@playwright/test": "1.41.0",
"@prettier/sync": "0.3.0",
"@sentry/vite-plugin": "2.22.2",
"@storybook/addon-actions": "7.6.20",
"@storybook/addon-essentials": "7.6.20",
Expand All @@ -70,10 +70,10 @@
"@storybook/addon-mdx-gfm": "7.6.20",
"@storybook/react": "7.6.20",
"@storybook/react-vite": "7.6.20",
"@storybook/test-runner": "^0.19.0",
"@testing-library/dom": "^10.4.0",
"@storybook/test-runner": "0.19.1",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/react": "16.0.0",
"@tryghost/color-utils": "0.2.2",
"@tryghost/helpers": "1.1.90",
"@tryghost/kg-clean-basic-html": "4.1.3",
Expand All @@ -85,47 +85,47 @@
"@tryghost/kg-unsplash-selector": "0.2.3",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@uiw/react-codemirror": "^4.23.0",
"@uiw/react-codemirror": "4.23.0",
"@vitejs/plugin-react": "4.3.1",
"@vitest/coverage-c8": "0.33.0",
"@vitest/ui": "1.6.0",
"autoprefixer": "10.4.20",
"babel-loader": "9.1.3",
"clsx": "^2.0.0",
"codemirror": "^6.0.1",
"concurrently": "^8.0.0",
"cross-fetch": "^4.0.0",
"dompurify": "^3.1.4",
"dotenv": "^16.3.2",
"emoji-mart": "^5.5.2",
"clsx": "2.1.1",
"codemirror": "6.0.1",
"concurrently": "8.2.2",
"cross-fetch": "4.0.0",
"dompurify": "3.1.6",
"dotenv": "16.4.5",
"emoji-mart": "5.6.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-tailwindcss": "3.17.4",
"eventemitter3": "^5.0.0",
"fast-average-color": "^9.3.0",
"eventemitter3": "5.0.1",
"fast-average-color": "9.4.0",
"jsdom": "24.1.1",
"lexical": "0.13.1",
"luxon": "^3.5.0",
"pluralize": "^8.0.0",
"luxon": "3.5.0",
"pluralize": "8.0.0",
"postcss": "8.4.41",
"postcss-import": "16.1.0",
"prettier": "3.3.3",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-highlight": "^0.15.0",
"react": "18.2.0",
"react-colorful": "5.6.1",
"react-dom": "18.2.0",
"react-highlight": "0.15.0",
"react-router-dom": "6.26.1",
"react-slider": "^2.0.6",
"storybook": "^7.6.19",
"react-slider": "2.0.6",
"storybook": "7.6.20",
"stylelint": "16.8.2",
"tailwindcss": "3.4.9",
"typescript": "5.5.4",
"vite": "4.5.3",
"vite-plugin-svgr": "4.2.0",
"vitest": "1.6.0",
"y-websocket": "^1.5.0",
"yjs": "^13.5.50"
"y-websocket": "1.5.4",
"yjs": "13.6.15"
}
}
Loading

0 comments on commit 12ed65b

Please sign in to comment.