@artsy/palette-mobile 17.17.0 → 17.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- import "@testing-library/react-native/extend-expect";
1
+ export {};
package/dist/setupJest.js CHANGED
@@ -1,4 +1,3 @@
1
- import "@testing-library/react-native/extend-expect";
2
1
  import mockSafeAreaContext from "react-native-safe-area-context/jest/mock";
3
2
  jest.mock("react-native-safe-area-context", () => mockSafeAreaContext);
4
3
  jest.mock("react-native-blurhash", () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/palette-mobile",
3
- "version": "17.17.0",
3
+ "version": "17.18.0",
4
4
  "description": "Artsy's design system for React Native",
5
5
  "scripts": {
6
6
  "android": "RCT_METRO_PORT=8082 react-native run-android --port 8082 --terminal terminal",
@@ -83,7 +83,7 @@
83
83
  "@react-native/metro-config": "0.76.9",
84
84
  "@react-native/typescript-config": "0.76.9",
85
85
  "@storybook/react-native": "6.0.1-beta.11",
86
- "@testing-library/react-native": "12.8.1",
86
+ "@testing-library/react-native": "13.2.0",
87
87
  "@types/events": "^3.0.0",
88
88
  "@types/jest": "29.4.0",
89
89
  "@types/lodash": "4.14.191",