Skip to content

Commit e2e77a7

Browse files
Update third-party minor and patch (#27)
* 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 4ec7542 commit e2e77a7

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
@@ -15,7 +15,7 @@
1515
"esbuild": true,
1616
"fsevents": true
1717
},
18-
"packageManager": "npm@11.18.0",
18+
"packageManager": "npm@11.19.0",
1919
"main": "./dist/cjs/index.js",
2020
"module": "./dist/esm/index.js",
2121
"typings": "./dist/esm/index.d.ts",
@@ -79,7 +79,7 @@
7979
"prettier": "^3.2.5",
8080
"storybook": "^10.5.10",
8181
"tslib": "^2.6.2",
82-
"typedoc": "^0.27.6",
82+
"typedoc": "^0.28.20",
8383
"typescript": "^5.2.2"
8484
}
8585
}

0 commit comments

Comments
 (0)