Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(richtext-lexical)!: upgrade lexical from 0.16.0 to 0.16.1
Browse files Browse the repository at this point in the history
AlessioGr authored and paulpopus committed Jul 24, 2024
1 parent 02ef8eb commit 71cff68
Showing 3 changed files with 181 additions and 283 deletions.
40 changes: 20 additions & 20 deletions packages/richtext-lexical/package.json
Original file line number Diff line number Diff line change
@@ -41,20 +41,20 @@
"translateNewKeys": "tsx scripts/translateNewKeys.ts"
},
"dependencies": {
"@lexical/headless": "0.16.0",
"@lexical/link": "0.16.0",
"@lexical/list": "0.16.0",
"@lexical/mark": "0.16.0",
"@lexical/markdown": "0.16.0",
"@lexical/react": "0.16.0",
"@lexical/rich-text": "0.16.0",
"@lexical/selection": "0.16.0",
"@lexical/utils": "0.16.0",
"@lexical/headless": "0.16.1",
"@lexical/link": "0.16.1",
"@lexical/list": "0.16.1",
"@lexical/mark": "0.16.1",
"@lexical/markdown": "0.16.1",
"@lexical/react": "0.16.1",
"@lexical/rich-text": "0.16.1",
"@lexical/selection": "0.16.1",
"@lexical/utils": "0.16.1",
"@types/uuid": "^9.0.8",
"bson-objectid": "2.0.4",
"dequal": "2.0.3",
"json-schema": "^0.4.0",
"lexical": "0.16.0",
"lexical": "0.16.1",
"react-error-boundary": "4.0.13",
"uuid": "10.0.0"
},
@@ -75,19 +75,19 @@
"peerDependencies": {
"@faceless-ui/modal": "3.0.0-beta.0",
"@faceless-ui/scroll-info": "2.0.0-beta.0",
"@lexical/headless": "0.16.0",
"@lexical/link": "0.16.0",
"@lexical/list": "0.16.0",
"@lexical/mark": "0.16.0",
"@lexical/markdown": "0.16.0",
"@lexical/react": "0.16.0",
"@lexical/rich-text": "0.16.0",
"@lexical/selection": "0.16.0",
"@lexical/utils": "0.16.0",
"@lexical/headless": "0.16.1",
"@lexical/link": "0.16.1",
"@lexical/list": "0.16.1",
"@lexical/mark": "0.16.1",
"@lexical/markdown": "0.16.1",
"@lexical/react": "0.16.1",
"@lexical/rich-text": "0.16.1",
"@lexical/selection": "0.16.1",
"@lexical/utils": "0.16.1",
"@payloadcms/next": "workspace:*",
"@payloadcms/translations": "workspace:*",
"@payloadcms/ui": "workspace:*",
"lexical": "0.16.0",
"lexical": "0.16.1",
"payload": "workspace:*",
"react": "^19.0.0 || ^19.0.0-rc-f994737d14-20240522",
"react-dom": "^19.0.0 || ^19.0.0-rc-f994737d14-20240522"
420 changes: 159 additions & 261 deletions pnpm-lock.yaml
4 changes: 2 additions & 2 deletions test/package.json
Original file line number Diff line number Diff line change
@@ -13,8 +13,8 @@
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.525.0",
"@lexical/headless": "0.16.0",
"@lexical/markdown": "0.16.0",
"@lexical/headless": "0.16.1",
"@lexical/markdown": "0.16.1",
"@payloadcms/db-mongodb": "workspace:*",
"@payloadcms/db-postgres": "workspace:*",
"@payloadcms/email-nodemailer": "workspace:*",

0 comments on commit 71cff68

Please sign in to comment.