From 471bd62ebb93b48b9f91043f0d638a97418e110f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 12:40:05 +0000 Subject: [PATCH] Bump @eva-design/eva from 1.3.2 to 2.1.0 Bumps [@eva-design/eva](https://github.com/eva-design/eva) from 1.3.2 to 2.1.0. - [Release notes](https://github.com/eva-design/eva/releases) - [Changelog](https://github.com/eva-design/eva/blob/master/CHANGELOG.md) - [Commits](https://github.com/eva-design/eva/compare/v1.3.2...v2.1.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d0c493..717719d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -789,9 +789,9 @@ "integrity": "sha512-/hGt5X7Pd7KuwqJ6x/BE9yVZl/n75ncNTORSMn325LwvlEcPIajMCBNjca4HiFIKSfV9iWV7+VWR2+mWuA62og==" }, "@eva-design/eva": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@eva-design/eva/-/eva-1.3.2.tgz", - "integrity": "sha512-2sMIWwab9ettFxD3qOjZpVg13Lu17MjDiT/c34FbadwNL9sTxYry75JuSSruuf1qNH6xzYuvlDTZc0W1KASLdQ==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@eva-design/eva/-/eva-2.1.0.tgz", + "integrity": "sha512-n/8sUkjo0GWrO9dhsjijkqg+nlste2p8/3mOWT18wymm03hQXoT4kg31IhawjdWgzubjNzSjqPh+Pov5ShtsHQ==" }, "@eva-design/processor": { "version": "1.3.2", diff --git a/package.json b/package.json index 34f8cb1..713d834 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "postinstall": "react-native link" }, "dependencies": { - "@eva-design/eva": "^1.3.2", + "@eva-design/eva": "^2.1.0", "@react-native-community/masked-view": "^0.1.6", "@react-navigation/native": "^5.0.0", "@react-navigation/stack": "^5.0.0",