Skip to content

Commit

Permalink
update typedoc to latest, ts-node to temporary fork
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Sep 12, 2023
1 parent a5c0e0c commit a7a12d2
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 22 deletions.
40 changes: 26 additions & 14 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -81,9 +81,9 @@
"sync-content": "^1.0.2",
"tap": "^18.0.0-0",
"trivial-deferred": "^2.0.0",
"ts-node": "github:TypeStrong/ts-node#pull/2009",
"typedoc": "file:typedoc-0.24.8.tgz",
"typescript": "^5.1.6",
"ts-node": "npm:@isaacs/ts-node-temp-fork-for-pr-2009@^10.9.1",
"typedoc": "^0.25.1",
"typescript": "5.1",
"walk-up-path": "^3.0.1",
"which": "^4.0.0",
"yaml": "^2.3.1",
Expand Down
3 changes: 2 additions & 1 deletion src/mock/src/service-key-mjs.ts
@@ -1,2 +1,3 @@
//@ts-ignore Need this to be the same for both esm and cjs
export { serviceKey } from '../cjs/service-key.js'
import pkg from '../cjs/service-key.js'
export const { serviceKey } = pkg
2 changes: 1 addition & 1 deletion src/run/package.json
Expand Up @@ -65,7 +65,7 @@
"tap-yaml": "2.1.1-2",
"tcompare": "6.0.1-4",
"trivial-deferred": "^2.0.0",
"ts-node": "github:TypeStrong/ts-node#8f6f4e5",
"ts-node": "npm:@isaacs/ts-node-temp-fork-for-pr-2009@^10.9.1",
"which": "^4.0.0"
},
"tap": {
Expand Down
4 changes: 2 additions & 2 deletions src/test/package.json
Expand Up @@ -63,8 +63,8 @@
"mkdirp": "^3.0.0",
"sync-content": "^1.0.1",
"tap-parser": "15.0.0-3",
"ts-node": "github:TypeStrong/ts-node#8f6f4e5",
"typescript": "^5.1.6"
"ts-node": "npm:@isaacs/ts-node-temp-fork-for-pr-2009@^10.9.1",
"typescript": "5.1"
},
"license": "BlueOak-1.0.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/typescript/package.json
Expand Up @@ -47,7 +47,7 @@
"@tapjs/core": "0.0.0-21"
},
"dependencies": {
"ts-node": "github:TypeStrong/ts-node#8f6f4e5"
"ts-node": "npm:@isaacs/ts-node-temp-fork-for-pr-2009@^10.9.1"
},
"engines": {
"node": ">=16"
Expand Down

0 comments on commit a7a12d2

Please sign in to comment.