Skip to content

Commit a4c9653

Browse files
Update third-party minor and patch (#12)
* Update third-party minor and patch * Update typedoc to 0.28 for TypeScript 5.9 support typedoc 0.27 peer-depends on typescript <=5.8.x, so the lockfile-only bump to typescript 5.9.3 in the previous commit left the tree inconsistent and npm ci refused to install it. --------- Co-authored-by: microbit-renovate[bot] <318704470+microbit-renovate[bot]@users.noreply.github.com> Co-authored-by: Matt Hillsdon <matt.hillsdon@microbit.org>
1 parent e2acb2d commit a4c9653

3 files changed

Lines changed: 54 additions & 64 deletions

File tree

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.18.0
1+
24.20.0

package-lock.json

Lines changed: 51 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"fsevents": true,
2020
"esbuild": true
2121
},
22-
"packageManager": "npm@11.18.0",
22+
"packageManager": "npm@11.19.0",
2323
"main": "./dist/cjs/index.js",
2424
"module": "./dist/esm/index.js",
2525
"typings": "./dist/esm/index.d.ts",
@@ -83,7 +83,7 @@
8383
"react": "^19.0.0",
8484
"react-dom": "^19.0.0",
8585
"storybook": "^10.5.10",
86-
"typedoc": "^0.27.6",
86+
"typedoc": "^0.28.20",
8787
"typescript": "^5.2.2"
8888
}
8989
}

0 commit comments

Comments
 (0)