Skip to content

Commit 83293a5

Browse files
authored
Merge pull request #800 from ReactTooltip/fix/pipeline [skip ci]
fix: remove github pages deploy from pipeline as we use branch instead [skip ci]
2 parents f0c32ec + 71afd00 commit 83293a5

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ jobs:
2828
run: |
2929
yarn build
3030
yarn run semantic-release
31-
yarn gh-pages

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tooltip-example",
3-
"homepage": "https://wwayne.github.io/react-tooltip/",
3+
"homepage": "https://reacttooltip.github.io/react-tooltip/",
44
"version": "1.0.0",
55
"license": "MIT",
66
"dependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"prop-types": "^15.8.1",
60-
"uuid": "9.0.0"
60+
"uuid": "8.3.2"
6161
},
6262
"devDependencies": {
6363
"@babel/cli": "7.19.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11912,10 +11912,10 @@ util@~0.12.0:
1191211912
safe-buffer "^5.1.2"
1191311913
which-typed-array "^1.1.2"
1191411914

11915-
uuid@9.0.0:
11916-
version "9.0.0"
11917-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5"
11918-
integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==
11915+
uuid@8.3.2:
11916+
version "8.3.2"
11917+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
11918+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
1191911919

1192011920
uuid@^3.3.2:
1192111921
version "3.4.0"

0 commit comments

Comments
 (0)