Skip to content

Commit e784300

Browse files
committed
Revert "chore: upgrade lexical version & patches [skip e2e]"
This reverts commit 97671b0.
1 parent 2e38d84 commit e784300

File tree

61 files changed

+799
-454
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+799
-454
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

.yarn/patches/@lexical-clipboard-npm-0.14.5-09010c7dc6.patch

+248
Large diffs are not rendered by default.

.yarn/patches/@lexical-clipboard-npm-0.15.0-ca589505eb.patch

-128
This file was deleted.

.yarn/patches/@lexical-list-npm-0.14.5-348640e630.patch

+160
Large diffs are not rendered by default.

.yarn/patches/@lexical-list-npm-0.15.0-53c9adf3b8.patch

-68
This file was deleted.

.yarn/patches/@lexical-rich-text-npm-0.14.5-147db14dfa.patch

+182
Large diffs are not rendered by default.

.yarn/patches/@lexical-rich-text-npm-0.15.0-fc0ae5d857.patch

-49
This file was deleted.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"@types/react-native-vector-icons/@types/react": "17.0.2",
4545
"@types/react-native/@types/react": "17.0.2",
4646
"@types/hoist-non-react-statics/@types/react": "17.0.2",
47-
"@lexical/rich-text@0.15.0": "patch:@lexical/rich-text@npm:0.15.0#.yarn/patches/@lexical-rich-text-npm-0.15.0-fc0ae5d857.patch",
48-
"@lexical/clipboard@0.15.0": "patch:@lexical/clipboard@npm:0.15.0#.yarn/patches/@lexical-clipboard-npm-0.15.0-ca589505eb.patch",
49-
"@lexical/list@0.15.0": "patch:@lexical/list@npm:0.15.0#.yarn/patches/@lexical-list-npm-0.15.0-53c9adf3b8.patch"
47+
"@lexical/clipboard@0.14.5": "patch:@lexical/clipboard@npm:0.14.5#.yarn/patches/@lexical-clipboard-npm-0.14.5-09010c7dc6.patch",
48+
"@lexical/rich-text@0.14.5": "patch:@lexical/rich-text@npm:0.14.5#.yarn/patches/@lexical-rich-text-npm-0.14.5-147db14dfa.patch",
49+
"@lexical/list@0.14.5": "patch:@lexical/list@npm:0.14.5#.yarn/patches/@lexical-list-npm-0.14.5-348640e630.patch"
5050
},
5151
"dependencies": {
5252
"@standardnotes/snjs": "workspace:*"

packages/web/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -107,17 +107,17 @@
107107
},
108108
"dependencies": {
109109
"@ariakit/react": "^0.3.9",
110-
"@lexical/clipboard": "0.15.0",
111-
"@lexical/headless": "0.15.0",
112-
"@lexical/link": "0.15.0",
113-
"@lexical/list": "0.15.0",
114-
"@lexical/react": "0.15.0",
115-
"@lexical/rich-text": "0.15.0",
116-
"@lexical/utils": "0.15.0",
110+
"@lexical/clipboard": "0.14.5",
111+
"@lexical/headless": "0.14.5",
112+
"@lexical/link": "0.14.5",
113+
"@lexical/list": "0.14.5",
114+
"@lexical/react": "0.14.5",
115+
"@lexical/rich-text": "0.14.5",
116+
"@lexical/utils": "0.14.5",
117117
"@radix-ui/react-slot": "^1.0.1",
118118
"@react-pdf/renderer": "^3.3.2",
119119
"comlink": "^4.4.1",
120120
"fast-diff": "^1.3.0",
121-
"lexical": "0.15.0"
121+
"lexical": "0.14.5"
122122
}
123123
}

0 commit comments

Comments
 (0)