Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gh-pages from 4.0.0 to 5.0.0 #171

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ssx-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"gh-pages": "^4.0.0",
"gh-pages": "^5.0.0",
"typedoc": "^0.23.28",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^4.9.5",
Expand Down
36 changes: 34 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6760,7 +6760,7 @@ __metadata:
eslint-plugin-import: ^2.29.1
ethers: ^5.7.2
events: ^3.3.0
gh-pages: ^4.0.0
gh-pages: ^5.0.0
https-browserify: ^1.0.0
lodash.merge: ^4.6.2
os-browserify: ^0.3.0
Expand Down Expand Up @@ -10223,6 +10223,13 @@ __metadata:
languageName: node
linkType: hard

"async@npm:^3.2.4":
version: 3.2.5
resolution: "async@npm:3.2.5"
checksum: 5ec77f1312301dee02d62140a6b1f7ee0edd2a0f983b6fd2b0849b969f245225b990b47b8243e7b9ad16451a53e7f68e753700385b706198ced888beedba3af4
languageName: node
linkType: hard

"asynckit@npm:^0.4.0":
version: 0.4.0
resolution: "asynckit@npm:0.4.0"
Expand Down Expand Up @@ -14087,6 +14094,13 @@ __metadata:
languageName: node
linkType: hard

"email-addresses@npm:^5.0.0":
version: 5.0.0
resolution: "email-addresses@npm:5.0.0"
checksum: e58a510e9caf105313025e1c81488d5391c6404f0bbd7874e8e36a4c14d1ced02ff271748146c13edfa3bd9ce9b25f1194f5369971d77087325f37ab193129bb
languageName: node
linkType: hard

"emittery@npm:^0.10.2":
version: 0.10.2
resolution: "emittery@npm:0.10.2"
Expand Down Expand Up @@ -16599,7 +16613,7 @@ __metadata:
languageName: node
linkType: hard

"gh-pages@npm:4.0.0, gh-pages@npm:^4.0.0":
"gh-pages@npm:4.0.0":
version: 4.0.0
resolution: "gh-pages@npm:4.0.0"
dependencies:
Expand All @@ -16617,6 +16631,24 @@ __metadata:
languageName: node
linkType: hard

"gh-pages@npm:^5.0.0":
version: 5.0.0
resolution: "gh-pages@npm:5.0.0"
dependencies:
async: ^3.2.4
commander: ^2.18.0
email-addresses: ^5.0.0
filenamify: ^4.3.0
find-cache-dir: ^3.3.1
fs-extra: ^8.1.0
globby: ^6.1.0
bin:
gh-pages: bin/gh-pages.js
gh-pages-clean: bin/gh-pages-clean.js
checksum: d766aef02d2859bd2fa89b183a7cb7cdb4b86401369c734e9a76875afbdcf9132142b2cdf35a835ed056131a9cdc4b4d9c551cdc353a9a248ff3cec6346a36d8
languageName: node
linkType: hard

"git-raw-commits@npm:^3.0.0":
version: 3.0.0
resolution: "git-raw-commits@npm:3.0.0"
Expand Down
Loading