Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump the lexical group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the lexical group with 3 updates: [@lexical/react](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-react), [lexical](https://github.com/facebook/lexical/tree/HEAD/packages/lexical) and [@lexical/headless](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-headless).


Updates `@lexical/react` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/facebook/lexical/releases)
- [Changelog](https://github.com/facebook/lexical/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/lexical/commits/v0.19.0/packages/lexical-react)

Updates `lexical` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/facebook/lexical/releases)
- [Changelog](https://github.com/facebook/lexical/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/lexical/commits/v0.19.0/packages/lexical)

Updates `@lexical/headless` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/facebook/lexical/releases)
- [Changelog](https://github.com/facebook/lexical/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/lexical/commits/v0.19.0/packages/lexical-headless)

---
updated-dependencies:
- dependency-name: "@lexical/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lexical
- dependency-name: lexical
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lexical
- dependency-name: "@lexical/headless"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: lexical
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 5e99248 commit 72cc2b7
Show file tree
Hide file tree
Showing 5 changed files with 181 additions and 181 deletions.
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@kyaku/database": "*",
"@kyaku/kyaku": "*",
"@kyaku/ui": "*",
"@lexical/react": "^0.18.0",
"@lexical/react": "^0.19.0",
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-query-devtools": "^5.59.16",
"@tanstack/react-router": "^1.77.5",
Expand All @@ -24,7 +24,7 @@
"graphql": "^16.9.0",
"graphql-yoga": "^5.7.0",
"jotai": "^2.10.1",
"lexical": "^0.18.0",
"lexical": "^0.19.0",
"lucide-react": "^0.454.0",
"next-themes": "^0.3.0",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@kyaku/tsconfig": "*",
"@parcel/watcher": "^2.4.1",
"eslint": "^9.13.0",
"lexical": "^0.18.0",
"lexical": "^0.19.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dotenv-cli": "^7.4.2",
"drizzle-kit": "^0.26.2",
"eslint": "^9.13.0",
"lexical": "^0.18.0",
"lexical": "^0.19.0",
"prettier": "^3.3.3",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/kyaku/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"@kyaku/eslint-config": "*",
"@kyaku/prettier-config": "*",
"@kyaku/tsconfig": "*",
"@lexical/headless": "^0.18.0",
"@lexical/headless": "^0.19.0",
"eslint": "^9.13.0",
"lexical": "^0.18.0",
"lexical": "^0.19.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
},
Expand Down
Loading

0 comments on commit 72cc2b7

Please sign in to comment.