mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
fix(deps): update all test dependencies (#4443)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
2afac3cb80
commit
8380b8e980
5 changed files with 34 additions and 30 deletions
|
@ -47,7 +47,7 @@
|
||||||
"@emotion/react": "11.10.6",
|
"@emotion/react": "11.10.6",
|
||||||
"@emotion/styled": "11.10.6",
|
"@emotion/styled": "11.10.6",
|
||||||
"@testing-library/dom": "9.3.4",
|
"@testing-library/dom": "9.3.4",
|
||||||
"@testing-library/jest-dom": "6.2.0",
|
"@testing-library/jest-dom": "6.2.1",
|
||||||
"@testing-library/react": "14.1.2",
|
"@testing-library/react": "14.1.2",
|
||||||
"@trivago/prettier-plugin-sort-imports": "4.3.0",
|
"@trivago/prettier-plugin-sort-imports": "4.3.0",
|
||||||
"@types/body-parser": "1.19.5",
|
"@types/body-parser": "1.19.5",
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@emotion/babel-plugin": "11.10.6",
|
"@emotion/babel-plugin": "11.10.6",
|
||||||
"@emotion/css": "11.10.6",
|
"@emotion/css": "11.10.6",
|
||||||
"@emotion/jest": "11.10.5",
|
"@emotion/jest": "11.11.0",
|
||||||
"@emotion/react": "11.10.6",
|
"@emotion/react": "11.10.6",
|
||||||
"@emotion/styled": "11.10.6",
|
"@emotion/styled": "11.10.6",
|
||||||
"@mui/icons-material": "5.15.5",
|
"@mui/icons-material": "5.15.5",
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
"@rematch/loading": "2.1.2",
|
"@rematch/loading": "2.1.2",
|
||||||
"@rematch/persist": "2.1.2",
|
"@rematch/persist": "2.1.2",
|
||||||
"@testing-library/dom": "9.3.4",
|
"@testing-library/dom": "9.3.4",
|
||||||
"@testing-library/jest-dom": "6.2.0",
|
"@testing-library/jest-dom": "6.2.1",
|
||||||
"@testing-library/react": "14.1.2",
|
"@testing-library/react": "14.1.2",
|
||||||
"@verdaccio/node-api": "workspace:7.0.0-next-7.7",
|
"@verdaccio/node-api": "workspace:7.0.0-next-7.7",
|
||||||
"@verdaccio/types": "workspace:*",
|
"@verdaccio/types": "workspace:*",
|
||||||
|
|
|
@ -61,7 +61,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.23.0",
|
"@babel/core": "^7.23.0",
|
||||||
"@emotion/babel-plugin": "11.10.6",
|
"@emotion/babel-plugin": "11.10.6",
|
||||||
"@emotion/jest": "11.10.5",
|
"@emotion/jest": "11.11.0",
|
||||||
"@storybook/addon-actions": "^6.5.15",
|
"@storybook/addon-actions": "^6.5.15",
|
||||||
"@storybook/addon-essentials": "^6.5.15",
|
"@storybook/addon-essentials": "^6.5.15",
|
||||||
"@storybook/addon-interactions": "^6.5.15",
|
"@storybook/addon-interactions": "^6.5.15",
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
"@storybook/react": "^6.5.15",
|
"@storybook/react": "^6.5.15",
|
||||||
"@storybook/testing-library": "^0.2.0",
|
"@storybook/testing-library": "^0.2.0",
|
||||||
"@testing-library/dom": "9.3.4",
|
"@testing-library/dom": "9.3.4",
|
||||||
"@testing-library/jest-dom": "6.2.0",
|
"@testing-library/jest-dom": "6.2.1",
|
||||||
"@testing-library/react": "14.1.2",
|
"@testing-library/react": "14.1.2",
|
||||||
"@types/hast": "^2.0.0",
|
"@types/hast": "^2.0.0",
|
||||||
"@types/react-router": "^5.1.20",
|
"@types/react-router": "^5.1.20",
|
||||||
|
|
|
@ -105,8 +105,8 @@ importers:
|
||||||
specifier: 9.3.4
|
specifier: 9.3.4
|
||||||
version: 9.3.4
|
version: 9.3.4
|
||||||
'@testing-library/jest-dom':
|
'@testing-library/jest-dom':
|
||||||
specifier: 6.2.0
|
specifier: 6.2.1
|
||||||
version: 6.2.0(@types/jest@29.5.11)(jest@29.7.0)(vitest@0.34.6)
|
version: 6.2.1(@types/jest@29.5.11)(jest@29.7.0)(vitest@0.34.6)
|
||||||
'@testing-library/react':
|
'@testing-library/react':
|
||||||
specifier: 14.1.2
|
specifier: 14.1.2
|
||||||
version: 14.1.2(react-dom@18.2.0)(react@18.2.0)
|
version: 14.1.2(react-dom@18.2.0)(react@18.2.0)
|
||||||
|
@ -1176,8 +1176,8 @@ importers:
|
||||||
specifier: 11.10.6
|
specifier: 11.10.6
|
||||||
version: 11.10.6
|
version: 11.10.6
|
||||||
'@emotion/jest':
|
'@emotion/jest':
|
||||||
specifier: 11.10.5
|
specifier: 11.11.0
|
||||||
version: 11.10.5(@types/jest@29.5.11)
|
version: 11.11.0(@types/jest@29.5.11)
|
||||||
'@emotion/react':
|
'@emotion/react':
|
||||||
specifier: 11.10.6
|
specifier: 11.10.6
|
||||||
version: 11.10.6(@types/react@18.2.48)(react@18.2.0)
|
version: 11.10.6(@types/react@18.2.48)(react@18.2.0)
|
||||||
|
@ -1206,8 +1206,8 @@ importers:
|
||||||
specifier: 9.3.4
|
specifier: 9.3.4
|
||||||
version: 9.3.4
|
version: 9.3.4
|
||||||
'@testing-library/jest-dom':
|
'@testing-library/jest-dom':
|
||||||
specifier: 6.2.0
|
specifier: 6.2.1
|
||||||
version: 6.2.0(@types/jest@29.5.11)(jest@29.7.0)(vitest@0.34.6)
|
version: 6.2.1(@types/jest@29.5.11)(jest@29.7.0)(vitest@0.34.6)
|
||||||
'@testing-library/react':
|
'@testing-library/react':
|
||||||
specifier: 14.1.2
|
specifier: 14.1.2
|
||||||
version: 14.1.2(react-dom@18.2.0)(react@18.2.0)
|
version: 14.1.2(react-dom@18.2.0)(react@18.2.0)
|
||||||
|
@ -1918,8 +1918,8 @@ importers:
|
||||||
specifier: 11.10.6
|
specifier: 11.10.6
|
||||||
version: 11.10.6
|
version: 11.10.6
|
||||||
'@emotion/jest':
|
'@emotion/jest':
|
||||||
specifier: 11.10.5
|
specifier: 11.11.0
|
||||||
version: 11.10.5(@types/jest@29.5.11)
|
version: 11.11.0(@types/jest@29.5.11)
|
||||||
'@storybook/addon-actions':
|
'@storybook/addon-actions':
|
||||||
specifier: ^6.5.15
|
specifier: ^6.5.15
|
||||||
version: 6.5.16(react-dom@18.2.0)(react@18.2.0)
|
version: 6.5.16(react-dom@18.2.0)(react@18.2.0)
|
||||||
|
@ -1948,8 +1948,8 @@ importers:
|
||||||
specifier: 9.3.4
|
specifier: 9.3.4
|
||||||
version: 9.3.4
|
version: 9.3.4
|
||||||
'@testing-library/jest-dom':
|
'@testing-library/jest-dom':
|
||||||
specifier: 6.2.0
|
specifier: 6.2.1
|
||||||
version: 6.2.0(@types/jest@29.5.11)(jest@29.7.0)(vitest@0.34.6)
|
version: 6.2.1(@types/jest@29.5.11)(jest@29.7.0)(vitest@0.34.6)
|
||||||
'@testing-library/react':
|
'@testing-library/react':
|
||||||
specifier: 14.1.2
|
specifier: 14.1.2
|
||||||
version: 14.1.2(react-dom@18.2.0)(react@18.2.0)
|
version: 14.1.2(react-dom@18.2.0)(react@18.2.0)
|
||||||
|
@ -2166,8 +2166,8 @@ importers:
|
||||||
specifier: 11.10.6
|
specifier: 11.10.6
|
||||||
version: 11.10.6
|
version: 11.10.6
|
||||||
'@emotion/jest':
|
'@emotion/jest':
|
||||||
specifier: 11.10.5
|
specifier: 11.11.0
|
||||||
version: 11.10.5(@types/jest@29.5.11)
|
version: 11.11.0(@types/jest@29.5.11)
|
||||||
'@emotion/react':
|
'@emotion/react':
|
||||||
specifier: 11.10.6
|
specifier: 11.10.6
|
||||||
version: 11.10.6(@types/react@18.2.48)(react@17.0.2)
|
version: 11.10.6(@types/react@18.2.48)(react@17.0.2)
|
||||||
|
@ -7002,11 +7002,11 @@ packages:
|
||||||
'@emotion/weak-memoize': 0.3.1
|
'@emotion/weak-memoize': 0.3.1
|
||||||
stylis: 4.2.0
|
stylis: 4.2.0
|
||||||
|
|
||||||
/@emotion/css-prettifier@1.1.1:
|
/@emotion/css-prettifier@1.1.3:
|
||||||
resolution: {integrity: sha512-dtiZLNN3dWP0mo/+VTPkzNrjp1wL6VRHOOSMn3XpQM4D/7xOVHEIQR6lT5Yj5Omun1REog5NFZ+5hxj+LtTIyQ==}
|
resolution: {integrity: sha512-KNv23+VQ+pcw3ebd1vSEl11CQ6SKAG5EQkrinjVGsfw3ZTWe6/tpWQrsvFLqCtU2LRiLPi04KgFCE4A9+crfpQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@emotion/memoize': 0.8.1
|
'@emotion/memoize': 0.8.1
|
||||||
stylis: 4.1.3
|
stylis: 4.2.0
|
||||||
|
|
||||||
/@emotion/css@11.10.6:
|
/@emotion/css@11.10.6:
|
||||||
resolution: {integrity: sha512-88Sr+3heKAKpj9PCqq5A1hAmAkoSIvwEq1O2TwDij7fUtsJpdkV4jMTISSTouFeRvsGvXIpuSuDQ4C1YdfNGXw==}
|
resolution: {integrity: sha512-88Sr+3heKAKpj9PCqq5A1hAmAkoSIvwEq1O2TwDij7fUtsJpdkV4jMTISSTouFeRvsGvXIpuSuDQ4C1YdfNGXw==}
|
||||||
|
@ -7028,8 +7028,8 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@emotion/memoize': 0.8.1
|
'@emotion/memoize': 0.8.1
|
||||||
|
|
||||||
/@emotion/jest@11.10.5(@types/jest@29.5.11):
|
/@emotion/jest@11.11.0(@types/jest@29.5.11):
|
||||||
resolution: {integrity: sha512-LagosxybgisPlxfBGas9kGcNB5xTTX125WbjEVZiE3MEbb+dI4UYn0XIzrsilR8nUaQ5lH6yKUFrMmz7kB34vg==}
|
resolution: {integrity: sha512-XZlnmdUZ32YjQnInsCFk/plKpkV/NXN1Ab4YoNvXN887MeR3Hr5ZsTyoblIW8AWwdfQiZHHphaPMb56lk6Ofdw==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@types/jest': ^26.0.14 || ^27.0.0 || ^28.0.0 || ^29.0.0
|
'@types/jest': ^26.0.14 || ^27.0.0 || ^28.0.0 || ^29.0.0
|
||||||
enzyme-to-json: ^3.2.1
|
enzyme-to-json: ^3.2.1
|
||||||
|
@ -7039,12 +7039,12 @@ packages:
|
||||||
enzyme-to-json:
|
enzyme-to-json:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.21.0
|
'@babel/runtime': 7.23.8
|
||||||
'@emotion/css-prettifier': 1.1.1
|
'@emotion/css-prettifier': 1.1.3
|
||||||
'@types/jest': 29.5.11
|
'@types/jest': 29.5.11
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
specificity: 0.4.1
|
specificity: 0.4.1
|
||||||
stylis: 4.1.3
|
stylis: 4.2.0
|
||||||
|
|
||||||
/@emotion/memoize@0.8.0:
|
/@emotion/memoize@0.8.0:
|
||||||
resolution: {integrity: sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==}
|
resolution: {integrity: sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==}
|
||||||
|
@ -10463,17 +10463,20 @@ packages:
|
||||||
pretty-format: 27.5.1
|
pretty-format: 27.5.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@testing-library/jest-dom@6.2.0(@types/jest@29.5.11)(jest@29.7.0)(vitest@0.34.6):
|
/@testing-library/jest-dom@6.2.1(@types/jest@29.5.11)(jest@29.7.0)(vitest@0.34.6):
|
||||||
resolution: {integrity: sha512-+BVQlJ9cmEn5RDMUS8c2+TU6giLvzaHZ8sU/x0Jj7fk+6/46wPdwlgOPcpxS17CjcanBi/3VmGMqVr2rmbUmNw==}
|
resolution: {integrity: sha512-Nuy/uFFDe9h/2jwoUuMKgoxvgkUv4S9jI9bARj6dGUKJ3euRhg8JFi5sciYbrayoxkadEOZednRT9+vo6LvvxQ==}
|
||||||
engines: {node: '>=14', npm: '>=6', yarn: '>=1'}
|
engines: {node: '>=14', npm: '>=6', yarn: '>=1'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@jest/globals': '>= 28'
|
'@jest/globals': '>= 28'
|
||||||
|
'@types/bun': latest
|
||||||
'@types/jest': '>= 28'
|
'@types/jest': '>= 28'
|
||||||
jest: '>= 28'
|
jest: '>= 28'
|
||||||
vitest: '>= 0.32'
|
vitest: '>= 0.32'
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
'@jest/globals':
|
'@jest/globals':
|
||||||
optional: true
|
optional: true
|
||||||
|
'@types/bun':
|
||||||
|
optional: true
|
||||||
'@types/jest':
|
'@types/jest':
|
||||||
optional: true
|
optional: true
|
||||||
jest:
|
jest:
|
||||||
|
@ -10482,7 +10485,7 @@ packages:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@adobe/css-tools': 4.3.2
|
'@adobe/css-tools': 4.3.2
|
||||||
'@babel/runtime': 7.23.7
|
'@babel/runtime': 7.23.8
|
||||||
'@types/jest': 29.5.11
|
'@types/jest': 29.5.11
|
||||||
aria-query: 5.3.0
|
aria-query: 5.3.0
|
||||||
chalk: 3.0.0
|
chalk: 3.0.0
|
||||||
|
@ -11116,9 +11119,10 @@ packages:
|
||||||
resolution: {integrity: sha512-bnreXCgus6IIadyHNlN/oI5FfX4dWgvGhOPvpr7zzCYDGAPIfvyIoAozMBINmhmsVuqV0cncejF2y5KC7ScqOg==}
|
resolution: {integrity: sha512-bnreXCgus6IIadyHNlN/oI5FfX4dWgvGhOPvpr7zzCYDGAPIfvyIoAozMBINmhmsVuqV0cncejF2y5KC7ScqOg==}
|
||||||
deprecated: This is a stub types definition. @testing-library/jest-dom provides its own type definitions, so you do not need this installed.
|
deprecated: This is a stub types definition. @testing-library/jest-dom provides its own type definitions, so you do not need this installed.
|
||||||
dependencies:
|
dependencies:
|
||||||
'@testing-library/jest-dom': 6.2.0(@types/jest@29.5.11)(jest@29.7.0)(vitest@0.34.6)
|
'@testing-library/jest-dom': 6.2.1(@types/jest@29.5.11)(jest@29.7.0)(vitest@0.34.6)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@jest/globals'
|
- '@jest/globals'
|
||||||
|
- '@types/bun'
|
||||||
- '@types/jest'
|
- '@types/jest'
|
||||||
- jest
|
- jest
|
||||||
- vitest
|
- vitest
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
"@docusaurus/theme-search-algolia": "2.4.3",
|
"@docusaurus/theme-search-algolia": "2.4.3",
|
||||||
"@emotion/cache": "11.10.7",
|
"@emotion/cache": "11.10.7",
|
||||||
"@emotion/css": "11.10.6",
|
"@emotion/css": "11.10.6",
|
||||||
"@emotion/jest": "11.10.5",
|
"@emotion/jest": "11.11.0",
|
||||||
"@emotion/react": "11.10.6",
|
"@emotion/react": "11.10.6",
|
||||||
"@emotion/styled": "11.10.6",
|
"@emotion/styled": "11.10.6",
|
||||||
"@mdx-js/react": "^1.6.22",
|
"@mdx-js/react": "^1.6.22",
|
||||||
|
|
Loading…
Reference in a new issue