Skip to content

Commit

Permalink
build(deps-dev): bump typedoc from 0.25.8 to 0.25.9 (solana-labs#6299)
Browse files Browse the repository at this point in the history
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.8 to 0.25.9.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.25.8...v0.25.9)

---
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 Feb 26, 2024
1 parent db5ea7f commit 22d7d05
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion account-compression/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"ts-jest": "^29.1.2",
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.2",
"typedoc": "^0.25.8",
"typedoc": "^0.25.9",
"typescript": "5.3.3"
},
"prettier": "@solana/prettier-config-solana"
Expand Down
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 @@ -62,7 +62,7 @@
"prettier": "^3.2.5",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typedoc": "^0.25.8",
"typedoc": "^0.25.9",
"typescript": "^5.3.3"
}
}
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.1.2",
"ts-node": "^10.9.2",
"typedoc": "^0.25.8",
"typedoc": "^0.25.9",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion name-service/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"start-server-and-test": "^2.0.3",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typedoc": "^0.25.8",
"typedoc": "^0.25.9",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
36 changes: 18 additions & 18 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 @@ -71,7 +71,7 @@
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"tslib": "^2.3.1",
"typedoc": "^0.25.8",
"typedoc": "^0.25.9",
"typescript": "^5.3.3"
}
}
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.12.0",
"ts-node": "^10.9.2",
"tslib": "^2.3.0",
"typedoc": "^0.25.8",
"typedoc": "^0.25.9",
"typescript": "^5.3.3"
}
}
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.2",
"tslib": "^2.3.1",
"typedoc": "^0.25.8",
"typedoc": "^0.25.9",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion token/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"start-server-and-test": "^2.0.3",
"tslib": "^2.3.1",
"ts-node": "^10.9.2",
"typedoc": "^0.25.8",
"typedoc": "^0.25.9",
"typescript": "^5.3.3"
}
}

0 comments on commit 22d7d05

Please sign in to comment.