Skip to content

Commit 94f92be

Browse files
Pin dependencies
1 parent 38572fd commit 94f92be

File tree

13 files changed

+538
-1497
lines changed

13 files changed

+538
-1497
lines changed

packages/html-to-mobiledoc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"dependencies": {
2424
"@tryghost/kg-parser-plugins": "4.1.1",
2525
"@tryghost/mobiledoc-kit": "^0.12.4-ghost.1",
26-
"jsdom": "^24.0.0"
26+
"jsdom": "24.1.0"
2727
}
2828
}

packages/kg-converters/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"sinon": "17.0.1"
3838
},
3939
"dependencies": {
40-
"lodash": "^4.17.21"
40+
"lodash": "4.17.21"
4141
}
4242
}

packages/kg-default-cards/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
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
}

packages/kg-default-nodes/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
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.18.0",
@@ -50,10 +50,10 @@
5050
"@lexical/utils": "0.13.1",
5151
"@tryghost/kg-clean-basic-html": "4.1.1",
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
}

packages/kg-html-to-lexical/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@lexical/rich-text": "0.13.1",
4545
"@tryghost/kg-default-nodes": "1.1.1",
4646
"@tryghost/kg-default-transforms": "1.1.2",
47-
"jsdom": "^24.0.0",
47+
"jsdom": "24.1.0",
4848
"lexical": "0.13.1"
4949
}
5050
}

packages/kg-lexical-html-renderer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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"
@@ -43,7 +43,7 @@
4343
"@lexical/rich-text": "0.13.1",
4444
"@tryghost/kg-default-nodes": "1.1.1",
4545
"@tryghost/kg-default-transforms": "1.1.2",
46-
"jsdom": "^24.0.0",
46+
"jsdom": "24.1.0",
4747
"lexical": "0.13.1",
4848
"prettier": "3.2.5"
4949
}

packages/kg-markdown-html-renderer/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
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
}

packages/kg-mobiledoc-html-renderer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
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"

packages/kg-simplemde/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@
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",

packages/kg-unsplash-selector/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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",

packages/kg-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"sinon": "17.0.1"
2626
},
2727
"dependencies": {
28-
"semver": "^7.3.5"
28+
"semver": "7.6.2"
2929
}
3030
}

packages/koenig-lexical/package.json

+28-28
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,22 @@
4646
},
4747
"devDependencies": {
4848
"@babel/core": "7.24.5",
49-
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
49+
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
5050
"@codemirror/lang-css": "6.2.1",
5151
"@codemirror/lang-html": "6.4.9",
5252
"@codemirror/lang-javascript": "6.2.2",
53-
"@emoji-mart/data": "^1.1.2",
54-
"@emoji-mart/react": "^1.1.1",
55-
"@etchteam/storybook-addon-status": "^4.2.4",
53+
"@emoji-mart/data": "1.2.1",
54+
"@emoji-mart/react": "1.1.1",
55+
"@etchteam/storybook-addon-status": "4.2.4",
5656
"@lexical/clipboard": "0.13.1",
5757
"@lexical/list": "0.13.1",
5858
"@lexical/react": "0.13.1",
5959
"@lexical/selection": "0.13.1",
6060
"@lexical/text": "0.13.1",
6161
"@lexical/utils": "0.13.1",
62-
"@lezer/highlight": "^1.1.3",
63-
"@playwright/test": "^1.33.0",
64-
"@prettier/sync": "^0.3.0",
62+
"@lezer/highlight": "1.2.0",
63+
"@playwright/test": "1.41.0",
64+
"@prettier/sync": "0.3.0",
6565
"@sentry/vite-plugin": "2.16.1",
6666
"@storybook/addon-actions": "7.6.19",
6767
"@storybook/addon-essentials": "7.6.19",
@@ -70,7 +70,7 @@
7070
"@storybook/addon-mdx-gfm": "7.6.19",
7171
"@storybook/react": "7.6.19",
7272
"@storybook/react-vite": "7.6.19",
73-
"@storybook/test-runner": "^0.18.0",
73+
"@storybook/test-runner": "0.18.0",
7474
"@testing-library/jest-dom": "6.4.5",
7575
"@testing-library/react": "14.3.1",
7676
"@tryghost/color-utils": "^0.2.0",
@@ -84,47 +84,47 @@
8484
"@tryghost/kg-unsplash-selector": "0.2.0",
8585
"@types/react": "^18.2.0",
8686
"@types/react-dom": "^18.2.0",
87-
"@uiw/react-codemirror": "^4.22.0",
87+
"@uiw/react-codemirror": "4.22.1",
8888
"@vitejs/plugin-react": "4.3.0",
8989
"@vitest/coverage-c8": "0.33.0",
9090
"@vitest/ui": "1.6.0",
9191
"autoprefixer": "10.4.19",
9292
"babel-loader": "9.1.3",
93-
"clsx": "^2.0.0",
94-
"codemirror": "^6.0.1",
95-
"concurrently": "^8.0.0",
96-
"cross-fetch": "^4.0.0",
97-
"dompurify": "^3.1.3",
98-
"dotenv": "^16.3.2",
99-
"emoji-mart": "^5.5.2",
93+
"clsx": "2.1.1",
94+
"codemirror": "6.0.1",
95+
"concurrently": "8.2.2",
96+
"cross-fetch": "4.0.0",
97+
"dompurify": "3.1.4",
98+
"dotenv": "16.4.5",
99+
"emoji-mart": "5.6.0",
100100
"eslint-config-react-app": "7.0.1",
101101
"eslint-plugin-jest": "27.9.0",
102102
"eslint-plugin-react": "7.34.1",
103103
"eslint-plugin-storybook": "0.8.0",
104104
"eslint-plugin-tailwindcss": "3.17.0",
105-
"eventemitter3": "^5.0.0",
106-
"fast-average-color": "^9.3.0",
105+
"eventemitter3": "5.0.1",
106+
"fast-average-color": "9.4.0",
107107
"jsdom": "24.1.0",
108108
"lexical": "0.13.1",
109-
"luxon": "^3.3.0",
110-
"pluralize": "^8.0.0",
109+
"luxon": "3.4.4",
110+
"pluralize": "8.0.0",
111111
"postcss": "8.4.38",
112112
"postcss-import": "16.1.0",
113113
"prettier": "3.2.5",
114-
"react": "^18.2.0",
115-
"react-colorful": "^5.6.1",
116-
"react-dom": "^18.2.0",
117-
"react-highlight": "^0.15.0",
114+
"react": "18.2.0",
115+
"react-colorful": "5.6.1",
116+
"react-dom": "18.2.0",
117+
"react-highlight": "0.15.0",
118118
"react-router-dom": "6.23.1",
119-
"react-slider": "^2.0.6",
120-
"storybook": "^7.0.12",
119+
"react-slider": "2.0.6",
120+
"storybook": "7.6.19",
121121
"stylelint": "16.5.0",
122122
"tailwindcss": "3.4.3",
123123
"typescript": "5.4.5",
124124
"vite": "4.5.3",
125125
"vite-plugin-svgr": "4.2.0",
126126
"vitest": "1.6.0",
127-
"y-websocket": "^1.5.0",
128-
"yjs": "^13.5.50"
127+
"y-websocket": "1.5.4",
128+
"yjs": "13.6.15"
129129
}
130130
}

0 commit comments

Comments
 (0)