Skip to content

Commit

Permalink
fix: use alpha versions
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-heppner-ibigroup committed Sep 28, 2023
1 parent 1be1d82 commit 10b3a98
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/otp2-tile-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-map-gl": "^7.0.15"
},
"dependencies": {
"@opentripplanner/map-popup": "^2.0.6-alpha.1"
"@opentripplanner/map-popup": "^2.0.7-alpha.1"
},
"devDependencies": {
"@opentripplanner/base-map": "^3.0.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/stops-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@opentripplanner/base-map": "^3.0.14",
"@opentripplanner/from-to-location-picker": "^2.1.8",
"@opentripplanner/map-popup": "^2.0.6-alpha.1",
"@opentripplanner/map-popup": "^2.0.7-alpha.1",
"flat": "^5.0.2"
},
"devDependencies": {
Expand Down
18 changes: 18 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3307,6 +3307,14 @@
isomorphic-mapzen-search "^1.6.1"
lodash.memoize "^4.1.2"

"@opentripplanner/icons@^2.0.4", "@opentripplanner/icons@^2.0.5":
version "2.0.6"
resolved "https://registry.yarnpkg.com/@opentripplanner/icons/-/icons-2.0.6.tgz#e1339f75a1c9cb52ad5bddf0b024a260e8f63725"
integrity sha512-bKwwtugFN9RPpKmqXcukXC4TcWHjmOqPWaMEvjtnnV5LdeuoaOBQ8dJeUUnEKd/dPeOJAF9l3oBVtvM3VAc8jg==
dependencies:
"@opentripplanner/core-utils" "^11.0.2"
prop-types "^15.7.2"

"@opentripplanner/itinerary-body@^5.0.2":
version "5.0.3"
resolved "https://registry.yarnpkg.com/@opentripplanner/itinerary-body/-/itinerary-body-5.0.3.tgz#b7eed8a38a0d1e6a3d0b80ff2697386feb45df71"
Expand Down Expand Up @@ -3343,6 +3351,16 @@
react-resize-detector "^4.2.1"
string-similarity "^4.0.4"

"@opentripplanner/map-popup@^2.0.5":
version "2.0.6"
resolved "https://registry.yarnpkg.com/@opentripplanner/map-popup/-/map-popup-2.0.6.tgz#c45617493452616dcc208cc7fcfe606b5e13a376"
integrity sha512-BRJRNaqRglK/WjjDvs2o7Vraa6yg7DfJMzUGczOjmdZsB/3Zo/7XHVv++bxjvEJR7Gds+hfseqODa1882lvy+Q==
dependencies:
"@opentripplanner/base-map" "^3.0.14"
"@opentripplanner/core-utils" "^11.0.2"
"@opentripplanner/from-to-location-picker" "^2.1.8"
flat "^5.0.2"

"@opentripplanner/[email protected]":
version "7.0.0-alpha.2"
resolved "https://registry.yarnpkg.com/@opentripplanner/types/-/types-7.0.0-alpha.2.tgz#d10c69f99b2da6d1e80ab5989520bde8e558627b"
Expand Down

0 comments on commit 10b3a98

Please sign in to comment.