diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bef400aa35d..59c2ea03d17 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -298,8 +298,8 @@ importers: specifier: ^5.0.1 version: 5.0.1(postcss@8.4.32) '@shopify/react-testing': - specifier: ^4.1.0 - version: 4.1.0(react-dom@18.2.0)(react@18.2.0) + specifier: ^6.0.0 + version: 6.0.0(react-dom@18.2.0)(react@18.2.0) '@shopify/useful-types': specifier: ^5.1.2 version: 5.1.2 @@ -5052,17 +5052,18 @@ packages: postcss-will-change: 4.0.1(postcss@8.4.32) dev: true - /@shopify/react-testing@4.1.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-CfqhcjcDisvQ3tmeL81eMEv0Hqmy8z1etDdqg4J5pgt9JN+TR8w1Thp0hm8N/XvLaOeD4qm6IpzRE7Iyamj2ZQ==} - engines: {node: ^14.17.0 || >=16.0.0} + /@shopify/react-testing@6.0.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-dkP0R8KRKbG5ftj20kdid1T3C0TLPnumI/nlaiWvopBV6zoqc1xuIHX83BAHjuutR2Y+Is97GkC231J76gXEUA==} + engines: {node: '>=18.12.0'} peerDependencies: - react: '>=16.8.0 <19.0.0' + react: '>=18.0.0 <19.0.0' react-dom: '>=16.8.0 <19.0.0' dependencies: - '@shopify/useful-types': 5.1.2 + '@shopify/useful-types': 5.3.0 jest-matcher-utils: 26.6.2 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + react-is: 18.1.0 react-reconciler: 0.28.0(react@18.2.0) dev: true @@ -5091,6 +5092,11 @@ packages: engines: {node: ^14.17.0 || >=16.0.0} dev: true + /@shopify/useful-types@5.3.0: + resolution: {integrity: sha512-8BlaedSqR7ssQAhCsa88K+l2eIImSBlTLlnf7/dlqSlMSEqGVUf+O8oPsnyy9Oh3aDMt+rD4Q5JPOo984Cbz7Q==} + engines: {node: '>=18.12.0'} + dev: true + /@shuding/opentype.js@1.4.0-beta.0: resolution: {integrity: sha512-3NgmNyH3l/Hv6EvsWJbsvpcpUba6R8IREQ83nH83cyakCw7uM1arZKNfHwv1Wz6jgqrF/j4x5ELvR6PnK9nTcA==} engines: {node: '>= 8.0.0'} diff --git a/polaris-react/package.json b/polaris-react/package.json index 385ada3e804..bc200043040 100644 --- a/polaris-react/package.json +++ b/polaris-react/package.json @@ -73,7 +73,7 @@ "@csstools/postcss-global-data": "2.1.0", "@shopify/jest-dom-mocks": "^5.0.0", "@shopify/postcss-plugin": "^5.0.1", - "@shopify/react-testing": "^4.1.0", + "@shopify/react-testing": "^6.0.0", "@shopify/useful-types": "^5.1.2", "@storybook/addon-a11y": "^8.0.8", "@storybook/addon-toolbars": "^8.0.8",