Skip to content

Commit

Permalink
v0.17.1-nightly.20240823.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexical GitHub Actions Bot committed Aug 23, 2024
1 parent 4b646a1 commit d472cd0
Show file tree
Hide file tree
Showing 40 changed files with 381 additions and 380 deletions.
6 changes: 3 additions & 3 deletions examples/react-plain-text/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@lexical/react-plain-text-example",
"private": true,
"version": "0.17.0",
"version": "0.17.1-nightly.20240823.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@lexical/react": "0.17.0",
"lexical": "0.17.0",
"@lexical/react": "0.17.1-nightly.20240823.0",
"lexical": "0.17.1-nightly.20240823.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/react-rich-collab/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lexical/react-rich-collab-example",
"private": true,
"version": "0.17.0",
"version": "0.17.1-nightly.20240823.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -12,9 +12,9 @@
"server:webrtc": "cross-env HOST=localhost PORT=1235 npx y-webrtc"
},
"dependencies": {
"@lexical/react": "0.17.0",
"@lexical/yjs": "0.17.0",
"lexical": "0.17.0",
"@lexical/react": "0.17.1-nightly.20240823.0",
"@lexical/yjs": "0.17.1-nightly.20240823.0",
"lexical": "0.17.1-nightly.20240823.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"y-webrtc": "^10.3.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/react-rich/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@lexical/react-rich-example",
"private": true,
"version": "0.17.0",
"version": "0.17.1-nightly.20240823.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@lexical/react": "0.17.0",
"lexical": "0.17.0",
"@lexical/react": "0.17.1-nightly.20240823.0",
"lexical": "0.17.1-nightly.20240823.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/react-table/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@lexical/react-table-example",
"private": true,
"version": "0.17.0",
"version": "0.17.1-nightly.20240823.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@lexical/react": "0.17.0",
"lexical": "0.17.0",
"@lexical/react": "0.17.1-nightly.20240823.0",
"lexical": "0.17.1-nightly.20240823.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
12 changes: 6 additions & 6 deletions examples/vanilla-js-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@lexical/vanilla-js-plugin-example",
"private": true,
"version": "0.17.0",
"version": "0.17.1-nightly.20240823.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@lexical/dragon": "0.17.0",
"@lexical/history": "0.17.0",
"@lexical/rich-text": "0.17.0",
"@lexical/utils": "0.17.0",
"@lexical/dragon": "0.17.1-nightly.20240823.0",
"@lexical/history": "0.17.1-nightly.20240823.0",
"@lexical/rich-text": "0.17.1-nightly.20240823.0",
"@lexical/utils": "0.17.1-nightly.20240823.0",
"emoji-datasource-facebook": "15.1.2",
"lexical": "0.17.0"
"lexical": "0.17.1-nightly.20240823.0"
},
"devDependencies": {
"typescript": "^5.2.2",
Expand Down
12 changes: 6 additions & 6 deletions examples/vanilla-js/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@lexical/vanilla-js-example",
"private": true,
"version": "0.17.0",
"version": "0.17.1-nightly.20240823.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@lexical/dragon": "0.17.0",
"@lexical/history": "0.17.0",
"@lexical/rich-text": "0.17.0",
"@lexical/utils": "0.17.0",
"lexical": "0.17.0"
"@lexical/dragon": "0.17.1-nightly.20240823.0",
"@lexical/history": "0.17.1-nightly.20240823.0",
"@lexical/rich-text": "0.17.1-nightly.20240823.0",
"@lexical/utils": "0.17.1-nightly.20240823.0",
"lexical": "0.17.1-nightly.20240823.0"
},
"devDependencies": {
"typescript": "^5.2.2",
Expand Down
Loading

0 comments on commit d472cd0

Please sign in to comment.