diff --git a/package-lock.json b/package-lock.json index 9d0c493..1eef764 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.1", + "resolved": "https://registry.npmjs.org/@eva-design/eva/-/eva-2.1.1.tgz", + "integrity": "sha512-WS1ykETXyq0Kxa0aFlPMBeftEtBeTDv9qEUeQ4VvbTETMc7hsZPSkPr2HudtQhFihiM72GFfwAK6GIAlF6GXdQ==" }, "@eva-design/processor": { "version": "1.3.2", diff --git a/package.json b/package.json index 34f8cb1..fa7cf5c 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.1", "@react-native-community/masked-view": "^0.1.6", "@react-navigation/native": "^5.0.0", "@react-navigation/stack": "^5.0.0",