diff --git a/package-lock.json b/package-lock.json index 7098c3c..e978e89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1220,6 +1220,16 @@ "physical-cpu-count": "^2.0.0" } }, + "@types/hoist-non-react-statics": { + "version": "3.3.5", + "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.5.tgz", + "integrity": "sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==", + "dev": true, + "requires": { + "@types/react": "*", + "hoist-non-react-statics": "^3.3.0" + } + }, "@types/json5": { "version": "0.0.29", "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", @@ -1245,25 +1255,23 @@ "csstype": "^2.2.0" } }, - "@types/react-native": { - "version": "0.57.60", - "resolved": "https://registry.npmjs.org/@types/react-native/-/react-native-0.57.60.tgz", - "integrity": "sha512-zObrnRsCbpM7qDm97d8+5qiSIMMYRaWgpqu6orjbjzLUAcJaKnpBMXgW6bRXWkFBjHgm3hjDAdVVGMWlrYJBdw==", - "dev": true, - "requires": { - "@types/prop-types": "*", - "@types/react": "*" - } - }, "@types/styled-components": { - "version": "4.1.16", - "resolved": "https://registry.npmjs.org/@types/styled-components/-/styled-components-4.1.16.tgz", - "integrity": "sha512-h4VtEopz0AS2oAbZlVSG1gnEhvx0LXcmYn9jD/y8Z/OHimsQygYFeDPbUDH/rJOaQu3T+PgAgRtOTG2IZyUTVg==", + "version": "5.1.34", + "resolved": "https://registry.npmjs.org/@types/styled-components/-/styled-components-5.1.34.tgz", + "integrity": "sha512-mmiVvwpYklFIv9E8qfxuPyIt/OuyIrn6gMOAMOFUO3WJfSrSE+sGUoa4PiZj77Ut7bKZpaa6o1fBKS/4TOEvnA==", "dev": true, "requires": { + "@types/hoist-non-react-statics": "*", "@types/react": "*", - "@types/react-native": "*", - "csstype": "^2.2.0" + "csstype": "^3.0.2" + }, + "dependencies": { + "csstype": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz", + "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==", + "dev": true + } } }, "@zeit/schemas": { diff --git a/package.json b/package.json index 39b6e70..f7c991d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "homepage": "https://github.com/dyatko/arkit-editor#readme", "devDependencies": { "@types/react": "16.8.23", - "@types/styled-components": "4.1.16", + "@types/styled-components": "5.1.34", "cypress": "3.3.2", "parcel": "1.12.3", "prettier": "1.18.2",