Compare commits
2 commits
93cb575230
...
6527064cd2
Author | SHA1 | Date | |
---|---|---|---|
6527064cd2 | |||
d57071803f |
2 changed files with 55 additions and 55 deletions
|
@ -85,10 +85,10 @@
|
|||
"rimraf": "6.0.1",
|
||||
"rollup": "4.24.0",
|
||||
"rollup-plugin-swc3": "0.12.1",
|
||||
"sass": "1.79.6",
|
||||
"sass": "1.80.0",
|
||||
"semver": "7.6.3",
|
||||
"tslib": "2.8.0",
|
||||
"typescript": "5.5.4",
|
||||
"typescript": "5.6.3",
|
||||
"vite": "4.5.5",
|
||||
"vitest": "0.34.6",
|
||||
"yargs": "17.7.2"
|
||||
|
|
106
pnpm-lock.yaml
106
pnpm-lock.yaml
|
@ -10,7 +10,7 @@ importers:
|
|||
devDependencies:
|
||||
'@commitlint/cli':
|
||||
specifier: 19.5.0
|
||||
version: 19.5.0(@types/node@18.19.3)(typescript@5.5.4)
|
||||
version: 19.5.0(@types/node@18.19.3)(typescript@5.6.3)
|
||||
'@commitlint/config-conventional':
|
||||
specifier: 19.5.0
|
||||
version: 19.5.0
|
||||
|
@ -37,10 +37,10 @@ importers:
|
|||
version: 18.19.3
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: 7.18.0
|
||||
version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.5.4))(eslint@8.57.1)(typescript@5.5.4)
|
||||
version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3)
|
||||
'@typescript-eslint/parser':
|
||||
specifier: 7.18.0
|
||||
version: 7.18.0(eslint@8.57.1)(typescript@5.5.4)
|
||||
version: 7.18.0(eslint@8.57.1)(typescript@5.6.3)
|
||||
conventional-changelog-cli:
|
||||
specifier: 5.0.0
|
||||
version: 5.0.0(conventional-commits-filter@5.0.0)
|
||||
|
@ -75,8 +75,8 @@ importers:
|
|||
specifier: 0.12.1
|
||||
version: 0.12.1(@swc/core@1.7.36)(rollup@4.24.0)
|
||||
sass:
|
||||
specifier: 1.79.6
|
||||
version: 1.79.6
|
||||
specifier: 1.80.0
|
||||
version: 1.80.0
|
||||
semver:
|
||||
specifier: 7.6.3
|
||||
version: 7.6.3
|
||||
|
@ -84,14 +84,14 @@ importers:
|
|||
specifier: 2.8.0
|
||||
version: 2.8.0
|
||||
typescript:
|
||||
specifier: 5.5.4
|
||||
version: 5.5.4
|
||||
specifier: 5.6.3
|
||||
version: 5.6.3
|
||||
vite:
|
||||
specifier: 4.5.5
|
||||
version: 4.5.5(@types/node@18.19.3)(sass@1.79.6)
|
||||
version: 4.5.5(@types/node@18.19.3)(sass@1.80.0)
|
||||
vitest:
|
||||
specifier: 0.34.6
|
||||
version: 0.34.6(sass@1.79.6)
|
||||
version: 0.34.6(sass@1.80.0)
|
||||
yargs:
|
||||
specifier: 17.7.2
|
||||
version: 17.7.2
|
||||
|
@ -2349,8 +2349,8 @@ packages:
|
|||
safe-regex-test@1.0.0:
|
||||
resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==}
|
||||
|
||||
sass@1.79.6:
|
||||
resolution: {integrity: sha512-PVVjeeiUGx6Nj4PtEE/ecwu8ltwfPKzHxbbVmmLj4l1FYHhOyfA0scuVF8sVaa+b+VY4z7BVKjKq0cPUQdUU3g==}
|
||||
sass@1.80.0:
|
||||
resolution: {integrity: sha512-9Yzb4qTUJ//eTKZQzxAtNsezOvfQlB+7hAJjj5wFqKZb2c2xboeCYnKh2Gzyp6sdyiNe9FUgn8xgc1ffXHmM6g==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
hasBin: true
|
||||
|
||||
|
@ -2570,8 +2570,8 @@ packages:
|
|||
typed-array-length@1.0.4:
|
||||
resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==}
|
||||
|
||||
typescript@5.5.4:
|
||||
resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==}
|
||||
typescript@5.6.3:
|
||||
resolution: {integrity: sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==}
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
|
||||
|
@ -2772,11 +2772,11 @@ snapshots:
|
|||
js-tokens: 4.0.0
|
||||
picocolors: 1.0.0
|
||||
|
||||
'@commitlint/cli@19.5.0(@types/node@18.19.3)(typescript@5.5.4)':
|
||||
'@commitlint/cli@19.5.0(@types/node@18.19.3)(typescript@5.6.3)':
|
||||
dependencies:
|
||||
'@commitlint/format': 19.5.0
|
||||
'@commitlint/lint': 19.5.0
|
||||
'@commitlint/load': 19.5.0(@types/node@18.19.3)(typescript@5.5.4)
|
||||
'@commitlint/load': 19.5.0(@types/node@18.19.3)(typescript@5.6.3)
|
||||
'@commitlint/read': 19.5.0
|
||||
'@commitlint/types': 19.5.0
|
||||
tinyexec: 0.3.0
|
||||
|
@ -2823,15 +2823,15 @@ snapshots:
|
|||
'@commitlint/rules': 19.5.0
|
||||
'@commitlint/types': 19.5.0
|
||||
|
||||
'@commitlint/load@19.5.0(@types/node@18.19.3)(typescript@5.5.4)':
|
||||
'@commitlint/load@19.5.0(@types/node@18.19.3)(typescript@5.6.3)':
|
||||
dependencies:
|
||||
'@commitlint/config-validator': 19.5.0
|
||||
'@commitlint/execute-rule': 19.5.0
|
||||
'@commitlint/resolve-extends': 19.5.0
|
||||
'@commitlint/types': 19.5.0
|
||||
chalk: 5.3.0
|
||||
cosmiconfig: 9.0.0(typescript@5.5.4)
|
||||
cosmiconfig-typescript-loader: 5.0.0(@types/node@18.19.3)(cosmiconfig@9.0.0(typescript@5.5.4))(typescript@5.5.4)
|
||||
cosmiconfig: 9.0.0(typescript@5.6.3)
|
||||
cosmiconfig-typescript-loader: 5.0.0(@types/node@18.19.3)(cosmiconfig@9.0.0(typescript@5.6.3))(typescript@5.6.3)
|
||||
lodash.isplainobject: 4.0.6
|
||||
lodash.merge: 4.6.2
|
||||
lodash.uniq: 4.5.0
|
||||
|
@ -3301,34 +3301,34 @@ snapshots:
|
|||
|
||||
'@types/sizzle@2.3.3': {}
|
||||
|
||||
'@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.5.4))(eslint@8.57.1)(typescript@5.5.4)':
|
||||
'@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3)':
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.10.1
|
||||
'@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@5.5.4)
|
||||
'@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@5.6.3)
|
||||
'@typescript-eslint/scope-manager': 7.18.0
|
||||
'@typescript-eslint/type-utils': 7.18.0(eslint@8.57.1)(typescript@5.5.4)
|
||||
'@typescript-eslint/utils': 7.18.0(eslint@8.57.1)(typescript@5.5.4)
|
||||
'@typescript-eslint/type-utils': 7.18.0(eslint@8.57.1)(typescript@5.6.3)
|
||||
'@typescript-eslint/utils': 7.18.0(eslint@8.57.1)(typescript@5.6.3)
|
||||
'@typescript-eslint/visitor-keys': 7.18.0
|
||||
eslint: 8.57.1
|
||||
graphemer: 1.4.0
|
||||
ignore: 5.3.1
|
||||
natural-compare: 1.4.0
|
||||
ts-api-utils: 1.3.0(typescript@5.5.4)
|
||||
ts-api-utils: 1.3.0(typescript@5.6.3)
|
||||
optionalDependencies:
|
||||
typescript: 5.5.4
|
||||
typescript: 5.6.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.5.4)':
|
||||
'@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.6.3)':
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 7.18.0
|
||||
'@typescript-eslint/types': 7.18.0
|
||||
'@typescript-eslint/typescript-estree': 7.18.0(typescript@5.5.4)
|
||||
'@typescript-eslint/typescript-estree': 7.18.0(typescript@5.6.3)
|
||||
'@typescript-eslint/visitor-keys': 7.18.0
|
||||
debug: 4.3.4
|
||||
eslint: 8.57.1
|
||||
optionalDependencies:
|
||||
typescript: 5.5.4
|
||||
typescript: 5.6.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
|
@ -3337,21 +3337,21 @@ snapshots:
|
|||
'@typescript-eslint/types': 7.18.0
|
||||
'@typescript-eslint/visitor-keys': 7.18.0
|
||||
|
||||
'@typescript-eslint/type-utils@7.18.0(eslint@8.57.1)(typescript@5.5.4)':
|
||||
'@typescript-eslint/type-utils@7.18.0(eslint@8.57.1)(typescript@5.6.3)':
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 7.18.0(typescript@5.5.4)
|
||||
'@typescript-eslint/utils': 7.18.0(eslint@8.57.1)(typescript@5.5.4)
|
||||
'@typescript-eslint/typescript-estree': 7.18.0(typescript@5.6.3)
|
||||
'@typescript-eslint/utils': 7.18.0(eslint@8.57.1)(typescript@5.6.3)
|
||||
debug: 4.3.4
|
||||
eslint: 8.57.1
|
||||
ts-api-utils: 1.3.0(typescript@5.5.4)
|
||||
ts-api-utils: 1.3.0(typescript@5.6.3)
|
||||
optionalDependencies:
|
||||
typescript: 5.5.4
|
||||
typescript: 5.6.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/types@7.18.0': {}
|
||||
|
||||
'@typescript-eslint/typescript-estree@7.18.0(typescript@5.5.4)':
|
||||
'@typescript-eslint/typescript-estree@7.18.0(typescript@5.6.3)':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 7.18.0
|
||||
'@typescript-eslint/visitor-keys': 7.18.0
|
||||
|
@ -3360,18 +3360,18 @@ snapshots:
|
|||
is-glob: 4.0.3
|
||||
minimatch: 9.0.4
|
||||
semver: 7.6.3
|
||||
ts-api-utils: 1.3.0(typescript@5.5.4)
|
||||
ts-api-utils: 1.3.0(typescript@5.6.3)
|
||||
optionalDependencies:
|
||||
typescript: 5.5.4
|
||||
typescript: 5.6.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/utils@7.18.0(eslint@8.57.1)(typescript@5.5.4)':
|
||||
'@typescript-eslint/utils@7.18.0(eslint@8.57.1)(typescript@5.6.3)':
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1)
|
||||
'@typescript-eslint/scope-manager': 7.18.0
|
||||
'@typescript-eslint/types': 7.18.0
|
||||
'@typescript-eslint/typescript-estree': 7.18.0(typescript@5.5.4)
|
||||
'@typescript-eslint/typescript-estree': 7.18.0(typescript@5.6.3)
|
||||
eslint: 8.57.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
@ -3700,12 +3700,12 @@ snapshots:
|
|||
dependencies:
|
||||
meow: 13.2.0
|
||||
|
||||
cosmiconfig-typescript-loader@5.0.0(@types/node@18.19.3)(cosmiconfig@9.0.0(typescript@5.5.4))(typescript@5.5.4):
|
||||
cosmiconfig-typescript-loader@5.0.0(@types/node@18.19.3)(cosmiconfig@9.0.0(typescript@5.6.3))(typescript@5.6.3):
|
||||
dependencies:
|
||||
'@types/node': 18.19.3
|
||||
cosmiconfig: 9.0.0(typescript@5.5.4)
|
||||
cosmiconfig: 9.0.0(typescript@5.6.3)
|
||||
jiti: 1.20.0
|
||||
typescript: 5.5.4
|
||||
typescript: 5.6.3
|
||||
|
||||
cosmiconfig@7.1.0:
|
||||
dependencies:
|
||||
|
@ -3715,14 +3715,14 @@ snapshots:
|
|||
path-type: 4.0.0
|
||||
yaml: 1.10.2
|
||||
|
||||
cosmiconfig@9.0.0(typescript@5.5.4):
|
||||
cosmiconfig@9.0.0(typescript@5.6.3):
|
||||
dependencies:
|
||||
env-paths: 2.2.1
|
||||
import-fresh: 3.3.0
|
||||
js-yaml: 4.1.0
|
||||
parse-json: 5.2.0
|
||||
optionalDependencies:
|
||||
typescript: 5.5.4
|
||||
typescript: 5.6.3
|
||||
|
||||
cross-spawn@6.0.5:
|
||||
dependencies:
|
||||
|
@ -5049,7 +5049,7 @@ snapshots:
|
|||
get-intrinsic: 1.2.0
|
||||
is-regex: 1.1.4
|
||||
|
||||
sass@1.79.6:
|
||||
sass@1.80.0:
|
||||
dependencies:
|
||||
'@parcel/watcher': 2.4.1
|
||||
chokidar: 4.0.1
|
||||
|
@ -5220,9 +5220,9 @@ snapshots:
|
|||
dependencies:
|
||||
is-number: 7.0.0
|
||||
|
||||
ts-api-utils@1.3.0(typescript@5.5.4):
|
||||
ts-api-utils@1.3.0(typescript@5.6.3):
|
||||
dependencies:
|
||||
typescript: 5.5.4
|
||||
typescript: 5.6.3
|
||||
|
||||
tslib@2.8.0: {}
|
||||
|
||||
|
@ -5242,7 +5242,7 @@ snapshots:
|
|||
for-each: 0.3.3
|
||||
is-typed-array: 1.1.10
|
||||
|
||||
typescript@5.5.4: {}
|
||||
typescript@5.6.3: {}
|
||||
|
||||
ufo@1.1.2: {}
|
||||
|
||||
|
@ -5289,14 +5289,14 @@ snapshots:
|
|||
spdx-correct: 3.2.0
|
||||
spdx-expression-parse: 3.0.1
|
||||
|
||||
vite-node@0.34.6(@types/node@18.19.3)(sass@1.79.6):
|
||||
vite-node@0.34.6(@types/node@18.19.3)(sass@1.80.0):
|
||||
dependencies:
|
||||
cac: 6.7.14
|
||||
debug: 4.3.4
|
||||
mlly: 1.4.0
|
||||
pathe: 1.1.1
|
||||
picocolors: 1.0.0
|
||||
vite: 4.5.5(@types/node@18.19.3)(sass@1.79.6)
|
||||
vite: 4.5.5(@types/node@18.19.3)(sass@1.80.0)
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
- less
|
||||
|
@ -5307,7 +5307,7 @@ snapshots:
|
|||
- supports-color
|
||||
- terser
|
||||
|
||||
vite@4.5.5(@types/node@18.19.3)(sass@1.79.6):
|
||||
vite@4.5.5(@types/node@18.19.3)(sass@1.80.0):
|
||||
dependencies:
|
||||
esbuild: 0.18.11
|
||||
postcss: 8.4.27
|
||||
|
@ -5315,9 +5315,9 @@ snapshots:
|
|||
optionalDependencies:
|
||||
'@types/node': 18.19.3
|
||||
fsevents: 2.3.2
|
||||
sass: 1.79.6
|
||||
sass: 1.80.0
|
||||
|
||||
vitest@0.34.6(sass@1.79.6):
|
||||
vitest@0.34.6(sass@1.80.0):
|
||||
dependencies:
|
||||
'@types/chai': 4.3.5
|
||||
'@types/chai-subset': 1.3.3
|
||||
|
@ -5340,8 +5340,8 @@ snapshots:
|
|||
strip-literal: 1.0.1
|
||||
tinybench: 2.5.0
|
||||
tinypool: 0.7.0
|
||||
vite: 4.5.5(@types/node@18.19.3)(sass@1.79.6)
|
||||
vite-node: 0.34.6(@types/node@18.19.3)(sass@1.79.6)
|
||||
vite: 4.5.5(@types/node@18.19.3)(sass@1.80.0)
|
||||
vite-node: 0.34.6(@types/node@18.19.3)(sass@1.80.0)
|
||||
why-is-node-running: 2.2.2
|
||||
transitivePeerDependencies:
|
||||
- less
|
||||
|
|
Loading…
Reference in a new issue