fix(deps): update dependency typescript to v5.6.2
This commit is contained in:
parent
e8d992a0f4
commit
77e248f4a8
76
pnpm-lock.yaml
generated
76
pnpm-lock.yaml
generated
@ -10,19 +10,19 @@ importers:
|
||||
dependencies:
|
||||
'@astrojs/check':
|
||||
specifier: ^0.7.0
|
||||
version: 0.7.0(typescript@5.4.5)
|
||||
version: 0.7.0(typescript@5.6.2)
|
||||
'@astrojs/cloudflare':
|
||||
specifier: ^11.0.1
|
||||
version: 11.0.5(astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.4.5))
|
||||
version: 11.0.5(astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.6.2))
|
||||
'@astrojs/markdoc':
|
||||
specifier: ^0.11.0
|
||||
version: 0.11.4(astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.4.5))
|
||||
version: 0.11.4(astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.6.2))
|
||||
'@astrojs/node':
|
||||
specifier: ^8.3.2
|
||||
version: 8.3.2(astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.4.5))
|
||||
version: 8.3.2(astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.6.2))
|
||||
'@astrojs/tailwind':
|
||||
specifier: ^5.1.0
|
||||
version: 5.1.1(astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.4.5))(tailwindcss@3.4.12)
|
||||
version: 5.1.1(astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.6.2))(tailwindcss@3.4.12)
|
||||
'@fontsource/open-sans':
|
||||
specifier: ^5.0.28
|
||||
version: 5.1.0
|
||||
@ -40,7 +40,7 @@ importers:
|
||||
version: 0.5.15(tailwindcss@3.4.12)
|
||||
astro:
|
||||
specifier: ^4.10.3
|
||||
version: 4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.4.5)
|
||||
version: 4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.6.2)
|
||||
rehype-autolink-headings:
|
||||
specifier: ^7.1.0
|
||||
version: 7.1.0
|
||||
@ -52,7 +52,7 @@ importers:
|
||||
version: 3.4.12
|
||||
typescript:
|
||||
specifier: ^5.4.5
|
||||
version: 5.4.5
|
||||
version: 5.6.2
|
||||
devDependencies:
|
||||
marked:
|
||||
specifier: ^14.1.2
|
||||
@ -2372,8 +2372,8 @@ packages:
|
||||
typescript-auto-import-cache@0.3.2:
|
||||
resolution: {integrity: sha512-+laqe5SFL1vN62FPOOJSUDTZxtgsoOXjneYOXIpx5rQ4UMiN89NAtJLpqLqyebv9fgQ/IMeeTX+mQyRnwvJzvg==}
|
||||
|
||||
typescript@5.4.5:
|
||||
resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==}
|
||||
typescript@5.6.2:
|
||||
resolution: {integrity: sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==}
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
|
||||
@ -2674,25 +2674,25 @@ snapshots:
|
||||
'@jridgewell/gen-mapping': 0.3.5
|
||||
'@jridgewell/trace-mapping': 0.3.25
|
||||
|
||||
'@astrojs/check@0.7.0(typescript@5.4.5)':
|
||||
'@astrojs/check@0.7.0(typescript@5.6.2)':
|
||||
dependencies:
|
||||
'@astrojs/language-server': 2.10.0(typescript@5.4.5)
|
||||
'@astrojs/language-server': 2.10.0(typescript@5.6.2)
|
||||
chokidar: 3.6.0
|
||||
fast-glob: 3.3.2
|
||||
kleur: 4.1.5
|
||||
typescript: 5.4.5
|
||||
typescript: 5.6.2
|
||||
yargs: 17.7.2
|
||||
transitivePeerDependencies:
|
||||
- prettier
|
||||
- prettier-plugin-astro
|
||||
|
||||
'@astrojs/cloudflare@11.0.5(astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.4.5))':
|
||||
'@astrojs/cloudflare@11.0.5(astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.6.2))':
|
||||
dependencies:
|
||||
'@astrojs/internal-helpers': 0.4.1
|
||||
'@astrojs/underscore-redirects': 0.3.4
|
||||
'@cloudflare/workers-types': 4.20240919.0
|
||||
'@inox-tools/astro-when': 0.2.3(astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.4.5))
|
||||
astro: 4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.4.5)
|
||||
'@inox-tools/astro-when': 0.2.3(astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.6.2))
|
||||
astro: 4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.6.2)
|
||||
esbuild: 0.21.5
|
||||
estree-walker: 3.0.3
|
||||
magic-string: 0.30.11
|
||||
@ -2710,11 +2710,11 @@ snapshots:
|
||||
|
||||
'@astrojs/internal-helpers@0.4.1': {}
|
||||
|
||||
'@astrojs/language-server@2.10.0(typescript@5.4.5)':
|
||||
'@astrojs/language-server@2.10.0(typescript@5.6.2)':
|
||||
dependencies:
|
||||
'@astrojs/compiler': 2.8.0
|
||||
'@jridgewell/sourcemap-codec': 1.5.0
|
||||
'@volar/kit': 2.2.5(typescript@5.4.5)
|
||||
'@volar/kit': 2.2.5(typescript@5.6.2)
|
||||
'@volar/language-core': 2.2.5
|
||||
'@volar/language-server': 2.2.5
|
||||
'@volar/language-service': 2.2.5
|
||||
@ -2731,13 +2731,13 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- typescript
|
||||
|
||||
'@astrojs/markdoc@0.11.4(astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.4.5))':
|
||||
'@astrojs/markdoc@0.11.4(astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.6.2))':
|
||||
dependencies:
|
||||
'@astrojs/internal-helpers': 0.4.1
|
||||
'@astrojs/markdown-remark': 5.2.0
|
||||
'@astrojs/prism': 3.1.0
|
||||
'@markdoc/markdoc': 0.4.0
|
||||
astro: 4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.4.5)
|
||||
astro: 4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.6.2)
|
||||
esbuild: 0.21.5
|
||||
github-slugger: 2.0.0
|
||||
gray-matter: 4.0.3
|
||||
@ -2770,9 +2770,9 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@astrojs/node@8.3.2(astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.4.5))':
|
||||
'@astrojs/node@8.3.2(astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.6.2))':
|
||||
dependencies:
|
||||
astro: 4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.4.5)
|
||||
astro: 4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.6.2)
|
||||
send: 0.18.0
|
||||
server-destroy: 1.0.1
|
||||
transitivePeerDependencies:
|
||||
@ -2782,9 +2782,9 @@ snapshots:
|
||||
dependencies:
|
||||
prismjs: 1.29.0
|
||||
|
||||
'@astrojs/tailwind@5.1.1(astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.4.5))(tailwindcss@3.4.12)':
|
||||
'@astrojs/tailwind@5.1.1(astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.6.2))(tailwindcss@3.4.12)':
|
||||
dependencies:
|
||||
astro: 4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.4.5)
|
||||
astro: 4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.6.2)
|
||||
autoprefixer: 10.4.20(postcss@8.4.47)
|
||||
postcss: 8.4.47
|
||||
postcss-load-config: 4.0.2(postcss@8.4.47)
|
||||
@ -3224,10 +3224,10 @@ snapshots:
|
||||
'@img/sharp-win32-x64@0.33.5':
|
||||
optional: true
|
||||
|
||||
'@inox-tools/astro-when@0.2.3(astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.4.5))':
|
||||
'@inox-tools/astro-when@0.2.3(astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.6.2))':
|
||||
dependencies:
|
||||
astro: 4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.4.5)
|
||||
astro-integration-kit: 0.16.1(astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.4.5))
|
||||
astro: 4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.6.2)
|
||||
astro-integration-kit: 0.16.1(astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.6.2))
|
||||
debug: 4.3.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@ -3462,12 +3462,12 @@ snapshots:
|
||||
|
||||
'@ungap/structured-clone@1.2.0': {}
|
||||
|
||||
'@volar/kit@2.2.5(typescript@5.4.5)':
|
||||
'@volar/kit@2.2.5(typescript@5.6.2)':
|
||||
dependencies:
|
||||
'@volar/language-service': 2.2.5
|
||||
'@volar/typescript': 2.2.5
|
||||
typesafe-path: 0.2.2
|
||||
typescript: 5.4.5
|
||||
typescript: 5.6.2
|
||||
vscode-languageserver-textdocument: 1.0.11
|
||||
vscode-uri: 3.0.8
|
||||
|
||||
@ -3573,13 +3573,13 @@ snapshots:
|
||||
dependencies:
|
||||
tslib: 2.7.0
|
||||
|
||||
astro-integration-kit@0.16.1(astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.4.5)):
|
||||
astro-integration-kit@0.16.1(astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.6.2)):
|
||||
dependencies:
|
||||
astro: 4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.4.5)
|
||||
astro: 4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.6.2)
|
||||
pathe: 1.1.2
|
||||
recast: 0.23.9
|
||||
|
||||
astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.4.5):
|
||||
astro@4.15.8(@types/node@22.5.5)(rollup@4.22.4)(typescript@5.6.2):
|
||||
dependencies:
|
||||
'@astrojs/compiler': 2.10.3
|
||||
'@astrojs/internal-helpers': 0.4.1
|
||||
@ -3635,7 +3635,7 @@ snapshots:
|
||||
string-width: 7.2.0
|
||||
strip-ansi: 7.1.0
|
||||
tinyexec: 0.3.0
|
||||
tsconfck: 3.1.3(typescript@5.4.5)
|
||||
tsconfck: 3.1.3(typescript@5.6.2)
|
||||
unist-util-visit: 5.0.0
|
||||
vfile: 6.0.3
|
||||
vite: 5.4.7(@types/node@22.5.5)
|
||||
@ -3645,7 +3645,7 @@ snapshots:
|
||||
yargs-parser: 21.1.1
|
||||
zod: 3.23.8
|
||||
zod-to-json-schema: 3.23.3(zod@3.23.8)
|
||||
zod-to-ts: 1.2.0(typescript@5.4.5)(zod@3.23.8)
|
||||
zod-to-ts: 1.2.0(typescript@5.6.2)(zod@3.23.8)
|
||||
optionalDependencies:
|
||||
sharp: 0.33.5
|
||||
transitivePeerDependencies:
|
||||
@ -5264,9 +5264,9 @@ snapshots:
|
||||
|
||||
ts-interface-checker@0.1.13: {}
|
||||
|
||||
tsconfck@3.1.3(typescript@5.4.5):
|
||||
tsconfck@3.1.3(typescript@5.6.2):
|
||||
optionalDependencies:
|
||||
typescript: 5.4.5
|
||||
typescript: 5.6.2
|
||||
|
||||
tslib@2.7.0: {}
|
||||
|
||||
@ -5278,7 +5278,7 @@ snapshots:
|
||||
dependencies:
|
||||
semver: 7.6.3
|
||||
|
||||
typescript@5.4.5: {}
|
||||
typescript@5.6.2: {}
|
||||
|
||||
ufo@1.5.4: {}
|
||||
|
||||
@ -5566,9 +5566,9 @@ snapshots:
|
||||
dependencies:
|
||||
zod: 3.23.8
|
||||
|
||||
zod-to-ts@1.2.0(typescript@5.4.5)(zod@3.23.8):
|
||||
zod-to-ts@1.2.0(typescript@5.6.2)(zod@3.23.8):
|
||||
dependencies:
|
||||
typescript: 5.4.5
|
||||
typescript: 5.6.2
|
||||
zod: 3.23.8
|
||||
|
||||
zod@3.23.8: {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user