diff --git a/dist/extensions/interpolation/syntax.d.ts b/dist/extensions/interpolation/syntax.d.ts index 2680f16..5558aca 100644 --- a/dist/extensions/interpolation/syntax.d.ts +++ b/dist/extensions/interpolation/syntax.d.ts @@ -12,4 +12,4 @@ declare const _default: { }; }; export default _default; -declare function tokenizeInterpolation(this: TokenizeContext, effects: Effects, ok: State, nok: State): (code: Code) => any | undefined; +declare function tokenizeInterpolation(this: TokenizeContext, effects: Effects, ok: State, nok: State): (code: Code) => /*elided*/ any | undefined; diff --git a/dist/extensions/utils/characters-construct.d.ts b/dist/extensions/utils/characters-construct.d.ts index 0a73b5d..736504f 100644 --- a/dist/extensions/utils/characters-construct.d.ts +++ b/dist/extensions/utils/characters-construct.d.ts @@ -1,6 +1,6 @@ import type { Code, Effects, State } from "micromark-util-types"; declare function charactersConstruct(characters: Array boolean)>): { partial: boolean; - tokenize: (effects: Effects, ok: State, nok: State) => (code: Code) => any | undefined; + tokenize: (effects: Effects, ok: State, nok: State) => (code: Code) => /*elided*/ any | undefined; }; export default charactersConstruct; diff --git a/dist/extensions/utils/factory-characters.d.ts b/dist/extensions/utils/factory-characters.d.ts index dc4c415..9ea2c35 100644 --- a/dist/extensions/utils/factory-characters.d.ts +++ b/dist/extensions/utils/factory-characters.d.ts @@ -1,3 +1,3 @@ import type { Code, Effects, State } from "micromark-util-types"; -declare function factoryCharacters(effects: Effects, ok: State, nok: State): (characters: Array boolean)>) => (code: Code) => any | undefined; +declare function factoryCharacters(effects: Effects, ok: State, nok: State): (characters: Array boolean)>) => (code: Code) => /*elided*/ any | undefined; export default factoryCharacters; diff --git a/package.json b/package.json index c2796b0..4b2657a 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tsc-alias": "^1.8.10", - "typescript": "^5.6.3" + "typescript": "^5.7.2" }, "packageManager": "yarn@4.0.1" } diff --git a/yarn.lock b/yarn.lock index 3e23c21..e7474d4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -840,7 +840,7 @@ __metadata: ts-jest: "npm:^29.2.5" ts-node: "npm:^10.9.2" tsc-alias: "npm:^1.8.10" - typescript: "npm:^5.6.3" + typescript: "npm:^5.7.2" unified: "npm:^11.0.5" languageName: unknown linkType: soft @@ -6741,23 +6741,23 @@ __metadata: languageName: node linkType: hard -"typescript@npm:^5.4.5, typescript@npm:^5.6.3": - version: 5.6.3 - resolution: "typescript@npm:5.6.3" +"typescript@npm:^5.4.5, typescript@npm:^5.7.2": + version: 5.7.2 + resolution: "typescript@npm:5.7.2" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 44f61d3fb15c35359bc60399cb8127c30bae554cd555b8e2b46d68fa79d680354b83320ad419ff1b81a0bdf324197b29affe6cc28988cd6a74d4ac60c94f9799 + checksum: a873118b5201b2ef332127ef5c63fb9d9c155e6fdbe211cbd9d8e65877283797cca76546bad742eea36ed7efbe3424a30376818f79c7318512064e8625d61622 languageName: node linkType: hard -"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin, typescript@patch:typescript@npm%3A^5.6.3#optional!builtin": - version: 5.6.3 - resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin::version=5.6.3&hash=29ae49" +"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin, typescript@patch:typescript@npm%3A^5.7.2#optional!builtin": + version: 5.7.2 + resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin::version=5.7.2&hash=29ae49" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: ac8307bb06bbfd08ae7137da740769b7d8c3ee5943188743bb622c621f8ad61d244767480f90fbd840277fbf152d8932aa20c33f867dea1bb5e79b187ca1a92f + checksum: c891ccf04008bc1305ba34053db951f8a4584b4a1bf2f68fd972c4a354df3dc5e62c8bfed4f6ac2d12e5b3b1c49af312c83a651048f818cd5b4949d17baacd79 languageName: node linkType: hard