Skip to content

Commit

Permalink
chore: bump planx-core and map (#2702)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Jan 25, 2024
1 parent be22b62 commit c3b1b06
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion api.planx.uk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@airbrake/node": "^2.1.8",
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#9bf211f",
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#80579a0",
"@types/isomorphic-fetch": "^0.0.36",
"adm-zip": "^0.5.10",
"aws-sdk": "^2.1467.0",
Expand Down
8 changes: 4 additions & 4 deletions api.planx.uk/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e/tests/api-driven/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@cucumber/cucumber": "^9.3.0",
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#9bf211f",
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#80579a0",
"axios": "^1.6.0",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
Expand Down
8 changes: 4 additions & 4 deletions e2e/tests/api-driven/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e/tests/ui-driven/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"postinstall": "./install-dependencies.sh"
},
"dependencies": {
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#9bf211f",
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#80579a0",
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"eslint": "^8.56.0",
Expand Down
8 changes: 4 additions & 4 deletions e2e/tests/ui-driven/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions editor.planx.uk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@mui/material": "^5.15.2",
"@mui/styles": "^5.15.2",
"@mui/utils": "^5.15.2",
"@opensystemslab/map": "^0.7.9",
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#9bf211f",
"@opensystemslab/map": "^0.8.0",
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#80579a0",
"@tiptap/core": "^2.0.3",
"@tiptap/extension-bold": "^2.0.3",
"@tiptap/extension-bubble-menu": "^2.1.13",
Expand Down
18 changes: 9 additions & 9 deletions editor.planx.uk/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default function Component(props: Props) {
maxZoom={23}
latitude={Number(passport?.data?._address?.latitude)}
longitude={Number(passport?.data?._address?.longitude)}
showMarker
showCentreMarker
markerLatitude={Number(passport?.data?._address?.latitude)}
markerLongitude={Number(passport?.data?._address?.longitude)}
resetControlImage="trash"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export function Presentational(props: PresentationalProps) {
osProxyEndpoint={`${process.env.REACT_APP_API_URL}/proxy/ordnance-survey`}
hideResetControl
staticMode
showMarker
showCentreMarker
markerLatitude={address?.latitude}
markerLongitude={address?.longitude}
// markerColor={team?.settings?.design?.color} // defaults to black
Expand Down

0 comments on commit c3b1b06

Please sign in to comment.