Skip to content

Commit

Permalink
build(deps-dev): bump typedoc from 0.25.3 to 0.25.4 (#5899)
Browse files Browse the repository at this point in the history
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.3 to 0.25.4.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.25.3...v0.25.4)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent ea0460c commit 16c70d4
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion memo/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"start-server-and-test": "^2.0.3",
"ts-jest": "^29.0.0",
"ts-node": "^10.9.1",
"typedoc": "^0.25.0",
"typedoc": "^0.25.4",
"typescript": "^5.3.2"
}
}
2 changes: 1 addition & 1 deletion name-service/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"prettier": "^3.1.0",
"start-server-and-test": "^2.0.3",
"ts-node": "^10.9.1",
"typedoc": "^0.25.0",
"typedoc": "^0.25.4",
"typescript": "^5.3.2"
},
"dependencies": {
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion token-lending/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"rollup": "^4.5.2",
"ts-node": "^10.7.0",
"tslib": "^2.3.0",
"typedoc": "^0.25.0",
"typedoc": "^0.25.4",
"typescript": "^5.3.2"
}
}
2 changes: 1 addition & 1 deletion token-metadata/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"tslib": "^2.3.1",
"typedoc": "^0.25.0",
"typedoc": "^0.25.4",
"typescript": "^5.3.2"
}
}
2 changes: 1 addition & 1 deletion token/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"start-server-and-test": "^2.0.3",
"tslib": "^2.3.1",
"ts-node": "^10.9.1",
"typedoc": "^0.25.0",
"typedoc": "^0.25.4",
"typescript": "^5.3.2"
}
}

0 comments on commit 16c70d4

Please sign in to comment.