Skip to content

Commit

Permalink
Apply lexical patch for iOS formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Jan 1, 2025
1 parent bc0257f commit 7b52aaa
Show file tree
Hide file tree
Showing 7 changed files with 213 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
134 changes: 134 additions & 0 deletions .yarn/patches/@lexical-clipboard-npm-0.22.0-e950aa6a7f.patch

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions .yarn/patches/@lexical-rich-text-npm-0.22.0-1c32cc4b16.patch

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
"@types/styled-components-react-native/@types/react": "17.0.2",
"@types/react-native-vector-icons/@types/react": "17.0.2",
"@types/react-native/@types/react": "17.0.2",
"@types/hoist-non-react-statics/@types/react": "17.0.2"
"@types/hoist-non-react-statics/@types/react": "17.0.2",
"@lexical/[email protected]": "patch:@lexical/clipboard@npm:0.22.0#.yarn/patches/@lexical-clipboard-npm-0.22.0-e950aa6a7f.patch",
"@lexical/[email protected]": "patch:@lexical/rich-text@npm:0.22.0#.yarn/patches/@lexical-rich-text-npm-0.22.0-1c32cc4b16.patch"
},
"dependencies": {
"@standardnotes/snjs": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1800,10 +1800,10 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: 4cb898d0bf20404aab1850c656dcea009429d6c1
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
FBLazyVector: 7b438dceb9f904bd85ca3c31d64cce32a035472b
fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
glog: 69ef571f3de08433d766d614c73a9838a06bf7eb
hermes-engine: 8d2103d6c0176779aea4e25df6bb1410f9946680
MMKV: 817ba1eea17421547e01e087285606eb270a8dcb
MMKVCore: af055b00e27d88cd92fad301c5fecd1ff9b26dd9
Expand Down
25 changes: 25 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4291,6 +4291,19 @@ __metadata:
languageName: node
linkType: hard

"@lexical/clipboard@patch:@lexical/clipboard@npm:0.22.0#.yarn/patches/@lexical-clipboard-npm-0.22.0-e950aa6a7f.patch::locator=%40standardnotes%2Fapp-monorepo%40workspace%3A.":
version: 0.22.0
resolution: "@lexical/clipboard@patch:@lexical/clipboard@npm%3A0.22.0#.yarn/patches/@lexical-clipboard-npm-0.22.0-e950aa6a7f.patch::version=0.22.0&hash=30572a&locator=%40standardnotes%2Fapp-monorepo%40workspace%3A."
dependencies:
"@lexical/html": 0.22.0
"@lexical/list": 0.22.0
"@lexical/selection": 0.22.0
"@lexical/utils": 0.22.0
lexical: 0.22.0
checksum: 8972b49800b7491072680ed597a81b934b388f97570b8239f14dabfbafd6f4e46feeb68e279a9e8c5075e955310b6dac480bb1c8f2f2e1d98f900705cd8b1168
languageName: node
linkType: hard

"@lexical/code@npm:0.22.0":
version: 0.22.0
resolution: "@lexical/code@npm:0.22.0"
Expand Down Expand Up @@ -4486,6 +4499,18 @@ __metadata:
languageName: node
linkType: hard

"@lexical/rich-text@patch:@lexical/rich-text@npm:0.22.0#.yarn/patches/@lexical-rich-text-npm-0.22.0-1c32cc4b16.patch::locator=%40standardnotes%2Fapp-monorepo%40workspace%3A.":
version: 0.22.0
resolution: "@lexical/rich-text@patch:@lexical/rich-text@npm%3A0.22.0#.yarn/patches/@lexical-rich-text-npm-0.22.0-1c32cc4b16.patch::version=0.22.0&hash=d9e598&locator=%40standardnotes%2Fapp-monorepo%40workspace%3A."
dependencies:
"@lexical/clipboard": 0.22.0
"@lexical/selection": 0.22.0
"@lexical/utils": 0.22.0
lexical: 0.22.0
checksum: c6523beac513a4a654329813056e5e45a4ec089dcd7ba3767fcf7a8b6dab778725fdd1da1dc171929d15ca5afd7e57e4c36667df7b28e9cd1836c973dee5bb08
languageName: node
linkType: hard

"@lexical/selection@npm:0.22.0":
version: 0.22.0
resolution: "@lexical/selection@npm:0.22.0"
Expand Down

0 comments on commit 7b52aaa

Please sign in to comment.