From 9ccc4b929a8cdc0125a919f50fd50ac2b2d157c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Zl=C3=A1mal?= Date: Mon, 2 Dec 2019 16:20:16 +0100 Subject: [PATCH] Relay: do not enforce project wide configuration This feature was requested here https://github.com/adeira/universe/issues/189 and was greatly improved in Babel itself here https://github.com/babel/babel/pull/10778. It can however be annoying and sometimes difficult to do such modification so I changed my mind and I'd like to allow it after all. It's because this code where we require "upward" mode is necessary only for Universe development and should not affect users of our NPM package. adeira-source-id: a7917273c3a7861fa3f355e38c9ab732a9b1d150 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9f4c9e..08c6f3f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": true, "dependencies": { "@adeira/fetch": "^1.0.0", - "@adeira/relay": "^0.5.0", + "@adeira/relay": "^0.6.0", "@adeira/js": "^0.2.0", "@kiwicom/orbit-components": "^0.68.0", "date-fns": "^2.8.1",