From 21bd5c579ca565d0101b239e5ef2aae22565c157 Mon Sep 17 00:00:00 2001 From: Blayne Chard Date: Tue, 15 Nov 2022 16:11:20 +1300 Subject: [PATCH] fix(landing): do not install bundled deps when installing landing --- packages/landing/package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/landing/package.json b/packages/landing/package.json index fa5365ad8..1836fc520 100644 --- a/packages/landing/package.json +++ b/packages/landing/package.json @@ -33,11 +33,15 @@ "@basemaps/geo": "^6.32.1", "@basemaps/infra": "^6.36.0", "@basemaps/shared": "^6.36.0", + "@linzjs/lui": "^17.16.2", "@servie/events": "^3.0.0", "@types/proj4": "^2.5.2", + "@types/react-dom": "^18.0.6", "maplibre-gl": "^2.1.9", "mime-types": "^2.1.35", "proj4": "^2.8.0", + "react-dom": "^18.2.0", + "react": "^18.2.0", "ulid": "^2.3.0" }, "publishConfig": { @@ -100,9 +104,6 @@ } ], "dependencies": { - "@linzjs/lui": "^17.16.2", - "@types/react-dom": "^18.0.6", - "react": "^18.2.0", - "react-dom": "^18.2.0" + } }