mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 08:30:33 +08:00
8
package-lock.json
generated
8
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@lexical/monorepo",
|
"name": "@lexical/monorepo",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@lexical/monorepo",
|
"name": "@lexical/monorepo",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
@ -26452,7 +26452,7 @@
|
|||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
"playwright-core": "1.23.1"
|
"playwright-core": "1.23.0-next-alpha-trueadm-fork"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@polka/url": {
|
"@polka/url": {
|
||||||
@ -34499,7 +34499,7 @@
|
|||||||
"prettier": "^2.3.2",
|
"prettier": "^2.3.2",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"react-error-boundary": "*",
|
"react-error-boundary": "^3.1.4",
|
||||||
"vite": "^2.8.0",
|
"vite": "^2.8.0",
|
||||||
"vite-plugin-replace": "0.1.1",
|
"vite-plugin-replace": "0.1.1",
|
||||||
"y-websocket": ">=1.3.x",
|
"y-websocket": ">=1.3.x",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@lexical/monorepo",
|
"name": "@lexical/monorepo",
|
||||||
"description": "Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.",
|
"description": "Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": true,
|
"private": true,
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
|
@ -9,16 +9,16 @@
|
|||||||
"paste"
|
"paste"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"main": "LexicalClipboard.js",
|
"main": "LexicalClipboard.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.0"
|
"lexical": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.5.0",
|
"@lexical/utils": "0.5.1-next.0",
|
||||||
"@lexical/list": "0.5.0",
|
"@lexical/list": "0.5.1-next.0",
|
||||||
"@lexical/selection": "0.5.0",
|
"@lexical/selection": "0.5.1-next.0",
|
||||||
"@lexical/html": "0.5.0"
|
"@lexical/html": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
"code"
|
"code"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"main": "LexicalCode.js",
|
"main": "LexicalCode.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.0"
|
"lexical": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.5.0",
|
"@lexical/utils": "0.5.1-next.0",
|
||||||
"prismjs": "^1.27.0"
|
"prismjs": "^1.27.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -9,10 +9,10 @@
|
|||||||
"accessibility"
|
"accessibility"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"main": "LexicalDragon.js",
|
"main": "LexicalDragon.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.0"
|
"lexical": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -10,10 +10,10 @@
|
|||||||
"export"
|
"export"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"main": "LexicalFile.js",
|
"main": "LexicalFile.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.0"
|
"lexical": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
"hashtag"
|
"hashtag"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"main": "LexicalHashtag.js",
|
"main": "LexicalHashtag.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.0"
|
"lexical": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.5.0"
|
"@lexical/utils": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,10 +8,10 @@
|
|||||||
"headless"
|
"headless"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"main": "LexicalHeadless.js",
|
"main": "LexicalHeadless.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.0"
|
"lexical": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
"history"
|
"history"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"main": "LexicalHistory.js",
|
"main": "LexicalHistory.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.0"
|
"lexical": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.5.0"
|
"@lexical/utils": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,10 +8,10 @@
|
|||||||
"html"
|
"html"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"main": "LexicalHtml.js",
|
"main": "LexicalHtml.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.0"
|
"lexical": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -19,6 +19,6 @@
|
|||||||
"directory": "packages/lexical-html"
|
"directory": "packages/lexical-html"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/selection": "0.5.0"
|
"@lexical/selection": "0.5.1-next.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
"link"
|
"link"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"main": "LexicalLink.js",
|
"main": "LexicalLink.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.0"
|
"lexical": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.5.0"
|
"@lexical/utils": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
"list"
|
"list"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"main": "LexicalList.js",
|
"main": "LexicalList.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.0"
|
"lexical": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.5.0"
|
"@lexical/utils": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
"mark"
|
"mark"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"main": "LexicalMark.js",
|
"main": "LexicalMark.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.0"
|
"lexical": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.5.0"
|
"@lexical/utils": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,18 +8,18 @@
|
|||||||
"markdown"
|
"markdown"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"main": "LexicalMarkdown.js",
|
"main": "LexicalMarkdown.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.0"
|
"lexical": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.5.0",
|
"@lexical/utils": "0.5.1-next.0",
|
||||||
"@lexical/code": "0.5.0",
|
"@lexical/code": "0.5.1-next.0",
|
||||||
"@lexical/text": "0.5.0",
|
"@lexical/text": "0.5.1-next.0",
|
||||||
"@lexical/rich-text": "0.5.0",
|
"@lexical/rich-text": "0.5.1-next.0",
|
||||||
"@lexical/list": "0.5.0",
|
"@lexical/list": "0.5.1-next.0",
|
||||||
"@lexical/link": "0.5.0"
|
"@lexical/link": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,10 +8,10 @@
|
|||||||
"offset"
|
"offset"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"main": "LexicalOffset.js",
|
"main": "LexicalOffset.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.0"
|
"lexical": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,10 +8,10 @@
|
|||||||
"overflow"
|
"overflow"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"main": "LexicalOverflow.js",
|
"main": "LexicalOverflow.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.0"
|
"lexical": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -7,13 +7,13 @@
|
|||||||
"plain-text"
|
"plain-text"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"main": "LexicalPlainText.js",
|
"main": "LexicalPlainText.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.0",
|
"lexical": "0.5.1-next.0",
|
||||||
"@lexical/utils": "0.5.0",
|
"@lexical/utils": "0.5.1-next.0",
|
||||||
"@lexical/selection": "0.5.0",
|
"@lexical/selection": "0.5.1-next.0",
|
||||||
"@lexical/clipboard": "0.5.0"
|
"@lexical/clipboard": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "lexical-playground",
|
"name": "lexical-playground",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite --host",
|
"dev": "vite --host",
|
||||||
@ -11,22 +11,22 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@excalidraw/excalidraw": "0.11.0",
|
"@excalidraw/excalidraw": "0.11.0",
|
||||||
"@lexical/clipboard": "0.5.0",
|
"@lexical/clipboard": "0.5.1-next.0",
|
||||||
"@lexical/code": "0.5.0",
|
"@lexical/code": "0.5.1-next.0",
|
||||||
"@lexical/file": "0.5.0",
|
"@lexical/file": "0.5.1-next.0",
|
||||||
"@lexical/hashtag": "0.5.0",
|
"@lexical/hashtag": "0.5.1-next.0",
|
||||||
"@lexical/link": "0.5.0",
|
"@lexical/link": "0.5.1-next.0",
|
||||||
"@lexical/list": "0.5.0",
|
"@lexical/list": "0.5.1-next.0",
|
||||||
"@lexical/mark": "0.5.0",
|
"@lexical/mark": "0.5.1-next.0",
|
||||||
"@lexical/overflow": "0.5.0",
|
"@lexical/overflow": "0.5.1-next.0",
|
||||||
"@lexical/plain-text": "0.5.0",
|
"@lexical/plain-text": "0.5.1-next.0",
|
||||||
"@lexical/react": "0.5.0",
|
"@lexical/react": "0.5.1-next.0",
|
||||||
"@lexical/rich-text": "0.5.0",
|
"@lexical/rich-text": "0.5.1-next.0",
|
||||||
"@lexical/selection": "0.5.0",
|
"@lexical/selection": "0.5.1-next.0",
|
||||||
"@lexical/table": "0.5.0",
|
"@lexical/table": "0.5.1-next.0",
|
||||||
"@lexical/utils": "0.5.0",
|
"@lexical/utils": "0.5.1-next.0",
|
||||||
"katex": "^0.15.2",
|
"katex": "^0.15.2",
|
||||||
"lexical": "0.5.0",
|
"lexical": "0.5.1-next.0",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"prettier": "^2.3.2",
|
"prettier": "^2.3.2",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
|
@ -8,28 +8,28 @@
|
|||||||
"rich-text"
|
"rich-text"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/clipboard": "0.5.0",
|
"@lexical/clipboard": "0.5.1-next.0",
|
||||||
"@lexical/code": "0.5.0",
|
"@lexical/code": "0.5.1-next.0",
|
||||||
"@lexical/dragon": "0.5.0",
|
"@lexical/dragon": "0.5.1-next.0",
|
||||||
"@lexical/hashtag": "0.5.0",
|
"@lexical/hashtag": "0.5.1-next.0",
|
||||||
"@lexical/history": "0.5.0",
|
"@lexical/history": "0.5.1-next.0",
|
||||||
"@lexical/link": "0.5.0",
|
"@lexical/link": "0.5.1-next.0",
|
||||||
"@lexical/list": "0.5.0",
|
"@lexical/list": "0.5.1-next.0",
|
||||||
"@lexical/mark": "0.5.0",
|
"@lexical/mark": "0.5.1-next.0",
|
||||||
"@lexical/markdown": "0.5.0",
|
"@lexical/markdown": "0.5.1-next.0",
|
||||||
"@lexical/overflow": "0.5.0",
|
"@lexical/overflow": "0.5.1-next.0",
|
||||||
"@lexical/plain-text": "0.5.0",
|
"@lexical/plain-text": "0.5.1-next.0",
|
||||||
"@lexical/rich-text": "0.5.0",
|
"@lexical/rich-text": "0.5.1-next.0",
|
||||||
"@lexical/selection": "0.5.0",
|
"@lexical/selection": "0.5.1-next.0",
|
||||||
"@lexical/table": "0.5.0",
|
"@lexical/table": "0.5.1-next.0",
|
||||||
"@lexical/text": "0.5.0",
|
"@lexical/text": "0.5.1-next.0",
|
||||||
"@lexical/utils": "0.5.0",
|
"@lexical/utils": "0.5.1-next.0",
|
||||||
"@lexical/yjs": "0.5.0"
|
"@lexical/yjs": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.0",
|
"lexical": "0.5.1-next.0",
|
||||||
"react": ">=17.x",
|
"react": ">=17.x",
|
||||||
"react-dom": ">=17.x"
|
"react-dom": ">=17.x"
|
||||||
},
|
},
|
||||||
|
@ -7,13 +7,13 @@
|
|||||||
"rich-text"
|
"rich-text"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"main": "LexicalRichText.js",
|
"main": "LexicalRichText.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.0",
|
"lexical": "0.5.1-next.0",
|
||||||
"@lexical/selection": "0.5.0",
|
"@lexical/selection": "0.5.1-next.0",
|
||||||
"@lexical/clipboard": "0.5.0",
|
"@lexical/clipboard": "0.5.1-next.0",
|
||||||
"@lexical/utils": "0.5.0"
|
"@lexical/utils": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -9,10 +9,10 @@
|
|||||||
"selection"
|
"selection"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"main": "LexicalSelection.js",
|
"main": "LexicalSelection.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.0"
|
"lexical": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
"table"
|
"table"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"main": "LexicalTable.js",
|
"main": "LexicalTable.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.0"
|
"lexical": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.5.0"
|
"@lexical/utils": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -9,10 +9,10 @@
|
|||||||
"text"
|
"text"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"main": "LexicalText.js",
|
"main": "LexicalText.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.0"
|
"lexical": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,14 +8,14 @@
|
|||||||
"utils"
|
"utils"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"main": "LexicalUtils.js",
|
"main": "LexicalUtils.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.0"
|
"lexical": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/list": "0.5.0",
|
"@lexical/list": "0.5.1-next.0",
|
||||||
"@lexical/table": "0.5.0"
|
"@lexical/table": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -11,13 +11,13 @@
|
|||||||
"crdt"
|
"crdt"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"main": "LexicalYjs.js",
|
"main": "LexicalYjs.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/offset": "0.5.0"
|
"@lexical/offset": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.0",
|
"lexical": "0.5.1-next.0",
|
||||||
"yjs": ">=13.5.22"
|
"yjs": ">=13.5.22"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
"rich-text"
|
"rich-text"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"main": "Lexical.js",
|
"main": "Lexical.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,9 +8,9 @@
|
|||||||
"rich-text"
|
"rich-text"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1-next.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lexical": "0.5.0"
|
"lexical": "0.5.1-next.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Reference in New Issue
Block a user