diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ae53bf711..689e0c9ec 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,4 +28,3 @@ jobs: run: | yarn build yarn run semantic-release - yarn gh-pages diff --git a/example/package.json b/example/package.json index 27a45efd6..2741ce373 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "react-tooltip-example", - "homepage": "https://wwayne.github.io/react-tooltip/", + "homepage": "https://reacttooltip.github.io/react-tooltip/", "version": "1.0.0", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 07966e254..cd2c295d1 100755 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ }, "dependencies": { "prop-types": "^15.8.1", - "uuid": "9.0.0" + "uuid": "8.3.2" }, "devDependencies": { "@babel/cli": "7.19.3", diff --git a/yarn.lock b/yarn.lock index 35f91f8ea..95446e78f 100755 --- a/yarn.lock +++ b/yarn.lock @@ -11912,10 +11912,10 @@ util@~0.12.0: safe-buffer "^5.1.2" which-typed-array "^1.1.2" -uuid@9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5" - integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg== +uuid@8.3.2: + version "8.3.2" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" + integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== uuid@^3.3.2: version "3.4.0"