Skip to content

Commit

Permalink
Various import fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimon committed Jan 30, 2024
1 parent 75fdb3a commit 924b73f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions packages/geospatial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
"devDependencies": {
"@performant-software/webpack-config": "^1.0.0",
"@peripleo/maplibre": "^0.3.1",
"@peripleo/peripleo": "^0.3.1",
"@peripleo/maplibre": "^0.3.2",
"@peripleo/peripleo": "^0.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/geospatial/src/components/CoreDataPlace.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React, { useEffect, useState } from 'react';
import { Feature, FeatureCollection, Peripleo, Controls } from '@peripleo/peripleo';
import type { FeatureCollection } from '@peripleo/peripleo';
import { Peripleo, Controls } from '@peripleo/peripleo';
import { Map, MixedGeoJSONLayer, PulsingMarkerLayer, Zoom } from '@peripleo/maplibre';
import { DEFAULT_FILL_STYLE, DEFAULT_POINT_STYLE, DEFAULT_STROKE_STYLE } from './CoreDataPlaceStyles';

Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@babel/preset-flow": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@faker-js/faker": "^8.0.2",
"@peripleo/maplibre": "^0.3.1",
"@peripleo/peripleo": "^0.3.1",
"@peripleo/maplibre": "^0.3.2",
"@peripleo/peripleo": "^0.3.2",
"@storybook/addon-a11y": "^7.0.26",
"@storybook/addon-actions": "^7.0.26",
"@storybook/addon-docs": "^7.0.26",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1983,10 +1983,10 @@
"@stitches/react" "^1.2.7"
react "^18.2.0"

"@peripleo/maplibre@^0.3.1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@peripleo/maplibre/-/maplibre-0.3.1.tgz#9d94bfa1dafd8fb4cd4f2e38b1ab9f9cf5ba2947"
integrity sha512-OaQPF7Knyqx5ztLSJaZxxokQWcqqTU7CYahM+YHURgawkSkYodQWnZHHGB9BQLMV3tyBOfuZTJrIrNt/obLdFw==
"@peripleo/maplibre@^0.3.2":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@peripleo/maplibre/-/maplibre-0.3.2.tgz#889f85bd12c771618179471748ca7c290ea584ea"
integrity sha512-/Y28C5OZAJ2MA8LixydxBwAHwCubtKsr2T5caDxPr7IhcoEjhgXkUzRXiH9OPkM/ZEalQnhXdi2xvrKLLY7aDA==
dependencies:
"@phosphor-icons/react" "^2.0.15"
"@radix-ui/react-dropdown-menu" "^2.0.6"
Expand All @@ -1998,10 +1998,10 @@
react-draggable "^4.4.6"
react-resizable "^3.0.5"

"@peripleo/peripleo@^0.3.1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@peripleo/peripleo/-/peripleo-0.3.1.tgz#65bca13fd436ddaebdf1ff291454c3b2ea7f9239"
integrity sha512-k8QxQFvA+XCvz4pHAQOit8JnGaN66kePDTRxpsMAn3NK2HhxpSJpi8quUvAATrV4BXQLsSXp1lLt/MWfKyz0zg==
"@peripleo/peripleo@^0.3.2":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@peripleo/peripleo/-/peripleo-0.3.2.tgz#6279f3e313269011895b060597892c306b937bf8"
integrity sha512-LpzUn/XeymA6ZLL2VMep6toGmgp2FvZUUnUETuBht7CDJihR828rLLXVPSAY+Tt7S1el6jl1exZ+whCDeBrm0A==
dependencies:
"@phosphor-icons/react" "^2.0.15"
"@radix-ui/react-dropdown-menu" "^2.0.6"
Expand Down

0 comments on commit 924b73f

Please sign in to comment.