diff --git a/examples/package.json b/examples/package.json index 4f5d878..7e4f720 100644 --- a/examples/package.json +++ b/examples/package.json @@ -9,7 +9,7 @@ "react-ga": "^2.1.2", "react-highlight": "^0.12.0", "react-scripts": "3.4.1", - "react-tagcloud": "^2.0.0", + "react-tagcloud": "^2.1.0", "whatwg-fetch": "^3.0.0" }, "scripts": { diff --git a/examples/yarn.lock b/examples/yarn.lock index 157a3da..093ad6a 100644 --- a/examples/yarn.lock +++ b/examples/yarn.lock @@ -8529,15 +8529,17 @@ react-scripts@3.4.1: optionalDependencies: fsevents "2.1.2" -react-tagcloud@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/react-tagcloud/-/react-tagcloud-2.0.0.tgz#15b53729d266f436a5782f72c34451dd85839807" - integrity sha512-SQLAvSDx35by4xYQtcJEYZW3294jicw7yMEmhJ70ZBpGBA/MDqvPki/hyr37YHIDr1w1lEW0aJoIO7WEjRjUdw== +react-tagcloud@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/react-tagcloud/-/react-tagcloud-2.1.0.tgz#70ef8072e8664a8622d89a61c001b091147eca9f" + integrity sha512-EA/zKRxDkeoUZfJbobJvZvrcYMTq625fstplSG7E9XG+LDYaj//o1YdUgJzBIbwb1EXAEN3H5VP38vtucKEjhw== dependencies: "@babel/preset-react" "^7.6.3" prop-types "^15.6.2" randomcolor "^0.5.4" shuffle-array "^1.0.1" + upgrade "^1.1.0" + yarn "^1.22.4" react@^16.10.2: version "16.13.1" @@ -10121,6 +10123,11 @@ upath@^1.1.1: resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== +upgrade@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/upgrade/-/upgrade-1.1.0.tgz#4a50875ec5c715d19379799f0590a0e796958f61" + integrity sha1-SlCHXsXHFdGTeXmfBZCg55aVj2E= + uri-js@^4.2.2: version "4.2.2" resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0" @@ -10768,3 +10775,8 @@ yargs@^13.3.0: which-module "^2.0.0" y18n "^4.0.0" yargs-parser "^13.1.2" + +yarn@^1.22.4: + version "1.22.10" + resolved "https://registry.yarnpkg.com/yarn/-/yarn-1.22.10.tgz#c99daa06257c80f8fa2c3f1490724e394c26b18c" + integrity sha512-IanQGI9RRPAN87VGTF7zs2uxkSyQSrSPsju0COgbsKQOOXr5LtcVPeyXWgwVa0ywG3d8dg6kSYKGBuYK021qeA== diff --git a/package.json b/package.json index 7163dcb..00b2858 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-tagcloud", - "version": "2.0.0", + "version": "2.1.0", "description": "Tag/word cloud component for react", "keywords": [ "react-tagcloud",