mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
⬆️ Bump typescript from 5.2.2 to 5.3.2 (#1639)
This commit is contained in:
parent
bd5a934b79
commit
aac7f77b4e
@ -47,7 +47,7 @@
|
||||
"react-dom": "^18.2.0",
|
||||
"react-hot-toast": "^2.4.1",
|
||||
"react-test-renderer": "^18.2.0",
|
||||
"typescript": "^5.2.2"
|
||||
"typescript": "^5.3.2"
|
||||
},
|
||||
"author": {
|
||||
"name": "carloscuesta",
|
||||
|
||||
106
pnpm-lock.yaml
generated
106
pnpm-lock.yaml
generated
@ -37,7 +37,7 @@ importers:
|
||||
version: 3.1.0
|
||||
unbuild:
|
||||
specifier: ^2.0.0
|
||||
version: 2.0.0(typescript@5.2.2)
|
||||
version: 2.0.0(typescript@5.3.2)
|
||||
|
||||
packages/website:
|
||||
devDependencies:
|
||||
@ -55,10 +55,10 @@ importers:
|
||||
version: 18.0.3
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: ^6.9.1
|
||||
version: 6.9.1(@typescript-eslint/parser@6.9.1)(eslint@8.48.0)(typescript@5.2.2)
|
||||
version: 6.9.1(@typescript-eslint/parser@6.9.1)(eslint@8.48.0)(typescript@5.3.2)
|
||||
'@typescript-eslint/parser':
|
||||
specifier: ^6.9.1
|
||||
version: 6.9.1(eslint@8.48.0)(typescript@5.2.2)
|
||||
version: 6.9.1(eslint@8.48.0)(typescript@5.3.2)
|
||||
'@vercel/analytics':
|
||||
specifier: ^1.1.1
|
||||
version: 1.1.1
|
||||
@ -70,7 +70,7 @@ importers:
|
||||
version: 8.48.0
|
||||
eslint-config-next:
|
||||
specifier: ^14.0.1
|
||||
version: 14.0.1(eslint@8.48.0)(typescript@5.2.2)
|
||||
version: 14.0.1(eslint@8.48.0)(typescript@5.3.2)
|
||||
eslint-config-prettier:
|
||||
specifier: ^9.0.0
|
||||
version: 9.0.0(eslint@8.48.0)
|
||||
@ -85,7 +85,7 @@ importers:
|
||||
version: 2.29.0(@typescript-eslint/parser@6.9.1)(eslint-import-resolver-typescript@3.6.1)(eslint@8.48.0)
|
||||
eslint-plugin-jest:
|
||||
specifier: ^27.6.0
|
||||
version: 27.6.0(@typescript-eslint/eslint-plugin@6.9.1)(eslint@8.48.0)(jest@29.7.0)(typescript@5.2.2)
|
||||
version: 27.6.0(@typescript-eslint/eslint-plugin@6.9.1)(eslint@8.48.0)(jest@29.7.0)(typescript@5.3.2)
|
||||
eslint-plugin-react:
|
||||
specifier: ^7.33.2
|
||||
version: 7.33.2(eslint@8.48.0)
|
||||
@ -141,8 +141,8 @@ importers:
|
||||
specifier: ^18.2.0
|
||||
version: 18.2.0(react@18.2.0)
|
||||
typescript:
|
||||
specifier: ^5.2.2
|
||||
version: 5.2.2
|
||||
specifier: ^5.3.2
|
||||
version: 5.3.2
|
||||
|
||||
packages:
|
||||
|
||||
@ -2627,7 +2627,7 @@ packages:
|
||||
'@types/yargs-parser': 21.0.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin@6.9.1(@typescript-eslint/parser@6.9.1)(eslint@8.48.0)(typescript@5.2.2):
|
||||
/@typescript-eslint/eslint-plugin@6.9.1(@typescript-eslint/parser@6.9.1)(eslint@8.48.0)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-w0tiiRc9I4S5XSXXrMHOWgHgxbrBn1Ro+PmiYhSg2ZVdxrAJtQgzU5o2m1BfP6UOn7Vxcc6152vFjQfmZR4xEg==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
@ -2639,10 +2639,10 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.6.2
|
||||
'@typescript-eslint/parser': 6.9.1(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/parser': 6.9.1(eslint@8.48.0)(typescript@5.3.2)
|
||||
'@typescript-eslint/scope-manager': 6.9.1
|
||||
'@typescript-eslint/type-utils': 6.9.1(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 6.9.1(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/type-utils': 6.9.1(eslint@8.48.0)(typescript@5.3.2)
|
||||
'@typescript-eslint/utils': 6.9.1(eslint@8.48.0)(typescript@5.3.2)
|
||||
'@typescript-eslint/visitor-keys': 6.9.1
|
||||
debug: 4.3.4
|
||||
eslint: 8.48.0
|
||||
@ -2650,13 +2650,13 @@ packages:
|
||||
ignore: 5.2.4
|
||||
natural-compare: 1.4.0
|
||||
semver: 7.5.4
|
||||
ts-api-utils: 1.0.1(typescript@5.2.2)
|
||||
typescript: 5.2.2
|
||||
ts-api-utils: 1.0.1(typescript@5.3.2)
|
||||
typescript: 5.3.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser@6.9.1(eslint@8.48.0)(typescript@5.2.2):
|
||||
/@typescript-eslint/parser@6.9.1(eslint@8.48.0)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-C7AK2wn43GSaCUZ9do6Ksgi2g3mwFkMO3Cis96kzmgudoVaKyt62yNzJOktP0HDLb/iO2O0n2lBOzJgr6Q/cyg==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
@ -2668,11 +2668,11 @@ packages:
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 6.9.1
|
||||
'@typescript-eslint/types': 6.9.1
|
||||
'@typescript-eslint/typescript-estree': 6.9.1(typescript@5.2.2)
|
||||
'@typescript-eslint/typescript-estree': 6.9.1(typescript@5.3.2)
|
||||
'@typescript-eslint/visitor-keys': 6.9.1
|
||||
debug: 4.3.4
|
||||
eslint: 8.48.0
|
||||
typescript: 5.2.2
|
||||
typescript: 5.3.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@ -2693,7 +2693,7 @@ packages:
|
||||
'@typescript-eslint/visitor-keys': 6.9.1
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils@6.9.1(eslint@8.48.0)(typescript@5.2.2):
|
||||
/@typescript-eslint/type-utils@6.9.1(eslint@8.48.0)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-eh2oHaUKCK58qIeYp19F5V5TbpM52680sB4zNSz29VBQPTWIlE/hCj5P5B1AChxECe/fmZlspAWFuRniep1Skg==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
@ -2703,12 +2703,12 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 6.9.1(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 6.9.1(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/typescript-estree': 6.9.1(typescript@5.3.2)
|
||||
'@typescript-eslint/utils': 6.9.1(eslint@8.48.0)(typescript@5.3.2)
|
||||
debug: 4.3.4
|
||||
eslint: 8.48.0
|
||||
ts-api-utils: 1.0.1(typescript@5.2.2)
|
||||
typescript: 5.2.2
|
||||
ts-api-utils: 1.0.1(typescript@5.3.2)
|
||||
typescript: 5.3.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@ -2723,7 +2723,7 @@ packages:
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree@5.60.1(typescript@5.2.2):
|
||||
/@typescript-eslint/typescript-estree@5.60.1(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
@ -2738,13 +2738,13 @@ packages:
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
semver: 7.5.4
|
||||
tsutils: 3.21.0(typescript@5.2.2)
|
||||
typescript: 5.2.2
|
||||
tsutils: 3.21.0(typescript@5.3.2)
|
||||
typescript: 5.3.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree@6.9.1(typescript@5.2.2):
|
||||
/@typescript-eslint/typescript-estree@6.9.1(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-U+mUylTHfcqeO7mLWVQ5W/tMLXqVpRv61wm9ZtfE5egz7gtnmqVIw9ryh0mgIlkKk9rZLY3UHygsBSdB9/ftyw==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
@ -2759,13 +2759,13 @@ packages:
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
semver: 7.5.4
|
||||
ts-api-utils: 1.0.1(typescript@5.2.2)
|
||||
typescript: 5.2.2
|
||||
ts-api-utils: 1.0.1(typescript@5.3.2)
|
||||
typescript: 5.3.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils@5.60.1(eslint@8.48.0)(typescript@5.2.2):
|
||||
/@typescript-eslint/utils@5.60.1(eslint@8.48.0)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-tiJ7FFdFQOWssFa3gqb94Ilexyw0JVxj6vBzaSpfN/8IhoKkDuSAenUKvsSHw2A/TMpJb26izIszTXaqygkvpQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
@ -2776,7 +2776,7 @@ packages:
|
||||
'@types/semver': 7.5.0
|
||||
'@typescript-eslint/scope-manager': 5.60.1
|
||||
'@typescript-eslint/types': 5.60.1
|
||||
'@typescript-eslint/typescript-estree': 5.60.1(typescript@5.2.2)
|
||||
'@typescript-eslint/typescript-estree': 5.60.1(typescript@5.3.2)
|
||||
eslint: 8.48.0
|
||||
eslint-scope: 5.1.1
|
||||
semver: 7.5.4
|
||||
@ -2785,7 +2785,7 @@ packages:
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils@6.9.1(eslint@8.48.0)(typescript@5.2.2):
|
||||
/@typescript-eslint/utils@6.9.1(eslint@8.48.0)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-L1T0A5nFdQrMVunpZgzqPL6y2wVreSyHhKGZryS6jrEN7bD9NplVAyMryUhXsQ4TWLnZmxc2ekar/lSGIlprCA==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
@ -2796,7 +2796,7 @@ packages:
|
||||
'@types/semver': 7.5.0
|
||||
'@typescript-eslint/scope-manager': 6.9.1
|
||||
'@typescript-eslint/types': 6.9.1
|
||||
'@typescript-eslint/typescript-estree': 6.9.1(typescript@5.2.2)
|
||||
'@typescript-eslint/typescript-estree': 6.9.1(typescript@5.3.2)
|
||||
eslint: 8.48.0
|
||||
semver: 7.5.4
|
||||
transitivePeerDependencies:
|
||||
@ -4114,7 +4114,7 @@ packages:
|
||||
source-map: 0.6.1
|
||||
dev: true
|
||||
|
||||
/eslint-config-next@14.0.1(eslint@8.48.0)(typescript@5.2.2):
|
||||
/eslint-config-next@14.0.1(eslint@8.48.0)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-QfIFK2WD39H4WOespjgf6PLv9Bpsd7KGGelCtmq4l67nGvnlsGpuvj0hIT+aIy6p5gKH+lAChYILsyDlxP52yg==}
|
||||
peerDependencies:
|
||||
eslint: ^7.23.0 || ^8.0.0
|
||||
@ -4125,7 +4125,7 @@ packages:
|
||||
dependencies:
|
||||
'@next/eslint-plugin-next': 14.0.1
|
||||
'@rushstack/eslint-patch': 1.5.1
|
||||
'@typescript-eslint/parser': 6.9.1(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/parser': 6.9.1(eslint@8.48.0)(typescript@5.3.2)
|
||||
eslint: 8.48.0
|
||||
eslint-import-resolver-node: 0.3.9
|
||||
eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.9.1)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.0)(eslint@8.48.0)
|
||||
@ -4133,7 +4133,7 @@ packages:
|
||||
eslint-plugin-jsx-a11y: 6.7.1(eslint@8.48.0)
|
||||
eslint-plugin-react: 7.33.2(eslint@8.48.0)
|
||||
eslint-plugin-react-hooks: 5.0.0-canary-7118f5dd7-20230705(eslint@8.48.0)
|
||||
typescript: 5.2.2
|
||||
typescript: 5.3.2
|
||||
transitivePeerDependencies:
|
||||
- eslint-import-resolver-webpack
|
||||
- supports-color
|
||||
@ -4211,7 +4211,7 @@ packages:
|
||||
eslint-import-resolver-webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 6.9.1(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/parser': 6.9.1(eslint@8.48.0)(typescript@5.3.2)
|
||||
debug: 3.2.7(supports-color@5.5.0)
|
||||
eslint: 8.48.0
|
||||
eslint-import-resolver-node: 0.3.9
|
||||
@ -4230,7 +4230,7 @@ packages:
|
||||
'@typescript-eslint/parser':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 6.9.1(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/parser': 6.9.1(eslint@8.48.0)(typescript@5.3.2)
|
||||
array-includes: 3.1.7
|
||||
array.prototype.findlastindex: 1.2.3
|
||||
array.prototype.flat: 1.3.2
|
||||
@ -4255,7 +4255,7 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-jest@27.6.0(@typescript-eslint/eslint-plugin@6.9.1)(eslint@8.48.0)(jest@29.7.0)(typescript@5.2.2):
|
||||
/eslint-plugin-jest@27.6.0(@typescript-eslint/eslint-plugin@6.9.1)(eslint@8.48.0)(jest@29.7.0)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-MTlusnnDMChbElsszJvrwD1dN3x6nZl//s4JD23BxB6MgR66TZlL064su24xEIS3VACfAoHV1vgyMgPw8nkdng==}
|
||||
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
@ -4268,8 +4268,8 @@ packages:
|
||||
jest:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 6.9.1(@typescript-eslint/parser@6.9.1)(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 5.60.1(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/eslint-plugin': 6.9.1(@typescript-eslint/parser@6.9.1)(eslint@8.48.0)(typescript@5.3.2)
|
||||
'@typescript-eslint/utils': 5.60.1(eslint@8.48.0)(typescript@5.3.2)
|
||||
eslint: 8.48.0
|
||||
jest: 29.7.0
|
||||
transitivePeerDependencies:
|
||||
@ -6270,7 +6270,7 @@ packages:
|
||||
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
|
||||
dev: true
|
||||
|
||||
/mkdist@1.3.0(typescript@5.2.2):
|
||||
/mkdist@1.3.0(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-ZQrUvcL7LkRdzMREpDyg9AT18N9Tl5jc2qeKAUeEw0KGsgykbHbuRvysGAzTuGtwuSg0WQyNit5jh/k+Er3JEg==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@ -6291,7 +6291,7 @@ packages:
|
||||
mlly: 1.4.1
|
||||
mri: 1.2.0
|
||||
pathe: 1.1.1
|
||||
typescript: 5.2.2
|
||||
typescript: 5.3.2
|
||||
dev: true
|
||||
|
||||
/mlly@1.4.1:
|
||||
@ -7107,7 +7107,7 @@ packages:
|
||||
glob: 7.2.3
|
||||
dev: true
|
||||
|
||||
/rollup-plugin-dts@6.0.1(rollup@3.28.1)(typescript@5.2.2):
|
||||
/rollup-plugin-dts@6.0.1(rollup@3.28.1)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-XJbCldVrp4TLc2Hg4DfrRiJgzJ73uhZB0sPSDizgdlrhSJ1bsIkkRMkwRKNQYgkbfMz4CHLdbnFKVivHE0vsPA==}
|
||||
engines: {node: '>=16'}
|
||||
peerDependencies:
|
||||
@ -7116,7 +7116,7 @@ packages:
|
||||
dependencies:
|
||||
magic-string: 0.30.3
|
||||
rollup: 3.28.1
|
||||
typescript: 5.2.2
|
||||
typescript: 5.3.2
|
||||
optionalDependencies:
|
||||
'@babel/code-frame': 7.22.13
|
||||
dev: true
|
||||
@ -7655,13 +7655,13 @@ packages:
|
||||
punycode: 2.3.0
|
||||
dev: true
|
||||
|
||||
/ts-api-utils@1.0.1(typescript@5.2.2):
|
||||
/ts-api-utils@1.0.1(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==}
|
||||
engines: {node: '>=16.13.0'}
|
||||
peerDependencies:
|
||||
typescript: '>=4.2.0'
|
||||
dependencies:
|
||||
typescript: 5.2.2
|
||||
typescript: 5.3.2
|
||||
dev: true
|
||||
|
||||
/tsconfig-paths@3.14.2:
|
||||
@ -7681,14 +7681,14 @@ packages:
|
||||
resolution: {integrity: sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==}
|
||||
dev: true
|
||||
|
||||
/tsutils@3.21.0(typescript@5.2.2):
|
||||
/tsutils@3.21.0(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
|
||||
engines: {node: '>= 6'}
|
||||
peerDependencies:
|
||||
typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
|
||||
dependencies:
|
||||
tslib: 1.14.1
|
||||
typescript: 5.2.2
|
||||
typescript: 5.3.2
|
||||
dev: true
|
||||
|
||||
/turbo-darwin-64@1.10.16:
|
||||
@ -7836,8 +7836,8 @@ packages:
|
||||
is-typed-array: 1.1.10
|
||||
dev: true
|
||||
|
||||
/typescript@5.2.2:
|
||||
resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==}
|
||||
/typescript@5.3.2:
|
||||
resolution: {integrity: sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==}
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
@ -7855,7 +7855,7 @@ packages:
|
||||
which-boxed-primitive: 1.0.2
|
||||
dev: true
|
||||
|
||||
/unbuild@2.0.0(typescript@5.2.2):
|
||||
/unbuild@2.0.0(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-JWCUYx3Oxdzvw2J9kTAp+DKE8df/BnH/JTSj6JyA4SH40ECdFu7FoJJcrm8G92B7TjofQ6GZGjJs50TRxoH6Wg==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@ -7879,15 +7879,15 @@ packages:
|
||||
hookable: 5.5.3
|
||||
jiti: 1.19.3
|
||||
magic-string: 0.30.3
|
||||
mkdist: 1.3.0(typescript@5.2.2)
|
||||
mkdist: 1.3.0(typescript@5.3.2)
|
||||
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.2.2)
|
||||
rollup-plugin-dts: 6.0.1(rollup@3.28.1)(typescript@5.3.2)
|
||||
scule: 1.0.0
|
||||
typescript: 5.2.2
|
||||
typescript: 5.3.2
|
||||
untyped: 1.4.0
|
||||
transitivePeerDependencies:
|
||||
- sass
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user