From ecfab7eed94b15f3111f3008e9fc678bba03c308 Mon Sep 17 00:00:00 2001 From: Jean-Louis Leysens Date: Thu, 2 Jan 2020 17:19:21 +0100 Subject: [PATCH] Second attempt, fp-ts and immer -> root --- package.json | 2 ++ x-pack/package.json | 6 ++---- yarn.lock | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index a0f5dd3af14c0..2ba09d502154f 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", @@ -187,6 +188,7 @@ "hoek": "^5.0.4", "http-proxy-agent": "^2.1.0", "https-proxy-agent": "^2.2.2", + "immer": "^1.5.0", "inert": "^5.1.0", "inline-style": "^2.0.0", "joi": "^13.5.2", diff --git a/x-pack/package.json b/x-pack/package.json index a90c1ed7f5b53..720951600192f 100644 --- a/x-pack/package.json +++ b/x-pack/package.json @@ -42,8 +42,8 @@ "@storybook/addon-storyshots": "^5.2.6", "@storybook/react": "^5.2.6", "@storybook/theming": "^5.2.6", - "@testing-library/react": "^9.3.2", "@testing-library/jest-dom": "4.2.0", + "@testing-library/react": "^9.3.2", "@types/angular": "^1.6.56", "@types/archiver": "^3.0.0", "@types/base64-js": "^1.2.5", @@ -66,8 +66,8 @@ "@types/graphql": "^0.13.2", "@types/gulp": "^4.0.6", "@types/hapi__wreck": "^15.0.1", - "@types/hoist-non-react-statics": "^3.3.0", "@types/history": "^4.7.3", + "@types/hoist-non-react-statics": "^3.3.0", "@types/jest": "24.0.19", "@types/joi": "^13.4.2", "@types/js-yaml": "^3.11.1", @@ -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", diff --git a/yarn.lock b/yarn.lock index 6b096306b78d4..86ef85aa9796c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13184,9 +13184,9 @@ fp-ts@^1.14.2: integrity sha512-r4gHfAWaRrYPsmdzRl1U9CkpbdOi8fPg5F5KiazAadENz5DKdWEaCDPl2Tf92fvkZGD/ekZ3EHu3gtXIVcsXtA== fp-ts@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-2.0.5.tgz#9560d8a6a4f53cbda9f9b31ed8d1458e41939e07" - integrity sha512-opI5r+rVlpZE7Rhk0YtqsrmxGkbIw0dRNqGca8FEAMMnjomXotG+R9QkLQg20onx7R8qhepAn4CCOP8usma/Xw== + version "2.3.1" + resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-2.3.1.tgz#8068bfcca118227932941101e062134d7ecd9119" + integrity sha512-KevPBnYt0aaJiuUzmU9YIxjrhC9AgJ8CLtLlXmwArovlNTeYM5NtEoKd86B0wHd7FIbzeE8sNXzCoYIOr7e6Iw== fragment-cache@^0.2.1: version "0.2.1"