Skip to content

Commit

Permalink
Merge branch 'main' into @Skalakid/web-parser-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Skalakid committed Aug 21, 2024
2 parents 4e895e9 + 1dc15b9 commit 077e387
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expensify/react-native-live-markdown",
"version": "0.1.114",
"version": "0.1.116",
"description": "Drop-in replacement for React Native's TextInput component with Markdown formatting.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"typescript": "^5.3.3"
},
"dependencies": {
"expensify-common": "2.0.72"
"expensify-common": "2.0.76"
}
}
2 changes: 1 addition & 1 deletion parser/react-native-live-markdown-parser.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2647,7 +2647,7 @@ __metadata:
"@types/underscore": ^1.11.15
esbuild: 0.19.4
esbuild-plugin-tsc: ^0.4.0
expensify-common: 2.0.72
expensify-common: 2.0.76
jest: ^29.7.0
typescript: ^5.3.3
languageName: unknown
Expand Down Expand Up @@ -9967,9 +9967,9 @@ __metadata:
languageName: node
linkType: hard

"expensify-common@npm:2.0.72":
version: 2.0.72
resolution: "expensify-common@npm:2.0.72"
"expensify-common@npm:2.0.76":
version: 2.0.76
resolution: "expensify-common@npm:2.0.76"
dependencies:
awesome-phonenumber: ^5.4.0
classnames: 2.5.0
Expand All @@ -9984,7 +9984,7 @@ __metadata:
semver: ^7.6.3
simply-deferred: "git+https://github.com/Expensify/simply-deferred.git#77a08a95754660c7bd6e0b6979fdf84e8e831bf5"
ua-parser-js: ^1.0.38
checksum: b1331aad5a512ffeb67fcb657025f2a2bfe86d3d905cbc0d09b8dff856562ecb2be5c0bbd37bd218f6bc8309f0417e52b918ea4132dfddd555dd3bfa1c89cb89
checksum: bbf5ebf994abd164816ccd3b8f33432cb8b95545460868b1d5b52f50c502ca83ef71ed913f9ff1da9dd74aa18aa2d5ef954e2045f9213fda7b1008673e0ce384
languageName: node
linkType: hard

Expand Down

0 comments on commit 077e387

Please sign in to comment.