@artsy/palette-mobile 14.0.38 → 14.0.39
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.
- package/dist/setupJest.js +0 -1
- package/package.json +17 -13
package/dist/setupJest.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import "@testing-library/react-native/extend-expect";
|
|
2
2
|
import mockSafeAreaContext from "react-native-safe-area-context/jest/mock";
|
|
3
3
|
jest.mock("react-native-safe-area-context", () => mockSafeAreaContext);
|
|
4
|
-
jest.mock("react-native/Libraries/Animated/NativeAnimatedHelper");
|
|
5
4
|
require("react-native-reanimated").setUpTests();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artsy/palette-mobile",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.39",
|
|
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",
|
|
@@ -66,18 +66,22 @@
|
|
|
66
66
|
"@artsy/auto-config": "1.2.0",
|
|
67
67
|
"@auto-it/all-contributors": "10.46.0",
|
|
68
68
|
"@auto-it/first-time-contributor": "10.46.0",
|
|
69
|
-
"@babel/core": "^7.
|
|
70
|
-
"@babel/plugin-proposal-decorators": "7.
|
|
71
|
-
"@babel/preset-env": "^7.
|
|
69
|
+
"@babel/core": "^7.25.2",
|
|
70
|
+
"@babel/plugin-proposal-decorators": "7.25.9",
|
|
71
|
+
"@babel/preset-env": "^7.25.3",
|
|
72
|
+
"@babel/runtime": "^7.25.0",
|
|
72
73
|
"@babel/preset-flow": "7.18.6",
|
|
74
|
+
"@babel/plugin-proposal-private-methods": "7.18.6",
|
|
73
75
|
"@babel/preset-react": "7.18.6",
|
|
74
76
|
"@babel/preset-typescript": "7.18.6",
|
|
75
|
-
"@
|
|
76
|
-
"@react-native-
|
|
77
|
-
"@react-native/
|
|
78
|
-
"@react-native/
|
|
79
|
-
"@react-native/
|
|
80
|
-
"@react-native/
|
|
77
|
+
"@react-native-async-storage/async-storage": "2.0.0",
|
|
78
|
+
"@react-native-community/cli": "15.0.1",
|
|
79
|
+
"@react-native-community/cli-platform-android": "15.0.1",
|
|
80
|
+
"@react-native-community/cli-platform-ios": "15.0.1",
|
|
81
|
+
"@react-native/babel-preset": "0.76.7",
|
|
82
|
+
"@react-native/eslint-config": "0.76.7",
|
|
83
|
+
"@react-native/metro-config": "0.76.7",
|
|
84
|
+
"@react-native/typescript-config": "0.76.7",
|
|
81
85
|
"@storybook/react-native": "6.0.1-beta.11",
|
|
82
86
|
"@testing-library/react-native": "12.8.1",
|
|
83
87
|
"@types/events": "^3.0.0",
|
|
@@ -120,13 +124,13 @@
|
|
|
120
124
|
"pull-lock": "1.0.0",
|
|
121
125
|
"react": "18.3.1",
|
|
122
126
|
"react-dom": "18.2.0",
|
|
123
|
-
"react-native": "0.
|
|
124
|
-
"react-native-device-info": "
|
|
127
|
+
"react-native": "0.76.7",
|
|
128
|
+
"react-native-device-info": "14.0.4",
|
|
125
129
|
"react-native-haptic-feedback": "1.14.0",
|
|
126
130
|
"react-native-linear-gradient": "2.6.2",
|
|
127
131
|
"react-native-reanimated": "^3.16.7",
|
|
128
132
|
"react-native-safe-area-context": "4.11.1",
|
|
129
|
-
"react-native-svg": "
|
|
133
|
+
"react-native-svg": "15.10.1",
|
|
130
134
|
"react-test-renderer": "18.3.1",
|
|
131
135
|
"rimraf": "4.1.2",
|
|
132
136
|
"styled-components": "^5.3.6",
|