Skip to content

Commit

Permalink
Move geojson from devDeps to deps of shared (#7403)
Browse files Browse the repository at this point in the history
Geojson has to be a regular dependency in order for the imported types to be available when installing shared.
Ideally, we should bundle type definitions to a single file.
  • Loading branch information
nickrum committed Aug 13, 2021
1 parent 996a6e8 commit 415f6d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
"date-fns": "1.30.1",
"express": "4.17.1",
"fs-extra": "10.0.0",
"geojson": "0.5.0",
"joi": "17.4.2",
"knex-schema-inspector": "1.5.13",
"lodash": "4.17.21",
"vue": "3.2.2",
"vue-router": "4.0.11"
},
"devDependencies": {
"geojson": "0.5.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
"typescript": "4.3.5"
Expand Down

0 comments on commit 415f6d1

Please sign in to comment.