diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 4b75a4d5..1afd817e 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -25,7 +25,7 @@ "devDependencies": { "@next/eslint-plugin-next": "14.1.4", "@pandacss/dev": "0.37.2", - "@testing-library/react": "14.3.0", + "@testing-library/react": "15.0.0", "@types/node": "20.12.7", "@types/react": "18.2.75", "@types/react-dom": "18.2.24", diff --git a/packages/ui/package.json b/packages/ui/package.json index a44c09f3..df1b256e 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -33,7 +33,7 @@ "@storybook/react": "^7.6.17", "@storybook/react-vite": "^7.6.17", "@storybook/test": "^7.6.17", - "@testing-library/react": "14.3.0", + "@testing-library/react": "15.0.0", "@turbo/gen": "1.13.2", "@types/node": "20.12.7", "@types/react": "18.2.75", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ed5ba0d6..ca38e6e1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -150,8 +150,8 @@ importers: specifier: 0.37.2 version: 0.37.2(typescript@5.4.5) '@testing-library/react': - specifier: 14.3.0 - version: 14.3.0(react-dom@18.2.0)(react@18.2.0) + specifier: 15.0.0 + version: 15.0.0(react-dom@18.2.0)(react@18.2.0) '@types/node': specifier: 20.12.7 version: 20.12.7 @@ -295,8 +295,8 @@ importers: specifier: ^7.6.17 version: 7.6.17(vitest@1.4.0) '@testing-library/react': - specifier: 14.3.0 - version: 14.3.0(react-dom@18.2.0)(react@18.2.0) + specifier: 15.0.0 + version: 15.0.0(react-dom@18.2.0)(react@18.2.0) '@turbo/gen': specifier: 1.13.2 version: 1.13.2(@types/node@20.12.7)(typescript@5.4.5) @@ -873,14 +873,6 @@ packages: default-browser-id: 3.0.0 dev: true - /@babel/code-frame@7.23.5: - resolution: {integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/highlight': 7.24.2 - chalk: 2.4.2 - dev: true - /@babel/code-frame@7.24.2: resolution: {integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==} engines: {node: '>=6.9.0'} @@ -2259,7 +2251,7 @@ packages: resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.23.5 + '@babel/code-frame': 7.24.2 '@babel/parser': 7.24.1 '@babel/types': 7.24.0 dev: true @@ -6776,6 +6768,20 @@ packages: resolution: {integrity: sha512-myfUej5naTBWnqOCc/MdVOLVjXUXtIA+NpDrDBKJtLLg2shUjBu3cZmB/85RyitKc55+lUUyl7oRfLOvkr2hsw==} dev: true + /@testing-library/dom@10.0.0: + resolution: {integrity: sha512-PmJPnogldqoVFf+EwbHvbBJ98MmqASV8kLrBYgsDNxQcFMeIS7JFL48sfyXvuMtgmWO/wMhh25odr+8VhDmn4g==} + engines: {node: '>=18'} + dependencies: + '@babel/code-frame': 7.24.2 + '@babel/runtime': 7.23.6 + '@types/aria-query': 5.0.4 + aria-query: 5.3.0 + chalk: 4.1.2 + dom-accessibility-api: 0.5.16 + lz-string: 1.5.0 + pretty-format: 27.5.1 + dev: true + /@testing-library/dom@9.3.3: resolution: {integrity: sha512-fB0R+fa3AUqbLHWyxXa2kGVtf1Fe1ZZFr0Zp6AIbIAzXb2mKbEXl+PCQNUOaq5lbTab5tfctfXRNsWXxa2f7Aw==} engines: {node: '>=14'} @@ -6819,15 +6825,15 @@ packages: vitest: 1.4.0(@types/node@20.12.7)(happy-dom@13.9.0) dev: true - /@testing-library/react@14.3.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-AYJGvNFMbCa5vt1UtDCa/dcaABrXq8gph6VN+cffIx0UeA0qiGqS+sT60+sb+Gjc8tGXdECWYQgaF0khf8b+Lg==} - engines: {node: '>=14'} + /@testing-library/react@15.0.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-Nb2Sq8MoSvGVdOGGppRqXeafLtvXCOwiOQtcbqCfkpVNZZNUqIjeSOwrfJ59zBfmZbAn8PitnWEzUKD1YwMrCg==} + engines: {node: '>=18'} peerDependencies: react: ^18.0.0 react-dom: ^18.0.0 dependencies: '@babel/runtime': 7.23.6 - '@testing-library/dom': 9.3.3 + '@testing-library/dom': 10.0.0 '@types/react-dom': 18.2.24 react: 18.2.0 react-dom: 18.2.0(react@18.2.0)