Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump expensify-common version to latest version #477

Merged
merged 3 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.76"
"expensify-common": "^2.0.85"
NJ-2020 marked this conversation as resolved.
Show resolved Hide resolved
}
}
32 changes: 16 additions & 16 deletions 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 @@ -3052,7 +3052,7 @@ __metadata:
"@types/underscore": ^1.11.15
esbuild: 0.19.4
esbuild-plugin-tsc: ^0.4.0
expensify-common: 2.0.76
expensify-common: ^2.0.85
tomekzaw marked this conversation as resolved.
Show resolved Hide resolved
jest: ^29.7.0
typescript: ^5.3.3
languageName: unknown
Expand Down Expand Up @@ -11002,9 +11002,9 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down
Loading