diff --git a/odd-platform-ui/package.json b/odd-platform-ui/package.json index 9ee9358cf..f272a5a1f 100644 --- a/odd-platform-ui/package.json +++ b/odd-platform-ui/package.json @@ -90,7 +90,7 @@ "devDependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", - "@testing-library/jest-dom": "^5.17.0", + "@testing-library/jest-dom": "^6.1.5", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", "@types/d3": "^7.4.3", @@ -107,7 +107,7 @@ "@types/react-dom": "^18.2.17", "@types/react-redux": "^7.1.31", "@types/recharts": "^1.8.28", - "@types/testing-library__jest-dom": "^5.14.9", + "@types/testing-library__jest-dom": "^6.0.0", "@types/unist": "^3.0.2", "@types/uuid": "^9.0.2", "@typescript-eslint/eslint-plugin": "^6.9.1", diff --git a/odd-platform-ui/pnpm-lock.yaml b/odd-platform-ui/pnpm-lock.yaml index 6ca9f5166..dd7609ef2 100644 --- a/odd-platform-ui/pnpm-lock.yaml +++ b/odd-platform-ui/pnpm-lock.yaml @@ -159,8 +159,8 @@ devDependencies: specifier: ^11.11.0 version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.39)(react@18.2.0) '@testing-library/jest-dom': - specifier: ^5.17.0 - version: 5.17.0 + specifier: ^6.1.5 + version: 6.1.5(@types/jest@29.5.10)(vitest@0.34.6) '@testing-library/react': specifier: ^14.0.0 version: 14.0.0(react-dom@18.2.0)(react@18.2.0) @@ -210,8 +210,8 @@ devDependencies: specifier: ^1.8.28 version: 1.8.28 '@types/testing-library__jest-dom': - specifier: ^5.14.9 - version: 5.14.9 + specifier: ^6.0.0 + version: 6.0.0 '@types/unist': specifier: ^3.0.2 version: 3.0.2 @@ -1464,7 +1464,7 @@ packages: engines: {node: '>=14'} dependencies: '@babel/code-frame': 7.22.13 - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.5 '@types/aria-query': 5.0.1 aria-query: 5.1.3 chalk: 4.1.2 @@ -1478,7 +1478,7 @@ packages: engines: {node: '>=8', npm: '>=6', yarn: '>=1'} dependencies: '@adobe/css-tools': 4.3.1 - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.5 '@types/testing-library__jest-dom': 5.14.9 aria-query: 5.3.0 chalk: 3.0.0 @@ -1488,6 +1488,36 @@ packages: redent: 3.0.0 dev: true + /@testing-library/jest-dom@6.1.5(@types/jest@29.5.10)(vitest@0.34.6): + resolution: {integrity: sha512-3y04JLW+EceVPy2Em3VwNr95dOKqA8DhR0RJHhHKDZNYXcVXnEK7WIrpj4eYU8SVt/qYZ2aRWt/WgQ+grNES8g==} + engines: {node: '>=14', npm: '>=6', yarn: '>=1'} + peerDependencies: + '@jest/globals': '>= 28' + '@types/jest': '>= 28' + jest: '>= 28' + vitest: '>= 0.32' + peerDependenciesMeta: + '@jest/globals': + optional: true + '@types/jest': + optional: true + jest: + optional: true + vitest: + optional: true + dependencies: + '@adobe/css-tools': 4.3.1 + '@babel/runtime': 7.23.5 + '@types/jest': 29.5.10 + aria-query: 5.3.0 + chalk: 3.0.0 + css.escape: 1.5.1 + dom-accessibility-api: 0.5.16 + lodash: 4.17.21 + redent: 3.0.0 + vitest: 0.34.6(jsdom@22.1.0) + dev: true + /@testing-library/react@14.0.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-S04gSNJbYE30TlIMLTzv6QCTzt9AqIF5y6s6SzVFILNcNvbV/jU96GeiTPillGQo+Ny64M/5PV7klNYYgv5Dfg==} engines: {node: '>=14'} @@ -1920,6 +1950,13 @@ packages: '@types/jest': 29.5.10 dev: true + /@types/testing-library__jest-dom@6.0.0: + 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. + dependencies: + '@testing-library/jest-dom': 5.17.0 + dev: true + /@types/unist@2.0.7: resolution: {integrity: sha512-cputDpIbFgLUaGQn6Vqg3/YsJwxUwHLO13v3i5ouxT4lat0khip9AEWxtERujXV9wxIB1EyF97BSJFt6vpdI8g==} @@ -2086,7 +2123,7 @@ packages: react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.5 '@uiw/copy-to-clipboard': 1.0.15 react: 18.2.0 react-dom: 18.2.0(react@18.2.0)