Skip to content

Commit

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

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

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, 2024
1 parent 2acabdf commit 3a96f5f
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 44 deletions.
2 changes: 1 addition & 1 deletion account-compression/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"ts-jest": "^29.2.5",
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.2",
"typedoc": "^0.26.10",
"typedoc": "^0.27.0",
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion libraries/type-length-value/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"mocha": "^10.8.2",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typedoc": "^0.26.11",
"typedoc": "^0.27.0",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion memo/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"start-server-and-test": "^2.0.8",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typedoc": "^0.26.11",
"typedoc": "^0.27.0",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion name-service/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"start-server-and-test": "^2.0.8",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typedoc": "^0.26.11",
"typedoc": "^0.27.0",
"typescript": "^5.7.2"
},
"dependencies": {
Expand Down
79 changes: 43 additions & 36 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-group/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typedoc": "^0.26.11",
"typedoc": "^0.27.0",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion token-lending/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"rollup": "^4.27.4",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typedoc": "^0.26.11",
"typedoc": "^0.27.0",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion token-metadata/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typedoc": "^0.26.11",
"typedoc": "^0.27.0",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion token/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"shx": "^0.3.4",
"start-server-and-test": "^2.0.8",
"ts-node": "^10.9.2",
"typedoc": "^0.26.11",
"typedoc": "^0.27.0",
"typescript": "^5.7.2"
}
}

0 comments on commit 3a96f5f

Please sign in to comment.