mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
⬆️ Bump typescript from 5.6.2 to 5.6.3 (#1827)
⬆️ Bump typescript from 5.6.2 to 5.6.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.6.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.2...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f373883f64
commit
18c8b9abe5
@ -47,7 +47,7 @@
|
||||
"react-dom": "^18.3.1",
|
||||
"react-hot-toast": "^2.4.1",
|
||||
"react-test-renderer": "^18.3.1",
|
||||
"typescript": "^5.6.2"
|
||||
"typescript": "^5.6.3"
|
||||
},
|
||||
"author": {
|
||||
"name": "carloscuesta",
|
||||
|
||||
114
pnpm-lock.yaml
generated
114
pnpm-lock.yaml
generated
@ -37,7 +37,7 @@ importers:
|
||||
version: 3.3.3
|
||||
unbuild:
|
||||
specifier: ^2.0.0
|
||||
version: 2.0.0(typescript@5.6.2)
|
||||
version: 2.0.0(typescript@5.6.3)
|
||||
|
||||
packages/website:
|
||||
devDependencies:
|
||||
@ -55,10 +55,10 @@ importers:
|
||||
version: 18.3.0
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: ^8.4.0
|
||||
version: 8.4.0(@typescript-eslint/parser@8.12.2)(eslint@8.57.0)(typescript@5.6.2)
|
||||
version: 8.4.0(@typescript-eslint/parser@8.12.2)(eslint@8.57.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/parser':
|
||||
specifier: ^8.12.2
|
||||
version: 8.12.2(eslint@8.57.0)(typescript@5.6.2)
|
||||
version: 8.12.2(eslint@8.57.0)(typescript@5.6.3)
|
||||
'@vercel/analytics':
|
||||
specifier: ^1.3.1
|
||||
version: 1.3.1(next@14.2.13)(react@18.3.1)
|
||||
@ -70,7 +70,7 @@ importers:
|
||||
version: 8.57.0
|
||||
eslint-config-next:
|
||||
specifier: ^14.2.14
|
||||
version: 14.2.14(eslint@8.57.0)(typescript@5.6.2)
|
||||
version: 14.2.14(eslint@8.57.0)(typescript@5.6.3)
|
||||
eslint-config-prettier:
|
||||
specifier: ^9.1.0
|
||||
version: 9.1.0(eslint@8.57.0)
|
||||
@ -85,7 +85,7 @@ importers:
|
||||
version: 2.31.0(@typescript-eslint/parser@8.12.2)(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.0)
|
||||
eslint-plugin-jest:
|
||||
specifier: ^28.8.1
|
||||
version: 28.8.1(@typescript-eslint/eslint-plugin@8.4.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.6.2)
|
||||
version: 28.8.1(@typescript-eslint/eslint-plugin@8.4.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.6.3)
|
||||
eslint-plugin-react:
|
||||
specifier: ^7.37.1
|
||||
version: 7.37.1(eslint@8.57.0)
|
||||
@ -141,8 +141,8 @@ importers:
|
||||
specifier: ^18.3.1
|
||||
version: 18.3.1(react@18.3.1)
|
||||
typescript:
|
||||
specifier: ^5.6.2
|
||||
version: 5.6.2
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
|
||||
packages:
|
||||
|
||||
@ -2616,7 +2616,7 @@ packages:
|
||||
'@types/yargs-parser': 21.0.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin@8.4.0(@typescript-eslint/parser@8.12.2)(eslint@8.57.0)(typescript@5.6.2):
|
||||
/@typescript-eslint/eslint-plugin@8.4.0(@typescript-eslint/parser@8.12.2)(eslint@8.57.0)(typescript@5.6.3):
|
||||
resolution: {integrity: sha512-rg8LGdv7ri3oAlenMACk9e+AR4wUV0yrrG+XKsGKOK0EVgeEDqurkXMPILG2836fW4ibokTB5v4b6Z9+GYQDEw==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
@ -2628,22 +2628,22 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.10.0
|
||||
'@typescript-eslint/parser': 8.12.2(eslint@8.57.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/parser': 8.12.2(eslint@8.57.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/scope-manager': 8.4.0
|
||||
'@typescript-eslint/type-utils': 8.4.0(eslint@8.57.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/utils': 8.4.0(eslint@8.57.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/type-utils': 8.4.0(eslint@8.57.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/utils': 8.4.0(eslint@8.57.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/visitor-keys': 8.4.0
|
||||
eslint: 8.57.0
|
||||
graphemer: 1.4.0
|
||||
ignore: 5.3.1
|
||||
natural-compare: 1.4.0
|
||||
ts-api-utils: 1.3.0(typescript@5.6.2)
|
||||
typescript: 5.6.2
|
||||
ts-api-utils: 1.3.0(typescript@5.6.3)
|
||||
typescript: 5.6.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser@8.12.2(eslint@8.57.0)(typescript@5.6.2):
|
||||
/@typescript-eslint/parser@8.12.2(eslint@8.57.0)(typescript@5.6.3):
|
||||
resolution: {integrity: sha512-MrvlXNfGPLH3Z+r7Tk+Z5moZAc0dzdVjTgUgwsdGweH7lydysQsnSww3nAmsq8blFuRD5VRlAr9YdEFw3e6PBw==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
@ -2655,11 +2655,11 @@ packages:
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 8.12.2
|
||||
'@typescript-eslint/types': 8.12.2
|
||||
'@typescript-eslint/typescript-estree': 8.12.2(typescript@5.6.2)
|
||||
'@typescript-eslint/typescript-estree': 8.12.2(typescript@5.6.3)
|
||||
'@typescript-eslint/visitor-keys': 8.12.2
|
||||
debug: 4.3.7(supports-color@5.5.0)
|
||||
eslint: 8.57.0
|
||||
typescript: 5.6.2
|
||||
typescript: 5.6.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@ -2688,7 +2688,7 @@ packages:
|
||||
'@typescript-eslint/visitor-keys': 8.4.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils@8.4.0(eslint@8.57.0)(typescript@5.6.2):
|
||||
/@typescript-eslint/type-utils@8.4.0(eslint@8.57.0)(typescript@5.6.3):
|
||||
resolution: {integrity: sha512-pu2PAmNrl9KX6TtirVOrbLPLwDmASpZhK/XU7WvoKoCUkdtq9zF7qQ7gna0GBZFN0hci0vHaSusiL2WpsQk37A==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
@ -2697,11 +2697,11 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 8.4.0(typescript@5.6.2)
|
||||
'@typescript-eslint/utils': 8.4.0(eslint@8.57.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/typescript-estree': 8.4.0(typescript@5.6.3)
|
||||
'@typescript-eslint/utils': 8.4.0(eslint@8.57.0)(typescript@5.6.3)
|
||||
debug: 4.3.7(supports-color@5.5.0)
|
||||
ts-api-utils: 1.3.0(typescript@5.6.2)
|
||||
typescript: 5.6.2
|
||||
ts-api-utils: 1.3.0(typescript@5.6.3)
|
||||
typescript: 5.6.3
|
||||
transitivePeerDependencies:
|
||||
- eslint
|
||||
- supports-color
|
||||
@ -2722,7 +2722,7 @@ packages:
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree@8.0.0(typescript@5.6.2):
|
||||
/@typescript-eslint/typescript-estree@8.0.0(typescript@5.6.3):
|
||||
resolution: {integrity: sha512-5b97WpKMX+Y43YKi4zVcCVLtK5F98dFls3Oxui8LbnmRsseKenbbDinmvxrWegKDMmlkIq/XHuyy0UGLtpCDKg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
@ -2738,13 +2738,13 @@ packages:
|
||||
is-glob: 4.0.3
|
||||
minimatch: 9.0.4
|
||||
semver: 7.6.3
|
||||
ts-api-utils: 1.3.0(typescript@5.6.2)
|
||||
typescript: 5.6.2
|
||||
ts-api-utils: 1.3.0(typescript@5.6.3)
|
||||
typescript: 5.6.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree@8.12.2(typescript@5.6.2):
|
||||
/@typescript-eslint/typescript-estree@8.12.2(typescript@5.6.3):
|
||||
resolution: {integrity: sha512-mME5MDwGe30Pq9zKPvyduyU86PH7aixwqYR2grTglAdB+AN8xXQ1vFGpYaUSJ5o5P/5znsSBeNcs5g5/2aQwow==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
@ -2760,13 +2760,13 @@ packages:
|
||||
is-glob: 4.0.3
|
||||
minimatch: 9.0.4
|
||||
semver: 7.6.3
|
||||
ts-api-utils: 1.3.0(typescript@5.6.2)
|
||||
typescript: 5.6.2
|
||||
ts-api-utils: 1.3.0(typescript@5.6.3)
|
||||
typescript: 5.6.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree@8.4.0(typescript@5.6.2):
|
||||
/@typescript-eslint/typescript-estree@8.4.0(typescript@5.6.3):
|
||||
resolution: {integrity: sha512-kJ2OIP4dQw5gdI4uXsaxUZHRwWAGpREJ9Zq6D5L0BweyOrWsL6Sz0YcAZGWhvKnH7fm1J5YFE1JrQL0c9dd53A==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
@ -2782,13 +2782,13 @@ packages:
|
||||
is-glob: 4.0.3
|
||||
minimatch: 9.0.4
|
||||
semver: 7.6.3
|
||||
ts-api-utils: 1.3.0(typescript@5.6.2)
|
||||
typescript: 5.6.2
|
||||
ts-api-utils: 1.3.0(typescript@5.6.3)
|
||||
typescript: 5.6.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils@8.0.0(eslint@8.57.0)(typescript@5.6.2):
|
||||
/@typescript-eslint/utils@8.0.0(eslint@8.57.0)(typescript@5.6.3):
|
||||
resolution: {integrity: sha512-k/oS/A/3QeGLRvOWCg6/9rATJL5rec7/5s1YmdS0ZU6LHveJyGFwBvLhSRBv6i9xaj7etmosp+l+ViN1I9Aj/Q==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
@ -2797,14 +2797,14 @@ packages:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
|
||||
'@typescript-eslint/scope-manager': 8.0.0
|
||||
'@typescript-eslint/types': 8.0.0
|
||||
'@typescript-eslint/typescript-estree': 8.0.0(typescript@5.6.2)
|
||||
'@typescript-eslint/typescript-estree': 8.0.0(typescript@5.6.3)
|
||||
eslint: 8.57.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils@8.4.0(eslint@8.57.0)(typescript@5.6.2):
|
||||
/@typescript-eslint/utils@8.4.0(eslint@8.57.0)(typescript@5.6.3):
|
||||
resolution: {integrity: sha512-swULW8n1IKLjRAgciCkTCafyTHHfwVQFt8DovmaF69sKbOxTSFMmIZaSHjqO9i/RV0wIblaawhzvtva8Nmm7lQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
@ -2813,7 +2813,7 @@ packages:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
|
||||
'@typescript-eslint/scope-manager': 8.4.0
|
||||
'@typescript-eslint/types': 8.4.0
|
||||
'@typescript-eslint/typescript-estree': 8.4.0(typescript@5.6.2)
|
||||
'@typescript-eslint/typescript-estree': 8.4.0(typescript@5.6.3)
|
||||
eslint: 8.57.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@ -4236,7 +4236,7 @@ packages:
|
||||
source-map: 0.6.1
|
||||
dev: true
|
||||
|
||||
/eslint-config-next@14.2.14(eslint@8.57.0)(typescript@5.6.2):
|
||||
/eslint-config-next@14.2.14(eslint@8.57.0)(typescript@5.6.3):
|
||||
resolution: {integrity: sha512-TXwyjGICAlWC9O0OufS3koTsBKQH8l1xt3SY/aDuvtKHIwjTHplJKWVb1WOEX0OsDaxGbFXmfD2EY1sNfG0Y/w==}
|
||||
peerDependencies:
|
||||
eslint: ^7.23.0 || ^8.0.0
|
||||
@ -4247,8 +4247,8 @@ packages:
|
||||
dependencies:
|
||||
'@next/eslint-plugin-next': 14.2.14
|
||||
'@rushstack/eslint-patch': 1.5.1
|
||||
'@typescript-eslint/eslint-plugin': 8.4.0(@typescript-eslint/parser@8.12.2)(eslint@8.57.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/parser': 8.12.2(eslint@8.57.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/eslint-plugin': 8.4.0(@typescript-eslint/parser@8.12.2)(eslint@8.57.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/parser': 8.12.2(eslint@8.57.0)(typescript@5.6.3)
|
||||
eslint: 8.57.0
|
||||
eslint-import-resolver-node: 0.3.9
|
||||
eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.12.2)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@8.57.0)
|
||||
@ -4256,7 +4256,7 @@ packages:
|
||||
eslint-plugin-jsx-a11y: 6.7.1(eslint@8.57.0)
|
||||
eslint-plugin-react: 7.37.1(eslint@8.57.0)
|
||||
eslint-plugin-react-hooks: 5.0.0-canary-7118f5dd7-20230705(eslint@8.57.0)
|
||||
typescript: 5.6.2
|
||||
typescript: 5.6.3
|
||||
transitivePeerDependencies:
|
||||
- eslint-import-resolver-webpack
|
||||
- eslint-plugin-import-x
|
||||
@ -4372,7 +4372,7 @@ packages:
|
||||
eslint-import-resolver-webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 8.12.2(eslint@8.57.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/parser': 8.12.2(eslint@8.57.0)(typescript@5.6.3)
|
||||
debug: 3.2.7
|
||||
eslint: 8.57.0
|
||||
eslint-import-resolver-node: 0.3.9
|
||||
@ -4402,7 +4402,7 @@ packages:
|
||||
eslint-import-resolver-webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 8.12.2(eslint@8.57.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/parser': 8.12.2(eslint@8.57.0)(typescript@5.6.3)
|
||||
debug: 3.2.7
|
||||
eslint: 8.57.0
|
||||
eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.12.2)(eslint-plugin-import@2.31.0)(eslint@8.57.0)
|
||||
@ -4431,7 +4431,7 @@ packages:
|
||||
eslint-import-resolver-webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 8.12.2(eslint@8.57.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/parser': 8.12.2(eslint@8.57.0)(typescript@5.6.3)
|
||||
debug: 3.2.7
|
||||
eslint: 8.57.0
|
||||
eslint-import-resolver-node: 0.3.9
|
||||
@ -4451,7 +4451,7 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@rtsao/scc': 1.1.0
|
||||
'@typescript-eslint/parser': 8.12.2(eslint@8.57.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/parser': 8.12.2(eslint@8.57.0)(typescript@5.6.3)
|
||||
array-includes: 3.1.8
|
||||
array.prototype.findlastindex: 1.2.5
|
||||
array.prototype.flat: 1.3.2
|
||||
@ -4477,7 +4477,7 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-jest@28.8.1(@typescript-eslint/eslint-plugin@8.4.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.6.2):
|
||||
/eslint-plugin-jest@28.8.1(@typescript-eslint/eslint-plugin@8.4.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.6.3):
|
||||
resolution: {integrity: sha512-G46XMyYu6PtSNJUkQ0hsPjzXYpzq/O4vpCciMizTKRJG8kNsRreGoMRDG6H9FIB/xVgfFuclVnuX4XRvFUzrZQ==}
|
||||
engines: {node: ^16.10.0 || ^18.12.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
@ -4490,8 +4490,8 @@ packages:
|
||||
jest:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 8.4.0(@typescript-eslint/parser@8.12.2)(eslint@8.57.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/utils': 8.0.0(eslint@8.57.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/eslint-plugin': 8.4.0(@typescript-eslint/parser@8.12.2)(eslint@8.57.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/utils': 8.0.0(eslint@8.57.0)(typescript@5.6.3)
|
||||
eslint: 8.57.0
|
||||
jest: 29.7.0
|
||||
transitivePeerDependencies:
|
||||
@ -6544,7 +6544,7 @@ packages:
|
||||
engines: {node: '>=16 || 14 >=14.17'}
|
||||
dev: true
|
||||
|
||||
/mkdist@1.3.0(typescript@5.6.2):
|
||||
/mkdist@1.3.0(typescript@5.6.3):
|
||||
resolution: {integrity: sha512-ZQrUvcL7LkRdzMREpDyg9AT18N9Tl5jc2qeKAUeEw0KGsgykbHbuRvysGAzTuGtwuSg0WQyNit5jh/k+Er3JEg==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@ -6565,7 +6565,7 @@ packages:
|
||||
mlly: 1.4.1
|
||||
mri: 1.2.0
|
||||
pathe: 1.1.1
|
||||
typescript: 5.6.2
|
||||
typescript: 5.6.3
|
||||
dev: true
|
||||
|
||||
/mlly@1.4.1:
|
||||
@ -7391,7 +7391,7 @@ packages:
|
||||
glob: 7.2.3
|
||||
dev: true
|
||||
|
||||
/rollup-plugin-dts@6.0.1(rollup@3.28.1)(typescript@5.6.2):
|
||||
/rollup-plugin-dts@6.0.1(rollup@3.28.1)(typescript@5.6.3):
|
||||
resolution: {integrity: sha512-XJbCldVrp4TLc2Hg4DfrRiJgzJ73uhZB0sPSDizgdlrhSJ1bsIkkRMkwRKNQYgkbfMz4CHLdbnFKVivHE0vsPA==}
|
||||
engines: {node: '>=16'}
|
||||
peerDependencies:
|
||||
@ -7400,7 +7400,7 @@ packages:
|
||||
dependencies:
|
||||
magic-string: 0.30.3
|
||||
rollup: 3.28.1
|
||||
typescript: 5.6.2
|
||||
typescript: 5.6.3
|
||||
optionalDependencies:
|
||||
'@babel/code-frame': 7.22.13
|
||||
dev: true
|
||||
@ -8022,13 +8022,13 @@ packages:
|
||||
punycode: 2.3.0
|
||||
dev: true
|
||||
|
||||
/ts-api-utils@1.3.0(typescript@5.6.2):
|
||||
/ts-api-utils@1.3.0(typescript@5.6.3):
|
||||
resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==}
|
||||
engines: {node: '>=16'}
|
||||
peerDependencies:
|
||||
typescript: '>=4.2.0'
|
||||
dependencies:
|
||||
typescript: 5.6.2
|
||||
typescript: 5.6.3
|
||||
dev: true
|
||||
|
||||
/tsconfig-paths@3.15.0:
|
||||
@ -8190,8 +8190,8 @@ packages:
|
||||
possible-typed-array-names: 1.0.0
|
||||
dev: true
|
||||
|
||||
/typescript@5.6.2:
|
||||
resolution: {integrity: sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==}
|
||||
/typescript@5.6.3:
|
||||
resolution: {integrity: sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==}
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
@ -8209,7 +8209,7 @@ packages:
|
||||
which-boxed-primitive: 1.0.2
|
||||
dev: true
|
||||
|
||||
/unbuild@2.0.0(typescript@5.6.2):
|
||||
/unbuild@2.0.0(typescript@5.6.3):
|
||||
resolution: {integrity: sha512-JWCUYx3Oxdzvw2J9kTAp+DKE8df/BnH/JTSj6JyA4SH40ECdFu7FoJJcrm8G92B7TjofQ6GZGjJs50TRxoH6Wg==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@ -8233,15 +8233,15 @@ packages:
|
||||
hookable: 5.5.3
|
||||
jiti: 1.19.3
|
||||
magic-string: 0.30.3
|
||||
mkdist: 1.3.0(typescript@5.6.2)
|
||||
mkdist: 1.3.0(typescript@5.6.3)
|
||||
mlly: 1.4.1
|
||||
pathe: 1.1.1
|
||||
pkg-types: 1.0.3
|
||||
pretty-bytes: 6.1.1
|
||||
rollup: 3.28.1
|
||||
rollup-plugin-dts: 6.0.1(rollup@3.28.1)(typescript@5.6.2)
|
||||
rollup-plugin-dts: 6.0.1(rollup@3.28.1)(typescript@5.6.3)
|
||||
scule: 1.0.0
|
||||
typescript: 5.6.2
|
||||
typescript: 5.6.3
|
||||
untyped: 1.4.0
|
||||
transitivePeerDependencies:
|
||||
- sass
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user