From b876df0d543d7537b84590c7759cdea36014756c Mon Sep 17 00:00:00 2001 From: Jean-Louis Leysens Date: Thu, 2 Jan 2020 11:59:54 +0100 Subject: [PATCH] Move fp-ts and immer to "." package.json --- package.json | 2 ++ x-pack/package.json | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 651ffb60d7b88..2ffaafb96075f 100644 --- a/package.json +++ b/package.json @@ -173,6 +173,7 @@ "fast-deep-equal": "^3.1.1", "file-loader": "4.2.0", "font-awesome": "4.7.0", + "fp-ts": "^2.0.5", "getos": "^3.1.0", "glob": "^7.1.2", "glob-all": "^3.1.0", @@ -417,6 +418,7 @@ "gulp-sourcemaps": "2.6.5", "has-ansi": "^3.0.0", "iedriver": "^3.14.1", + "immer": "^1.5.0", "intl-messageformat-parser": "^1.4.0", "is-path-inside": "^2.1.0", "istanbul-instrumenter-loader": "3.0.1", diff --git a/x-pack/package.json b/x-pack/package.json index a90c1ed7f5b53..e733ca7556797 100644 --- a/x-pack/package.json +++ b/x-pack/package.json @@ -231,7 +231,6 @@ "file-type": "^10.9.0", "font-awesome": "4.7.0", "formsy-react": "^1.1.5", - "fp-ts": "^2.0.5", "geojson-rewind": "^0.3.1", "get-port": "4.2.0", "getos": "^3.1.0", @@ -249,7 +248,6 @@ "i18n-iso-countries": "^4.3.1", "icalendar": "0.7.1", "idx": "^2.5.6", - "immer": "^1.5.0", "inline-style": "^2.0.0", "intl": "^1.2.5", "io-ts": "^2.0.1",