Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
MINOR: Fix broken dependencies (#2317)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Stichbury <2533428+nzjony@users.noreply.github.com>
  • Loading branch information
nzjony committed Oct 7, 2021
1 parent b5a1d98 commit 0bbc120
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions @here/harp-lines/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-materials": "^0.27.1"
"@here/harp-materials": "^0.27.1",
"@here/harp-utils": "^0.27.1",
"@here/harp-geoutils": "^0.27.1"
},
"devDependencies": {
"@here/harp-geoutils": "^0.27.1",
"@here/harp-test-utils": "^0.27.1",
"@here/harp-utils": "^0.27.1",
"@types/chai": "^4.2.14",
"@types/mocha": "^8.2.0",
"@types/three": "^0.129.0",
Expand Down

0 comments on commit 0bbc120

Please sign in to comment.