mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
update versions
This commit is contained in:
parent
e1379fd9c7
commit
0c9d8d3e3c
14 changed files with 109 additions and 143 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@verdaccio/api",
|
||||
"version": "7.1.0-next-8.2",
|
||||
"version": "8.1.0-next-8.2",
|
||||
"description": "loaders logic",
|
||||
"main": "./build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
|
@ -44,7 +44,7 @@
|
|||
"@verdaccio/logger": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/middleware": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/store": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/utils": "workspace:7.1.0-next-8.2",
|
||||
"@verdaccio/utils": "workspace:8.1.0-next-8.2",
|
||||
"abortcontroller-polyfill": "1.7.5",
|
||||
"body-parser": "1.20.3",
|
||||
"cookies": "0.9.0",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"@verdaccio/loaders": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/signature": "workspace:8.0.0-next-8.1",
|
||||
"@verdaccio/utils": "workspace:7.1.0-next-8.2",
|
||||
"@verdaccio/utils": "workspace:8.1.0-next-8.2",
|
||||
"debug": "4.3.7",
|
||||
"lodash": "4.17.21",
|
||||
"verdaccio-htpasswd": "workspace:13.0.0-next-8.2"
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/utils": "workspace:7.1.0-next-8.2",
|
||||
"@verdaccio/utils": "workspace:8.1.0-next-8.2",
|
||||
"debug": "4.3.7",
|
||||
"js-yaml": "4.1.0",
|
||||
"lodash": "4.17.21",
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/url": "workspace:13.0.0-next-8.2",
|
||||
"@verdaccio/utils": "workspace:7.1.0-next-8.2",
|
||||
"@verdaccio/utils": "workspace:8.1.0-next-8.2",
|
||||
"debug": "4.3.7",
|
||||
"gunzip-maybe": "^1.4.2",
|
||||
"lodash": "4.17.21",
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
"@verdaccio/config": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/url": "workspace:13.0.0-next-8.2",
|
||||
"@verdaccio/utils": "workspace:7.1.0-next-8.2",
|
||||
"@verdaccio/utils": "workspace:8.1.0-next-8.2",
|
||||
"debug": "4.3.7",
|
||||
"express": "4.21.0",
|
||||
"express-rate-limit": "5.5.1",
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/file-locking": "workspace:13.0.0-next-8.1",
|
||||
"@verdaccio/utils": "workspace:7.1.0-next-8.2",
|
||||
"@verdaccio/utils": "workspace:8.1.0-next-8.2",
|
||||
"core-js": "3.37.1",
|
||||
"debug": "4.3.7",
|
||||
"globby": "11.1.0",
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
"dependencies": {
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/utils": "workspace:7.1.0-next-8.2",
|
||||
"@verdaccio/utils": "workspace:8.1.0-next-8.2",
|
||||
"JSONStream": "1.3.5",
|
||||
"debug": "4.3.7",
|
||||
"got-cjs": "12.5.4",
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"node": ">=18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/api": "workspace:7.1.0-next-8.2",
|
||||
"@verdaccio/api": "workspace:8.1.0-next-8.2",
|
||||
"@verdaccio/auth": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.2",
|
||||
|
@ -37,8 +37,8 @@
|
|||
"@verdaccio/logger": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/middleware": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/store": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/utils": "workspace:7.1.0-next-8.2",
|
||||
"@verdaccio/web": "workspace:7.1.0-next-8.2",
|
||||
"@verdaccio/utils": "workspace:8.1.0-next-8.2",
|
||||
"@verdaccio/web": "workspace:8.1.0-next-8.2",
|
||||
"verdaccio-audit": "workspace:13.0.0-next-8.2",
|
||||
"compression": "1.7.4",
|
||||
"cors": "2.8.5",
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"@verdaccio/logger": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/store": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/tarball": "workspace:13.0.0-next-8.2",
|
||||
"@verdaccio/utils": "workspace:7.1.0-next-8.2",
|
||||
"@verdaccio/utils": "workspace:8.1.0-next-8.2",
|
||||
"core-js": "3.37.1",
|
||||
"debug": "4.3.7",
|
||||
"fastify": "4.25.2",
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
"@verdaccio/search": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/tarball": "workspace:13.0.0-next-8.2",
|
||||
"@verdaccio/url": "workspace:13.0.0-next-8.2",
|
||||
"@verdaccio/utils": "workspace:7.1.0-next-8.2",
|
||||
"@verdaccio/utils": "workspace:8.1.0-next-8.2",
|
||||
"JSONStream": "1.3.5",
|
||||
"debug": "4.3.7",
|
||||
"lodash": "4.17.21",
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"@verdaccio/logger": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/middleware": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/types": "workspace:13.0.0-next-8.1",
|
||||
"@verdaccio/utils": "workspace:7.1.0-next-8.2",
|
||||
"@verdaccio/utils": "workspace:8.1.0-next-8.2",
|
||||
"body-parser": "1.20.3",
|
||||
"debug": "4.3.7",
|
||||
"express": "4.21.0",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"@verdaccio/logger": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/node-api": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/ui-theme": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/utils": "workspace:7.1.0-next-8.2",
|
||||
"@verdaccio/utils": "workspace:8.1.0-next-8.2",
|
||||
"verdaccio-audit": "workspace:13.0.0-next-8.2",
|
||||
"verdaccio-htpasswd": "workspace:13.0.0-next-8.2"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@verdaccio/web",
|
||||
"version": "7.1.0-next-8.2",
|
||||
"version": "8.1.0-next-8.2",
|
||||
"description": "web ui middleware",
|
||||
"main": "./build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
|
@ -33,13 +33,13 @@
|
|||
"@verdaccio/store": "workspace:8.0.0-next-8.2",
|
||||
"@verdaccio/tarball": "workspace:13.0.0-next-8.2",
|
||||
"@verdaccio/url": "workspace:13.0.0-next-8.2",
|
||||
"@verdaccio/utils": "workspace:7.1.0-next-8.2",
|
||||
"@verdaccio/utils": "workspace:8.1.0-next-8.2",
|
||||
"debug": "4.3.7",
|
||||
"express": "4.21.0",
|
||||
"lodash": "4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/api": "workspace:7.1.0-next-8.2",
|
||||
"@verdaccio/api": "workspace:8.1.0-next-8.2",
|
||||
"@verdaccio/test-helper": "workspace:4.0.0-next-8.0",
|
||||
"@verdaccio/types": "workspace:13.0.0-next-8.1",
|
||||
"jsdom": "20.0.3",
|
||||
|
|
216
pnpm-lock.yaml
216
pnpm-lock.yaml
|
@ -229,7 +229,7 @@ importers:
|
|||
version: link:packages/plugins/ui-theme
|
||||
'@vitest/coverage-v8':
|
||||
specifier: 2.0.5
|
||||
version: 2.0.5(vitest@2.0.4)
|
||||
version: 2.0.5(vitest@2.1.2)
|
||||
aria-query:
|
||||
specifier: 5.1.3
|
||||
version: 5.1.3
|
||||
|
@ -348,8 +348,8 @@ importers:
|
|||
specifier: workspace:*
|
||||
version: link:packages/plugins/memory
|
||||
vitest:
|
||||
specifier: 2.0.4
|
||||
version: 2.0.4(@types/node@20.14.12)
|
||||
specifier: 2.1.2
|
||||
version: 2.1.2(@types/node@20.14.12)
|
||||
|
||||
e2e/cli/cli-commons:
|
||||
devDependencies:
|
||||
|
@ -528,7 +528,7 @@ importers:
|
|||
specifier: workspace:8.0.0-next-8.2
|
||||
version: link:../store
|
||||
'@verdaccio/utils':
|
||||
specifier: workspace:7.1.0-next-8.2
|
||||
specifier: workspace:8.1.0-next-8.2
|
||||
version: link:../utils
|
||||
abortcontroller-polyfill:
|
||||
specifier: 1.7.5
|
||||
|
@ -589,7 +589,7 @@ importers:
|
|||
specifier: workspace:8.0.0-next-8.1
|
||||
version: link:../signature
|
||||
'@verdaccio/utils':
|
||||
specifier: workspace:7.1.0-next-8.2
|
||||
specifier: workspace:8.1.0-next-8.2
|
||||
version: link:../utils
|
||||
debug:
|
||||
specifier: 4.3.7
|
||||
|
@ -651,7 +651,7 @@ importers:
|
|||
specifier: workspace:8.0.0-next-8.2
|
||||
version: link:../core/core
|
||||
'@verdaccio/utils':
|
||||
specifier: workspace:7.1.0-next-8.2
|
||||
specifier: workspace:8.1.0-next-8.2
|
||||
version: link:../utils
|
||||
debug:
|
||||
specifier: 4.3.7
|
||||
|
@ -723,7 +723,7 @@ importers:
|
|||
specifier: workspace:13.0.0-next-8.2
|
||||
version: link:../url
|
||||
'@verdaccio/utils':
|
||||
specifier: workspace:7.1.0-next-8.2
|
||||
specifier: workspace:8.1.0-next-8.2
|
||||
version: link:../../utils
|
||||
debug:
|
||||
specifier: 4.3.7
|
||||
|
@ -907,7 +907,7 @@ importers:
|
|||
specifier: workspace:13.0.0-next-8.2
|
||||
version: link:../core/url
|
||||
'@verdaccio/utils':
|
||||
specifier: workspace:7.1.0-next-8.2
|
||||
specifier: workspace:8.1.0-next-8.2
|
||||
version: link:../utils
|
||||
debug:
|
||||
specifier: 4.3.7
|
||||
|
@ -1083,7 +1083,7 @@ importers:
|
|||
specifier: workspace:13.0.0-next-8.1
|
||||
version: link:../../core/file-locking
|
||||
'@verdaccio/utils':
|
||||
specifier: workspace:7.1.0-next-8.2
|
||||
specifier: workspace:8.1.0-next-8.2
|
||||
version: link:../../utils
|
||||
core-js:
|
||||
specifier: 3.37.1
|
||||
|
@ -1391,7 +1391,7 @@ importers:
|
|||
specifier: workspace:8.0.0-next-8.2
|
||||
version: link:../core/core
|
||||
'@verdaccio/utils':
|
||||
specifier: workspace:7.1.0-next-8.2
|
||||
specifier: workspace:8.1.0-next-8.2
|
||||
version: link:../utils
|
||||
JSONStream:
|
||||
specifier: 1.3.5
|
||||
|
@ -1483,7 +1483,7 @@ importers:
|
|||
packages/server/express:
|
||||
dependencies:
|
||||
'@verdaccio/api':
|
||||
specifier: workspace:7.1.0-next-8.2
|
||||
specifier: workspace:8.1.0-next-8.2
|
||||
version: link:../../api
|
||||
'@verdaccio/auth':
|
||||
specifier: workspace:8.0.0-next-8.2
|
||||
|
@ -1507,10 +1507,10 @@ importers:
|
|||
specifier: workspace:8.0.0-next-8.2
|
||||
version: link:../../store
|
||||
'@verdaccio/utils':
|
||||
specifier: workspace:7.1.0-next-8.2
|
||||
specifier: workspace:8.1.0-next-8.2
|
||||
version: link:../../utils
|
||||
'@verdaccio/web':
|
||||
specifier: workspace:7.1.0-next-8.2
|
||||
specifier: workspace:8.1.0-next-8.2
|
||||
version: link:../../web
|
||||
compression:
|
||||
specifier: 1.7.4
|
||||
|
@ -1562,7 +1562,7 @@ importers:
|
|||
specifier: workspace:13.0.0-next-8.2
|
||||
version: link:../../core/tarball
|
||||
'@verdaccio/utils':
|
||||
specifier: workspace:7.1.0-next-8.2
|
||||
specifier: workspace:8.1.0-next-8.2
|
||||
version: link:../../utils
|
||||
core-js:
|
||||
specifier: 3.37.1
|
||||
|
@ -1660,7 +1660,7 @@ importers:
|
|||
specifier: workspace:13.0.0-next-8.2
|
||||
version: link:../core/url
|
||||
'@verdaccio/utils':
|
||||
specifier: workspace:7.1.0-next-8.2
|
||||
specifier: workspace:8.1.0-next-8.2
|
||||
version: link:../utils
|
||||
JSONStream:
|
||||
specifier: 1.3.5
|
||||
|
@ -1810,7 +1810,7 @@ importers:
|
|||
specifier: workspace:13.0.0-next-8.1
|
||||
version: link:../../core/types
|
||||
'@verdaccio/utils':
|
||||
specifier: workspace:7.1.0-next-8.2
|
||||
specifier: workspace:8.1.0-next-8.2
|
||||
version: link:../../utils
|
||||
body-parser:
|
||||
specifier: 1.20.3
|
||||
|
@ -2069,7 +2069,7 @@ importers:
|
|||
specifier: workspace:8.0.0-next-8.2
|
||||
version: link:../plugins/ui-theme
|
||||
'@verdaccio/utils':
|
||||
specifier: workspace:7.1.0-next-8.2
|
||||
specifier: workspace:8.1.0-next-8.2
|
||||
version: link:../utils
|
||||
verdaccio-audit:
|
||||
specifier: workspace:13.0.0-next-8.2
|
||||
|
@ -2151,7 +2151,7 @@ importers:
|
|||
specifier: workspace:13.0.0-next-8.2
|
||||
version: link:../core/url
|
||||
'@verdaccio/utils':
|
||||
specifier: workspace:7.1.0-next-8.2
|
||||
specifier: workspace:8.1.0-next-8.2
|
||||
version: link:../utils
|
||||
debug:
|
||||
specifier: 4.3.7
|
||||
|
@ -2164,7 +2164,7 @@ importers:
|
|||
version: 4.17.21
|
||||
devDependencies:
|
||||
'@verdaccio/api':
|
||||
specifier: workspace:7.1.0-next-8.2
|
||||
specifier: workspace:8.1.0-next-8.2
|
||||
version: link:../api
|
||||
'@verdaccio/test-helper':
|
||||
specifier: workspace:4.0.0-next-8.0
|
||||
|
@ -7401,6 +7401,10 @@ packages:
|
|||
/@jridgewell/sourcemap-codec@1.4.15:
|
||||
resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==}
|
||||
|
||||
/@jridgewell/sourcemap-codec@1.5.0:
|
||||
resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
|
||||
dev: true
|
||||
|
||||
/@jridgewell/trace-mapping@0.3.20:
|
||||
resolution: {integrity: sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==}
|
||||
dependencies:
|
||||
|
@ -11595,7 +11599,7 @@ packages:
|
|||
http-status-codes: 2.2.0
|
||||
dev: true
|
||||
|
||||
/@vitest/coverage-v8@2.0.5(vitest@2.0.4):
|
||||
/@vitest/coverage-v8@2.0.5(vitest@2.1.2):
|
||||
resolution: {integrity: sha512-qeFcySCg5FLO2bHHSa0tAZAOnAUbp4L6/A5JDuj9+bt53JREl8hpLjLHEWF0e/gWc8INVpJaqA7+Ene2rclpZg==}
|
||||
peerDependencies:
|
||||
vitest: 2.0.5
|
||||
|
@ -11612,58 +11616,69 @@ packages:
|
|||
std-env: 3.7.0
|
||||
test-exclude: 7.0.1
|
||||
tinyrainbow: 1.2.0
|
||||
vitest: 2.0.4(@types/node@20.14.12)
|
||||
vitest: 2.1.2(@types/node@20.14.12)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@vitest/expect@2.0.4:
|
||||
resolution: {integrity: sha512-39jr5EguIoanChvBqe34I8m1hJFI4+jxvdOpD7gslZrVQBKhh8H9eD7J/LJX4zakrw23W+dITQTDqdt43xVcJw==}
|
||||
/@vitest/expect@2.1.2:
|
||||
resolution: {integrity: sha512-FEgtlN8mIUSEAAnlvn7mP8vzaWhEaAEvhSXCqrsijM7K6QqjB11qoRZYEd4AKSCDz8p0/+yH5LzhZ47qt+EyPg==}
|
||||
dependencies:
|
||||
'@vitest/spy': 2.0.4
|
||||
'@vitest/utils': 2.0.4
|
||||
'@vitest/spy': 2.1.2
|
||||
'@vitest/utils': 2.1.2
|
||||
chai: 5.1.1
|
||||
tinyrainbow: 1.2.0
|
||||
dev: true
|
||||
|
||||
/@vitest/pretty-format@2.0.4:
|
||||
resolution: {integrity: sha512-RYZl31STbNGqf4l2eQM1nvKPXE0NhC6Eq0suTTePc4mtMQ1Fn8qZmjV4emZdEdG2NOWGKSCrHZjmTqDCDoeFBw==}
|
||||
/@vitest/mocker@2.1.2(@vitest/spy@2.1.2)(vite@5.3.1):
|
||||
resolution: {integrity: sha512-ExElkCGMS13JAJy+812fw1aCv2QO/LBK6CyO4WOPAzLTmve50gydOlWhgdBJPx2ztbADUq3JVI0C5U+bShaeEA==}
|
||||
peerDependencies:
|
||||
'@vitest/spy': 2.1.2
|
||||
msw: ^2.3.5
|
||||
vite: ^5.0.0
|
||||
peerDependenciesMeta:
|
||||
msw:
|
||||
optional: true
|
||||
vite:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@vitest/spy': 2.1.2
|
||||
estree-walker: 3.0.3
|
||||
magic-string: 0.30.11
|
||||
vite: 5.3.1(@types/node@20.14.12)
|
||||
dev: true
|
||||
|
||||
/@vitest/pretty-format@2.1.2:
|
||||
resolution: {integrity: sha512-FIoglbHrSUlOJPDGIrh2bjX1sNars5HbxlcsFKCtKzu4+5lpsRhOCVcuzp0fEhAGHkPZRIXVNzPcpSlkoZ3LuA==}
|
||||
dependencies:
|
||||
tinyrainbow: 1.2.0
|
||||
dev: true
|
||||
|
||||
/@vitest/pretty-format@2.0.5:
|
||||
resolution: {integrity: sha512-h8k+1oWHfwTkyTkb9egzwNMfJAEx4veaPSnMeKbVSjp4euqGSbQlm5+6VHwTr7u4FJslVVsUG5nopCaAYdOmSQ==}
|
||||
/@vitest/runner@2.1.2:
|
||||
resolution: {integrity: sha512-UCsPtvluHO3u7jdoONGjOSil+uON5SSvU9buQh3lP7GgUXHp78guN1wRmZDX4wGK6J10f9NUtP6pO+SFquoMlw==}
|
||||
dependencies:
|
||||
tinyrainbow: 1.2.0
|
||||
dev: true
|
||||
|
||||
/@vitest/runner@2.0.4:
|
||||
resolution: {integrity: sha512-Gk+9Su/2H2zNfNdeJR124gZckd5st4YoSuhF1Rebi37qTXKnqYyFCd9KP4vl2cQHbtuVKjfEKrNJxHHCW8thbQ==}
|
||||
dependencies:
|
||||
'@vitest/utils': 2.0.4
|
||||
'@vitest/utils': 2.1.2
|
||||
pathe: 1.1.2
|
||||
dev: true
|
||||
|
||||
/@vitest/snapshot@2.0.4:
|
||||
resolution: {integrity: sha512-or6Mzoz/pD7xTvuJMFYEtso1vJo1S5u6zBTinfl+7smGUhqybn6VjzCDMhmTyVOFWwkCMuNjmNNxnyXPgKDoPw==}
|
||||
/@vitest/snapshot@2.1.2:
|
||||
resolution: {integrity: sha512-xtAeNsZ++aRIYIUsek7VHzry/9AcxeULlegBvsdLncLmNCR6tR8SRjn8BbDP4naxtccvzTqZ+L1ltZlRCfBZFA==}
|
||||
dependencies:
|
||||
'@vitest/pretty-format': 2.0.4
|
||||
magic-string: 0.30.10
|
||||
'@vitest/pretty-format': 2.1.2
|
||||
magic-string: 0.30.11
|
||||
pathe: 1.1.2
|
||||
dev: true
|
||||
|
||||
/@vitest/spy@2.0.4:
|
||||
resolution: {integrity: sha512-uTXU56TNoYrTohb+6CseP8IqNwlNdtPwEO0AWl+5j7NelS6x0xZZtP0bDWaLvOfUbaYwhhWp1guzXUxkC7mW7Q==}
|
||||
/@vitest/spy@2.1.2:
|
||||
resolution: {integrity: sha512-GSUi5zoy+abNRJwmFhBDC0yRuVUn8WMlQscvnbbXdKLXX9dE59YbfwXxuJ/mth6eeqIzofU8BB5XDo/Ns/qK2A==}
|
||||
dependencies:
|
||||
tinyspy: 3.0.0
|
||||
dev: true
|
||||
|
||||
/@vitest/utils@2.0.4:
|
||||
resolution: {integrity: sha512-Zc75QuuoJhOBnlo99ZVUkJIuq4Oj0zAkrQ2VzCqNCx6wAwViHEh5Fnp4fiJTE9rA+sAoXRf00Z9xGgfEzV6fzQ==}
|
||||
/@vitest/utils@2.1.2:
|
||||
resolution: {integrity: sha512-zMO2KdYy6mx56btx9JvAqAZ6EyS3g49krMPPrgOp1yxGZiA93HumGk+bZ5jIZtOg5/VBYl5eBmGRQHqq4FG6uQ==}
|
||||
dependencies:
|
||||
'@vitest/pretty-format': 2.0.4
|
||||
estree-walker: 3.0.3
|
||||
'@vitest/pretty-format': 2.1.2
|
||||
loupe: 3.1.1
|
||||
tinyrainbow: 1.2.0
|
||||
dev: true
|
||||
|
@ -17515,21 +17530,6 @@ packages:
|
|||
signal-exit: 3.0.7
|
||||
strip-final-newline: 2.0.0
|
||||
|
||||
/execa@8.0.1:
|
||||
resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==}
|
||||
engines: {node: '>=16.17'}
|
||||
dependencies:
|
||||
cross-spawn: 7.0.3
|
||||
get-stream: 8.0.1
|
||||
human-signals: 5.0.0
|
||||
is-stream: 3.0.0
|
||||
merge-stream: 2.0.0
|
||||
npm-run-path: 5.3.0
|
||||
onetime: 6.0.0
|
||||
signal-exit: 4.1.0
|
||||
strip-final-newline: 3.0.0
|
||||
dev: true
|
||||
|
||||
/executable@4.1.1:
|
||||
resolution: {integrity: sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==}
|
||||
engines: {node: '>=4'}
|
||||
|
@ -18577,11 +18577,6 @@ packages:
|
|||
resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==}
|
||||
engines: {node: '>=10'}
|
||||
|
||||
/get-stream@8.0.1:
|
||||
resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==}
|
||||
engines: {node: '>=16'}
|
||||
dev: true
|
||||
|
||||
/get-symbol-description@1.0.2:
|
||||
resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
@ -19506,11 +19501,6 @@ packages:
|
|||
resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==}
|
||||
engines: {node: '>=10.17.0'}
|
||||
|
||||
/human-signals@5.0.0:
|
||||
resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==}
|
||||
engines: {node: '>=16.17.0'}
|
||||
dev: true
|
||||
|
||||
/humanize-ms@1.2.1:
|
||||
resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==}
|
||||
dependencies:
|
||||
|
@ -20228,11 +20218,6 @@ packages:
|
|||
resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
/is-stream@3.0.0:
|
||||
resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==}
|
||||
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/is-string@1.0.7:
|
||||
resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
@ -21812,6 +21797,12 @@ packages:
|
|||
'@jridgewell/sourcemap-codec': 1.4.15
|
||||
dev: true
|
||||
|
||||
/magic-string@0.30.11:
|
||||
resolution: {integrity: sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==}
|
||||
dependencies:
|
||||
'@jridgewell/sourcemap-codec': 1.5.0
|
||||
dev: true
|
||||
|
||||
/magicast@0.3.4:
|
||||
resolution: {integrity: sha512-TyDF/Pn36bBji9rWKHlZe+PZb6Mx5V8IHCSxk7X4aljM4e/vyDvZZYwHewdVaqiA0nb3ghfHU/6AUpDxWoER2Q==}
|
||||
dependencies:
|
||||
|
@ -22511,11 +22502,6 @@ packages:
|
|||
engines: {node: '>=8'}
|
||||
dev: true
|
||||
|
||||
/mimic-fn@4.0.0:
|
||||
resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==}
|
||||
engines: {node: '>=12'}
|
||||
dev: true
|
||||
|
||||
/mimic-response@1.0.1:
|
||||
resolution: {integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==}
|
||||
engines: {node: '>=4'}
|
||||
|
@ -23365,13 +23351,6 @@ packages:
|
|||
dependencies:
|
||||
path-key: 3.1.1
|
||||
|
||||
/npm-run-path@5.3.0:
|
||||
resolution: {integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==}
|
||||
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
||||
dependencies:
|
||||
path-key: 4.0.0
|
||||
dev: true
|
||||
|
||||
/npm-to-yarn@2.0.0:
|
||||
resolution: {integrity: sha512-/IbjiJ7vqbxfxJxAZ+QI9CCRjnIbvGxn5KQcSY9xHh0lMKc/Sgqmm7yp7KPmd6TiTZX5/KiSBKlkGHo59ucZbg==}
|
||||
engines: {node: '>=6.0.0'}
|
||||
|
@ -23718,13 +23697,6 @@ packages:
|
|||
dependencies:
|
||||
mimic-fn: 2.1.0
|
||||
|
||||
/onetime@6.0.0:
|
||||
resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==}
|
||||
engines: {node: '>=12'}
|
||||
dependencies:
|
||||
mimic-fn: 4.0.0
|
||||
dev: true
|
||||
|
||||
/open@7.4.2:
|
||||
resolution: {integrity: sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==}
|
||||
engines: {node: '>=8'}
|
||||
|
@ -24207,11 +24179,6 @@ packages:
|
|||
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
/path-key@4.0.0:
|
||||
resolution: {integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==}
|
||||
engines: {node: '>=12'}
|
||||
dev: true
|
||||
|
||||
/path-parse@1.0.7:
|
||||
resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
|
||||
|
||||
|
@ -28452,11 +28419,6 @@ packages:
|
|||
resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==}
|
||||
engines: {node: '>=6'}
|
||||
|
||||
/strip-final-newline@3.0.0:
|
||||
resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==}
|
||||
engines: {node: '>=12'}
|
||||
dev: true
|
||||
|
||||
/strip-indent@1.0.1:
|
||||
resolution: {integrity: sha512-I5iQq6aFMM62fBEAIB/hXzwJD6EEZ0xEGCX2t7oXqaKPIRgt4WruAQ285BISgdkP+HLGWyeGmNJcpIwFeRYRUA==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
@ -29128,8 +29090,12 @@ packages:
|
|||
/tiny-warning@1.0.3:
|
||||
resolution: {integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==}
|
||||
|
||||
/tinybench@2.8.0:
|
||||
resolution: {integrity: sha512-1/eK7zUnIklz4JUUlL+658n58XO2hHLQfSk1Zf2LKieUjxidN16eKFEoDEfjHc3ohofSSqK3X5yO6VGb6iW8Lw==}
|
||||
/tinybench@2.9.0:
|
||||
resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==}
|
||||
dev: true
|
||||
|
||||
/tinyexec@0.3.0:
|
||||
resolution: {integrity: sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==}
|
||||
dev: true
|
||||
|
||||
/tinypool@1.0.0:
|
||||
|
@ -30346,15 +30312,14 @@ packages:
|
|||
remove-trailing-separator: 1.1.0
|
||||
replace-ext: 1.0.1
|
||||
|
||||
/vite-node@2.0.4(@types/node@20.14.12):
|
||||
resolution: {integrity: sha512-ZpJVkxcakYtig5iakNeL7N3trufe3M6vGuzYAr4GsbCTwobDeyPJpE4cjDhhPluv8OvQCFzu2LWp6GkoKRITXA==}
|
||||
/vite-node@2.1.2(@types/node@20.14.12):
|
||||
resolution: {integrity: sha512-HPcGNN5g/7I2OtPjLqgOtCRu/qhVvBxTUD3qzitmL0SrG1cWFzxzhMDWussxSbrRYWqnKf8P2jiNhPMSN+ymsQ==}
|
||||
engines: {node: ^18.0.0 || >=20.0.0}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
cac: 6.7.14
|
||||
debug: 4.3.7(supports-color@5.5.0)
|
||||
pathe: 1.1.2
|
||||
tinyrainbow: 1.2.0
|
||||
vite: 5.3.1(@types/node@20.14.12)
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
|
@ -30403,15 +30368,15 @@ packages:
|
|||
fsevents: 2.3.3
|
||||
dev: true
|
||||
|
||||
/vitest@2.0.4(@types/node@20.14.12):
|
||||
resolution: {integrity: sha512-luNLDpfsnxw5QSW4bISPe6tkxVvv5wn2BBs/PuDRkhXZ319doZyLOBr1sjfB5yCEpTiU7xCAdViM8TNVGPwoog==}
|
||||
/vitest@2.1.2(@types/node@20.14.12):
|
||||
resolution: {integrity: sha512-veNjLizOMkRrJ6xxb+pvxN6/QAWg95mzcRjtmkepXdN87FNfxAss9RKe2far/G9cQpipfgP2taqg0KiWsquj8A==}
|
||||
engines: {node: ^18.0.0 || >=20.0.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
'@edge-runtime/vm': '*'
|
||||
'@types/node': ^18.0.0 || >=20.0.0
|
||||
'@vitest/browser': 2.0.4
|
||||
'@vitest/ui': 2.0.4
|
||||
'@vitest/browser': 2.1.2
|
||||
'@vitest/ui': 2.1.2
|
||||
happy-dom: '*'
|
||||
jsdom: '*'
|
||||
peerDependenciesMeta:
|
||||
|
@ -30428,29 +30393,30 @@ packages:
|
|||
jsdom:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@ampproject/remapping': 2.3.0
|
||||
'@types/node': 20.14.12
|
||||
'@vitest/expect': 2.0.4
|
||||
'@vitest/pretty-format': 2.0.5
|
||||
'@vitest/runner': 2.0.4
|
||||
'@vitest/snapshot': 2.0.4
|
||||
'@vitest/spy': 2.0.4
|
||||
'@vitest/utils': 2.0.4
|
||||
'@vitest/expect': 2.1.2
|
||||
'@vitest/mocker': 2.1.2(@vitest/spy@2.1.2)(vite@5.3.1)
|
||||
'@vitest/pretty-format': 2.1.2
|
||||
'@vitest/runner': 2.1.2
|
||||
'@vitest/snapshot': 2.1.2
|
||||
'@vitest/spy': 2.1.2
|
||||
'@vitest/utils': 2.1.2
|
||||
chai: 5.1.1
|
||||
debug: 4.3.7(supports-color@5.5.0)
|
||||
execa: 8.0.1
|
||||
magic-string: 0.30.10
|
||||
magic-string: 0.30.11
|
||||
pathe: 1.1.2
|
||||
std-env: 3.7.0
|
||||
tinybench: 2.8.0
|
||||
tinybench: 2.9.0
|
||||
tinyexec: 0.3.0
|
||||
tinypool: 1.0.0
|
||||
tinyrainbow: 1.2.0
|
||||
vite: 5.3.1(@types/node@20.14.12)
|
||||
vite-node: 2.0.4(@types/node@20.14.12)
|
||||
vite-node: 2.1.2(@types/node@20.14.12)
|
||||
why-is-node-running: 2.3.0
|
||||
transitivePeerDependencies:
|
||||
- less
|
||||
- lightningcss
|
||||
- msw
|
||||
- sass
|
||||
- stylus
|
||||
- sugarss
|
||||
|
|
Loading…
Reference in a new issue