chore(projects): update @soybeanjs/cli and generate total changelog
This commit is contained in:
parent
3c7e1cf442
commit
58591f660a
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
@ -7,6 +7,14 @@
|
|||||||
"name": "Vue debugger",
|
"name": "Vue debugger",
|
||||||
"url": "http://localhost:3200",
|
"url": "http://localhost:3200",
|
||||||
"webRoot": "${workspaceFolder}"
|
"webRoot": "${workspaceFolder}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "node",
|
||||||
|
"request": "launch",
|
||||||
|
"name": "TS debugger",
|
||||||
|
"skipFiles": ["<node_internals>/**"],
|
||||||
|
"runtimeArgs": ["--loader", "tsx"],
|
||||||
|
"program": "${relativeFile}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
1615
CHANGELOG.md
1615
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -86,7 +86,7 @@
|
|||||||
"@amap/amap-jsapi-types": "0.0.13",
|
"@amap/amap-jsapi-types": "0.0.13",
|
||||||
"@iconify/json": "2.2.73",
|
"@iconify/json": "2.2.73",
|
||||||
"@iconify/vue": "4.1.1",
|
"@iconify/vue": "4.1.1",
|
||||||
"@soybeanjs/cli": "0.5.0",
|
"@soybeanjs/cli": "0.5.3",
|
||||||
"@soybeanjs/vite-plugin-vue-page-route": "0.0.5",
|
"@soybeanjs/vite-plugin-vue-page-route": "0.0.5",
|
||||||
"@types/bmapgl": "0.0.7",
|
"@types/bmapgl": "0.0.7",
|
||||||
"@types/crypto-js": "4.1.1",
|
"@types/crypto-js": "4.1.1",
|
||||||
@ -126,5 +126,5 @@
|
|||||||
"commit-msg": "pnpm soy git-commit-verify",
|
"commit-msg": "pnpm soy git-commit-verify",
|
||||||
"pre-commit": "pnpm typecheck && pnpm soy lint-staged"
|
"pre-commit": "pnpm typecheck && pnpm soy lint-staged"
|
||||||
},
|
},
|
||||||
"github-token": "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"
|
"github-token": "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"
|
||||||
}
|
}
|
||||||
|
154
pnpm-lock.yaml
154
pnpm-lock.yaml
@ -100,8 +100,8 @@ devDependencies:
|
|||||||
specifier: 4.1.1
|
specifier: 4.1.1
|
||||||
version: 4.1.1(vue@3.3.4)
|
version: 4.1.1(vue@3.3.4)
|
||||||
'@soybeanjs/cli':
|
'@soybeanjs/cli':
|
||||||
specifier: 0.5.0
|
specifier: 0.5.3
|
||||||
version: 0.5.0
|
version: 0.5.3
|
||||||
'@soybeanjs/vite-plugin-vue-page-route':
|
'@soybeanjs/vite-plugin-vue-page-route':
|
||||||
specifier: 0.0.5
|
specifier: 0.0.5
|
||||||
version: 0.0.5
|
version: 0.0.5
|
||||||
@ -238,8 +238,8 @@ packages:
|
|||||||
tslib: 2.5.3
|
tslib: 2.5.3
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@antv/component@0.8.34:
|
/@antv/component@0.8.35:
|
||||||
resolution: {integrity: sha512-dCQ6mGDNEE8eGcXCN8n0kZcx/k+xnOzkGJg9UNDfxawPP1wZ+4zVFXSaHpaqIFAamS4Rz8YHsSFXAj8HuBCbIQ==}
|
resolution: {integrity: sha512-VnRa5X77nBPI952o2xePEEMSNZ6g2mcUDrQY8mVL2kino/8TFhqDq5fTRmDXZyWyIYd4ulJTz5zgeSwAnX/INQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antv/color-util': 2.0.6
|
'@antv/color-util': 2.0.6
|
||||||
'@antv/dom-util': 2.0.4
|
'@antv/dom-util': 2.0.4
|
||||||
@ -342,7 +342,7 @@ packages:
|
|||||||
'@antv/adjust': 0.2.5
|
'@antv/adjust': 0.2.5
|
||||||
'@antv/attr': 0.3.5
|
'@antv/attr': 0.3.5
|
||||||
'@antv/color-util': 2.0.6
|
'@antv/color-util': 2.0.6
|
||||||
'@antv/component': 0.8.34
|
'@antv/component': 0.8.35
|
||||||
'@antv/coord': 0.3.1
|
'@antv/coord': 0.3.1
|
||||||
'@antv/dom-util': 2.0.4
|
'@antv/dom-util': 2.0.4
|
||||||
'@antv/event-emitter': 0.1.3
|
'@antv/event-emitter': 0.1.3
|
||||||
@ -724,8 +724,8 @@ packages:
|
|||||||
'@babel/plugin-transform-optional-chaining': 7.22.3(@babel/core@7.22.1)
|
'@babel/plugin-transform-optional-chaining': 7.22.3(@babel/core@7.22.1)
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.22.1):
|
/@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@7.22.1):
|
||||||
resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==}
|
resolution: {integrity: sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@babel/core': ^7.0.0-0
|
'@babel/core': ^7.0.0-0
|
||||||
@ -1523,7 +1523,7 @@ packages:
|
|||||||
'@babel/helper-validator-option': 7.21.0
|
'@babel/helper-validator-option': 7.21.0
|
||||||
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.22.1)
|
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.22.1)
|
||||||
'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.3(@babel/core@7.22.1)
|
'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.3(@babel/core@7.22.1)
|
||||||
'@babel/plugin-proposal-private-property-in-object': 7.21.0(@babel/core@7.22.1)
|
'@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.22.1)
|
||||||
'@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.1)
|
'@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.1)
|
||||||
'@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.1)
|
'@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.1)
|
||||||
'@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.1)
|
'@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.1)
|
||||||
@ -2004,8 +2004,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
|
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@iconify/utils@2.1.5:
|
/@iconify/utils@2.1.6:
|
||||||
resolution: {integrity: sha512-6MvDI+I6QMvXn5rK9KQGdpEE4mmLTcuQdLZEiX5N+uZB+vc4Yw9K1OtnOgkl8mp4d9X0UrILREyZgF1NUwUt+Q==}
|
resolution: {integrity: sha512-WJNcj/mmFQoYok+576EexlCQe/g2tZ8X9jR4QLo++z6DlVqrjwt7FBYetTQ3iyTtrPMFHcAx0JiCqtUz30XG5A==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/install-pkg': 0.1.1
|
'@antfu/install-pkg': 0.1.1
|
||||||
'@antfu/utils': 0.7.4
|
'@antfu/utils': 0.7.4
|
||||||
@ -2344,27 +2344,46 @@ packages:
|
|||||||
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@sindresorhus/is@5.4.0:
|
/@sigstore/tuf@1.0.0:
|
||||||
resolution: {integrity: sha512-Ggh6E9AnMpiNXlbXfFUcWE9qm408rL8jDi7+PMBBx7TMbwEmiqAiSmZ+zydYwxcJLqPGNDoLc9mXDuMDBZg0sA==}
|
resolution: {integrity: sha512-bLzi9GeZgMCvjJeLUIfs8LJYCxrPRA8IXQkzUtaFKKVPTz0mucRyqFcV2U20yg9K+kYAD0YSitzGfRZCFLjdHQ==}
|
||||||
|
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
||||||
|
dependencies:
|
||||||
|
'@sigstore/protobuf-specs': 0.1.0
|
||||||
|
make-fetch-happen: 11.1.1
|
||||||
|
tuf-js: 1.1.6
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/@sindresorhus/is@5.4.1:
|
||||||
|
resolution: {integrity: sha512-axlrvsHlHlFmKKMEg4VyvMzFr93JWJj4eIfXY1STVuO2fsImCa7ncaiG5gC8HKOX590AW5RtRsC41/B+OfrSqw==}
|
||||||
engines: {node: '>=14.16'}
|
engines: {node: '>=14.16'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@soybeanjs/cli@0.5.0:
|
/@soybeanjs/changelog@0.0.2:
|
||||||
resolution: {integrity: sha512-VYILD/NpBIbR+2wLdS3IbFjJGeMX7dplVAwIhYtO5w3HsrdK/GggyjlJ0Zh6/ILYCsyJ4KAFovz1RIBs8o07AA==}
|
resolution: {integrity: sha512-QVeusuUBSdarl9eBzu54xd0ujHHjIjKsr1SEsa86UtZcdbbUTL+JNW/PYjxJO4v+elv5AafXEIaUeDHgEcNZjg==}
|
||||||
hasBin: true
|
|
||||||
dependencies:
|
dependencies:
|
||||||
bumpp: 9.1.0
|
|
||||||
cac: 6.7.14
|
|
||||||
cli-progress: 3.12.0
|
cli-progress: 3.12.0
|
||||||
convert-gitmoji: 0.1.3
|
convert-gitmoji: 0.1.3
|
||||||
dayjs: 1.11.8
|
dayjs: 1.11.8
|
||||||
|
execa: 7.1.1
|
||||||
|
ofetch: 1.0.1
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/@soybeanjs/cli@0.5.3:
|
||||||
|
resolution: {integrity: sha512-wDHRs2ZzwuaufZbebw2LJFvLlvqggUwpWsKZ4unyAs7n7pU06FUsSKBoKLxLECLH3ES/fhW45keGuJ0G6FOp6Q==}
|
||||||
|
hasBin: true
|
||||||
|
dependencies:
|
||||||
|
'@soybeanjs/changelog': 0.0.2
|
||||||
|
bumpp: 9.1.0
|
||||||
|
c12: 1.4.1
|
||||||
|
cac: 6.7.14
|
||||||
enquirer: 2.3.6
|
enquirer: 2.3.6
|
||||||
execa: 7.1.1
|
execa: 7.1.1
|
||||||
kolorist: 1.8.0
|
kolorist: 1.8.0
|
||||||
lint-staged: 13.2.2(enquirer@2.3.6)
|
lint-staged: 13.2.2(enquirer@2.3.6)
|
||||||
minimist: 1.2.8
|
minimist: 1.2.8
|
||||||
npm-check-updates: 16.10.12
|
npm-check-updates: 16.10.12
|
||||||
ofetch: 1.0.1
|
|
||||||
rimraf: 5.0.1
|
rimraf: 5.0.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- bluebird
|
- bluebird
|
||||||
@ -2701,6 +2720,14 @@ packages:
|
|||||||
'@typescript-eslint/visitor-keys': 5.59.8
|
'@typescript-eslint/visitor-keys': 5.59.8
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/@typescript-eslint/scope-manager@5.59.9:
|
||||||
|
resolution: {integrity: sha512-8RA+E+w78z1+2dzvK/tGZ2cpGigBZ58VMEHDZtpE1v+LLjzrYGc8mMaTONSxKyEkz3IuXFM0IqYiGHlCsmlZxQ==}
|
||||||
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
|
dependencies:
|
||||||
|
'@typescript-eslint/types': 5.59.9
|
||||||
|
'@typescript-eslint/visitor-keys': 5.59.9
|
||||||
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/type-utils@5.59.8(eslint@8.42.0)(typescript@5.1.3):
|
/@typescript-eslint/type-utils@5.59.8(eslint@8.42.0)(typescript@5.1.3):
|
||||||
resolution: {integrity: sha512-+5M518uEIHFBy3FnyqZUF3BMP+AXnYn4oyH8RF012+e7/msMY98FhGL5SrN29NQ9xDgvqCgYnsOiKp1VjZ/fpA==}
|
resolution: {integrity: sha512-+5M518uEIHFBy3FnyqZUF3BMP+AXnYn4oyH8RF012+e7/msMY98FhGL5SrN29NQ9xDgvqCgYnsOiKp1VjZ/fpA==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
@ -2726,6 +2753,11 @@ packages:
|
|||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/@typescript-eslint/types@5.59.9:
|
||||||
|
resolution: {integrity: sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==}
|
||||||
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/typescript-estree@5.59.8(typescript@5.1.3):
|
/@typescript-eslint/typescript-estree@5.59.8(typescript@5.1.3):
|
||||||
resolution: {integrity: sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==}
|
resolution: {integrity: sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
@ -2747,6 +2779,27 @@ packages:
|
|||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/@typescript-eslint/typescript-estree@5.59.9(typescript@5.1.3):
|
||||||
|
resolution: {integrity: sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==}
|
||||||
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
|
peerDependencies:
|
||||||
|
typescript: '*'
|
||||||
|
peerDependenciesMeta:
|
||||||
|
typescript:
|
||||||
|
optional: true
|
||||||
|
dependencies:
|
||||||
|
'@typescript-eslint/types': 5.59.9
|
||||||
|
'@typescript-eslint/visitor-keys': 5.59.9
|
||||||
|
debug: 4.3.4
|
||||||
|
globby: 11.1.0
|
||||||
|
is-glob: 4.0.3
|
||||||
|
semver: 7.5.1
|
||||||
|
tsutils: 3.21.0(typescript@5.1.3)
|
||||||
|
typescript: 5.1.3
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/utils@5.59.8(eslint@8.42.0)(typescript@5.1.3):
|
/@typescript-eslint/utils@5.59.8(eslint@8.42.0)(typescript@5.1.3):
|
||||||
resolution: {integrity: sha512-Tr65630KysnNn9f9G7ROF3w1b5/7f6QVCJ+WK9nhIocWmx9F+TmCAcglF26Vm7z8KCTwoKcNEBZrhlklla3CKg==}
|
resolution: {integrity: sha512-Tr65630KysnNn9f9G7ROF3w1b5/7f6QVCJ+WK9nhIocWmx9F+TmCAcglF26Vm7z8KCTwoKcNEBZrhlklla3CKg==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
@ -2767,6 +2820,26 @@ packages:
|
|||||||
- typescript
|
- typescript
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/@typescript-eslint/utils@5.59.9(eslint@8.42.0)(typescript@5.1.3):
|
||||||
|
resolution: {integrity: sha512-1PuMYsju/38I5Ggblaeb98TOoUvjhRvLpLa1DoTOFaLWqaXl/1iQ1eGurTXgBY58NUdtfTXKP5xBq7q9NDaLKg==}
|
||||||
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
|
peerDependencies:
|
||||||
|
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||||
|
dependencies:
|
||||||
|
'@eslint-community/eslint-utils': 4.4.0(eslint@8.42.0)
|
||||||
|
'@types/json-schema': 7.0.12
|
||||||
|
'@types/semver': 7.5.0
|
||||||
|
'@typescript-eslint/scope-manager': 5.59.9
|
||||||
|
'@typescript-eslint/types': 5.59.9
|
||||||
|
'@typescript-eslint/typescript-estree': 5.59.9(typescript@5.1.3)
|
||||||
|
eslint: 8.42.0
|
||||||
|
eslint-scope: 5.1.1
|
||||||
|
semver: 7.5.1
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
|
- typescript
|
||||||
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/visitor-keys@5.59.8:
|
/@typescript-eslint/visitor-keys@5.59.8:
|
||||||
resolution: {integrity: sha512-pJhi2ms0x0xgloT7xYabil3SGGlojNNKjK/q6dB3Ey0uJLMjK2UDGJvHieiyJVW/7C3KI+Z4Q3pEHkm4ejA+xQ==}
|
resolution: {integrity: sha512-pJhi2ms0x0xgloT7xYabil3SGGlojNNKjK/q6dB3Ey0uJLMjK2UDGJvHieiyJVW/7C3KI+Z4Q3pEHkm4ejA+xQ==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
@ -2775,6 +2848,14 @@ packages:
|
|||||||
eslint-visitor-keys: 3.4.1
|
eslint-visitor-keys: 3.4.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/@typescript-eslint/visitor-keys@5.59.9:
|
||||||
|
resolution: {integrity: sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==}
|
||||||
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
|
dependencies:
|
||||||
|
'@typescript-eslint/types': 5.59.9
|
||||||
|
eslint-visitor-keys: 3.4.1
|
||||||
|
dev: true
|
||||||
|
|
||||||
/@unocss/config@0.52.7:
|
/@unocss/config@0.52.7:
|
||||||
resolution: {integrity: sha512-VKj4VnJR88EK0ikJnQbfslZfMCqdGu6LhnErs3x0HjQPVQU1oFsB1IM4ySGLaGhM4WcfZf05gzMzIav3kFyopg==}
|
resolution: {integrity: sha512-VKj4VnJR88EK0ikJnQbfslZfMCqdGu6LhnErs3x0HjQPVQU1oFsB1IM4ySGLaGhM4WcfZf05gzMzIav3kFyopg==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
@ -3285,8 +3366,8 @@ packages:
|
|||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/compiler': 1.5.0
|
'@astrojs/compiler': 1.5.0
|
||||||
'@typescript-eslint/scope-manager': 5.59.8
|
'@typescript-eslint/scope-manager': 5.59.9
|
||||||
'@typescript-eslint/types': 5.59.8
|
'@typescript-eslint/types': 5.59.9
|
||||||
astrojs-compiler-sync: 0.3.3(@astrojs/compiler@1.5.0)
|
astrojs-compiler-sync: 0.3.3(@astrojs/compiler@1.5.0)
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
eslint-visitor-keys: 3.4.1
|
eslint-visitor-keys: 3.4.1
|
||||||
@ -3483,8 +3564,8 @@ packages:
|
|||||||
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
caniuse-lite: 1.0.30001494
|
caniuse-lite: 1.0.30001495
|
||||||
electron-to-chromium: 1.4.417
|
electron-to-chromium: 1.4.421
|
||||||
node-releases: 2.0.12
|
node-releases: 2.0.12
|
||||||
update-browserslist-db: 1.0.11(browserslist@4.21.7)
|
update-browserslist-db: 1.0.11(browserslist@4.21.7)
|
||||||
dev: true
|
dev: true
|
||||||
@ -3651,8 +3732,8 @@ packages:
|
|||||||
engines: {node: '>=14.16'}
|
engines: {node: '>=14.16'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/caniuse-lite@1.0.30001494:
|
/caniuse-lite@1.0.30001495:
|
||||||
resolution: {integrity: sha512-sY2B5Qyl46ZzfYDegrl8GBCzdawSLT4ThM9b9F+aDYUrAG2zCOyMbd2Tq34mS1g4ZKBfjRlzOohQMxx28x6wJg==}
|
resolution: {integrity: sha512-F6x5IEuigtUfU5ZMQK2jsy5JqUUlEFRVZq8bO2a+ysq5K7jD6PPc9YXZj78xDNS3uNchesp1Jw47YXEqr+Viyg==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/chalk@1.1.3:
|
/chalk@1.1.3:
|
||||||
@ -4452,8 +4533,8 @@ packages:
|
|||||||
jake: 10.8.7
|
jake: 10.8.7
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/electron-to-chromium@1.4.417:
|
/electron-to-chromium@1.4.421:
|
||||||
resolution: {integrity: sha512-8rY8HdCxuSVY8wku3i/eDac4g1b4cSbruzocenrqBlzqruAZYHjQCHIjC66dLR9DXhEHTojsC4EjhZ8KmzwXqA==}
|
resolution: {integrity: sha512-wZOyn3s/aQOtLGAwXMZfteQPN68kgls2wDAnYOA8kCjBvKVrW5RwmWVspxJYTqrcN7Y263XJVsC66VCIGzDO3g==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/emoji-regex@8.0.0:
|
/emoji-regex@8.0.0:
|
||||||
@ -4958,7 +5039,7 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.42.0)
|
'@eslint-community/eslint-utils': 4.4.0(eslint@8.42.0)
|
||||||
'@jridgewell/sourcemap-codec': 1.4.15
|
'@jridgewell/sourcemap-codec': 1.4.15
|
||||||
'@typescript-eslint/types': 5.59.8
|
'@typescript-eslint/types': 5.59.9
|
||||||
astro-eslint-parser: 0.14.0
|
astro-eslint-parser: 0.14.0
|
||||||
eslint: 8.42.0
|
eslint: 8.42.0
|
||||||
postcss: 8.4.24
|
postcss: 8.4.24
|
||||||
@ -5121,7 +5202,7 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/utils': 5.59.8(eslint@8.42.0)(typescript@5.1.3)
|
'@typescript-eslint/utils': 5.59.9(eslint@8.42.0)(typescript@5.1.3)
|
||||||
eslint: 8.42.0
|
eslint: 8.42.0
|
||||||
is-html: 2.0.0
|
is-html: 2.0.0
|
||||||
jsx-ast-utils: 3.3.3
|
jsx-ast-utils: 3.3.3
|
||||||
@ -5816,7 +5897,7 @@ packages:
|
|||||||
resolution: {integrity: sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ==}
|
resolution: {integrity: sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ==}
|
||||||
engines: {node: '>=14.16'}
|
engines: {node: '>=14.16'}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@sindresorhus/is': 5.4.0
|
'@sindresorhus/is': 5.4.1
|
||||||
'@szmarczak/http-timer': 5.0.1
|
'@szmarczak/http-timer': 5.0.1
|
||||||
cacheable-lookup: 7.0.0
|
cacheable-lookup: 7.0.0
|
||||||
cacheable-request: 10.2.10
|
cacheable-request: 10.2.10
|
||||||
@ -7649,7 +7730,7 @@ packages:
|
|||||||
promise-retry: 2.0.1
|
promise-retry: 2.0.1
|
||||||
read-package-json: 6.0.4
|
read-package-json: 6.0.4
|
||||||
read-package-json-fast: 3.0.2
|
read-package-json-fast: 3.0.2
|
||||||
sigstore: 1.5.2
|
sigstore: 1.6.0
|
||||||
ssri: 10.0.4
|
ssri: 10.0.4
|
||||||
tar: 6.1.15
|
tar: 6.1.15
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@ -8333,8 +8414,8 @@ packages:
|
|||||||
fsevents: 2.3.2
|
fsevents: 2.3.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/rollup@3.23.0:
|
/rollup@3.23.1:
|
||||||
resolution: {integrity: sha512-h31UlwEi7FHihLe1zbk+3Q7z1k/84rb9BSwmBSr/XjOCEaBJ2YyedQDuM0t/kfOS0IxM+vk1/zI9XxYj9V+NJQ==}
|
resolution: {integrity: sha512-ybRdFVHOoljGEFILHLd2g/qateqUdjE6YS41WXq4p3C/WwD3xtWxV4FYWETA1u9TeXQc5K8L8zHE5d/scOvrOQ==}
|
||||||
engines: {node: '>=14.18.0', npm: '>=8.0.0'}
|
engines: {node: '>=14.18.0', npm: '>=8.0.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
@ -8485,12 +8566,13 @@ packages:
|
|||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/sigstore@1.5.2:
|
/sigstore@1.6.0:
|
||||||
resolution: {integrity: sha512-X95v6xAAooVpn7PaB94TDmFeSO5SBfCtB1R23fvzr36WTfjtkiiyOeei979nbTjc8nzh6FSLeltQZuODsm1EjQ==}
|
resolution: {integrity: sha512-QODKff/qW/TXOZI6V/Clqu74xnInAS6it05mufj4/fSewexLtfEntgLZZcBtUK44CDQyUE5TUXYy1ARYzlfG9g==}
|
||||||
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@sigstore/protobuf-specs': 0.1.0
|
'@sigstore/protobuf-specs': 0.1.0
|
||||||
|
'@sigstore/tuf': 1.0.0
|
||||||
make-fetch-happen: 11.1.1
|
make-fetch-happen: 11.1.1
|
||||||
tuf-js: 1.1.6
|
tuf-js: 1.1.6
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@ -9350,7 +9432,7 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/install-pkg': 0.1.1
|
'@antfu/install-pkg': 0.1.1
|
||||||
'@antfu/utils': 0.7.4
|
'@antfu/utils': 0.7.4
|
||||||
'@iconify/utils': 2.1.5
|
'@iconify/utils': 2.1.6
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
kolorist: 1.8.0
|
kolorist: 1.8.0
|
||||||
local-pkg: 0.4.3
|
local-pkg: 0.4.3
|
||||||
@ -9615,7 +9697,7 @@ packages:
|
|||||||
'@types/node': 20.2.5
|
'@types/node': 20.2.5
|
||||||
esbuild: 0.17.19
|
esbuild: 0.17.19
|
||||||
postcss: 8.4.24
|
postcss: 8.4.24
|
||||||
rollup: 3.23.0
|
rollup: 3.23.1
|
||||||
sass: 1.62.1
|
sass: 1.62.1
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents: 2.3.2
|
fsevents: 2.3.2
|
||||||
|
Loading…
Reference in New Issue
Block a user