From 5d1e5823b7570230e0480d6681c93be4de7580b9 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 01:19:38 +0000 Subject: [PATCH 1/2] fix(package): update @types/styled-components to version 5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1a1153..154e9d6 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@types/react": "^16.8.13", "@types/react-dom": "^16.8.4", "@types/react-input-mask": "^2.0.1", - "@types/styled-components": "^4.1.14", + "@types/styled-components": "^5.0.0", "google-map-react": "^1.1.4", "lodash.get": "^4.4.2", "lodash.omit": "^4.5.0", From cabaf4e8d88dcb587503021e30dae748020a5350 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 01:19:43 +0000 Subject: [PATCH 2/2] chore(package): update lockfile package-lock.json --- package-lock.json | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 28e9066..8cbd2b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1303,6 +1303,15 @@ "@types/react": "*" } }, + "@types/hoist-non-react-statics": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz", + "integrity": "sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==", + "requires": { + "@types/react": "*", + "hoist-non-react-statics": "^3.3.0" + } + }, "@types/istanbul-lib-coverage": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.0.tgz", @@ -1390,11 +1399,10 @@ } }, "@types/react-native": { - "version": "0.57.47", - "resolved": "https://registry.npmjs.org/@types/react-native/-/react-native-0.57.47.tgz", - "integrity": "sha512-XeRcyrhPOsYEBOvh2RlLajNFmiDRALwAKiHXqPEEbYWzyJTKz095Cs/coHbUHQnDcKVmib4uHmrDAOK1q0PkmA==", + "version": "0.61.16", + "resolved": "https://registry.npmjs.org/@types/react-native/-/react-native-0.61.16.tgz", + "integrity": "sha512-S2g8w7AZHMBt+JkncuOXy9WjVShejdlbcaxxkE7Y/cbPNPHDQvkigqIRsFwUqRXH5u2MWER6qxEjej81l9kqZQ==", "requires": { - "@types/prop-types": "*", "@types/react": "*" } }, @@ -1405,10 +1413,11 @@ "dev": true }, "@types/styled-components": { - "version": "4.1.14", - "resolved": "https://registry.npmjs.org/@types/styled-components/-/styled-components-4.1.14.tgz", - "integrity": "sha512-X5t+uomPU9vxWNnfEpw2W7RtJDpsWCsBizQq95gB2QXrG5qsALV1/H7tfv4xYhTmiG5CGtcbfp4nU4yhhEqTsw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/styled-components/-/styled-components-5.0.0.tgz", + "integrity": "sha512-fnLlZKZfDCySbq0M25wh9nAXRuy2FaHCFHlRl4LkoKJXqk/bbd8FwYPctv6mVnEe6rqs3JLx1COVy3a0Nmrv+w==", "requires": { + "@types/hoist-non-react-statics": "*", "@types/react": "*", "@types/react-native": "*", "csstype": "^2.2.0" @@ -7919,6 +7928,14 @@ "resolved": "https://registry.npmjs.org/hoek/-/hoek-4.2.1.tgz", "integrity": "sha512-QLg82fGkfnJ/4iy1xZ81/9SIJiq1NGFUMGs6ParyjBZr6jW2Ufj/snDqTHixNlHdPNwN2RLVD0Pi3igeK9+JfA==" }, + "hoist-non-react-statics": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", + "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", + "requires": { + "react-is": "^16.7.0" + } + }, "home-or-tmp": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz",