Skip to content

Commit

Permalink
fix: upgrade utils to make purchasedBy optional (#5025)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosvik committed Feb 14, 2025
1 parent 71fb6d6 commit f3e1ba1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@atb-as/config-specs": "^5.3.0",
"@atb-as/generate-assets": "^15.0.1",
"@atb-as/theme": "^13.1.3",
"@atb-as/utils": "^3.0.0",
"@bugsnag/react-native": "^7.25.0",
"@bugsnag/source-maps": "^2.3.3",
"@entur-private/abt-mobile-barcode-javascript-lib": "2.1.6",
Expand Down
13 changes: 13 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@
hex-to-rgba "^2.0.1"
ts-deepmerge "^4.0.0"

"@atb-as/utils@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@atb-as/utils/-/utils-3.0.0.tgz#a48f44db00edf18c168cce326fb6961ff4cb9cca"
integrity sha512-lbkFUnDKsoBFJjGjJZf/8B03hyUoyaARXY++mT/q7aHuoqmk47KBwSqI60v/khi6KJPuT2dUeRPme7qgszWJHg==
dependencies:
lodash "^4.17.21"
zod "^3.24.1"

"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0":
version "7.26.2"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
Expand Down Expand Up @@ -11646,3 +11654,8 @@ zod@^3.21.4:
version "3.22.4"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.4.tgz#f31c3a9386f61b1f228af56faa9255e845cf3fff"
integrity sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==

zod@^3.24.1:
version "3.24.2"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.2.tgz#8efa74126287c675e92f46871cfc8d15c34372b3"
integrity sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==

0 comments on commit f3e1ba1

Please sign in to comment.