Skip to content

Commit 376a651

Browse files
authored
feat(richtext-lexical): remove unused json-schema dependency (#7072)
Makes @payloadcms/richtext-lexical a bit smaller. Only @types/json-schema is required as a devDependency.
1 parent 0a2ecf8 commit 376a651

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

packages/payload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"@payloadcms/eslint-config": "workspace:*",
120120
"@types/express-fileupload": "1.4.1",
121121
"@types/joi": "14.3.4",
122-
"@types/json-schema": "7.0.12",
122+
"@types/json-schema": "7.0.15",
123123
"@types/jsonwebtoken": "8.5.9",
124124
"@types/minimist": "1.2.2",
125125
"@types/nodemailer": "6.4.14",

packages/richtext-lexical/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"@types/uuid": "10.0.0",
5454
"bson-objectid": "2.0.4",
5555
"dequal": "2.0.3",
56-
"json-schema": "^0.4.0",
5756
"lexical": "0.16.1",
5857
"react-error-boundary": "4.0.13",
5958
"uuid": "10.0.0"

pnpm-lock.yaml

Lines changed: 2 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)