diff --git a/example/package-lock.json b/example/package-lock.json index 7bc28fe1..4e06a228 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -968,10 +968,10 @@ } }, "@iconscout/react-unicons": { - "version": "git+https://github.com/Iconscout/react-unicons.git#12e8857b2b4bdcc04a921ddd6dee093dda609fa9", + "version": "git+https://github.com/Iconscout/react-unicons.git#71bdaf2ba96c2e14033b7cced25c8c3cea37305c", "from": "git+https://github.com/Iconscout/react-unicons.git", "requires": { - "react": "^15.5.4" + "react": ">=15.0.0 <17.0.0" }, "dependencies": { "react": { @@ -10078,6 +10078,8 @@ }, "react": { "version": "16.8.6", + "resolved": "https://registry.npmjs.org/react/-/react-16.8.6.tgz", + "integrity": "sha512-pC0uMkhLaHm11ZSJULfOBqV4tIZkx87ZLvbbQYunNixAAvjnC+snJCg0XQXn9VIsttVsbZP/H/ewzgsd5fxKXw==", "requires": { "loose-envify": "^1.1.0", "object-assign": "^4.1.1", @@ -10177,6 +10179,8 @@ }, "react-dom": { "version": "16.8.6", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.8.6.tgz", + "integrity": "sha512-1nL7PIq9LTL3fthPqwkvr2zY7phIPjYrT0jp4HjyEQrEROnw4dG41VVwi/wfoCneoleqrNX7iAD+pXebJZwrwA==", "requires": { "loose-envify": "^1.1.0", "object-assign": "^4.1.1", @@ -10196,6 +10200,8 @@ }, "react-scripts": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-3.0.1.tgz", + "integrity": "sha512-LKEjBhVpEB+c312NeJhzF+NATxF7JkHNr5GhtwMeRS1cMeLElMeIu8Ye7WGHtDP7iz7ra4ryy48Zpo6G/cwWUw==", "requires": { "@babel/core": "7.4.3", "@svgr/webpack": "4.1.0",