@artsy/palette-mobile 18.0.0 → 19.0.0--canary.370.4201.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.
- package/package.json +11 -8
package/package.json
CHANGED
|
@@ -1,20 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artsy/palette-mobile",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "19.0.0--canary.370.4201.0",
|
|
4
4
|
"description": "Artsy's design system for React Native",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"android": "
|
|
6
|
+
"android": "expo run:android --port 8082",
|
|
7
7
|
"beta:ios": "bundle e fastlane ios beta",
|
|
8
8
|
"bundle-install": "bundle install",
|
|
9
9
|
"clean": "rimraf dist",
|
|
10
10
|
"compile": "tsc",
|
|
11
11
|
"install:all": "yarn install && yarn bundle-install && yarn pod-install",
|
|
12
|
-
"ios": "
|
|
12
|
+
"ios": "expo run:ios --port 8082",
|
|
13
13
|
"lint:all": "yarn lint .",
|
|
14
14
|
"lint": "eslint --cache --cache-location '.cache/eslint/' --ext .ts,.tsx --fix",
|
|
15
15
|
"local-palette-dev": "./scripts/sync-after-change",
|
|
16
16
|
"open-xcode": "open ios/PaletteMobile.xcworkspace",
|
|
17
17
|
"pod-install": "cd ios && bundle exec pod install && cd ..",
|
|
18
|
+
"prebuild": "npx expo prebuild",
|
|
18
19
|
"prepare": "patch-package && husky install",
|
|
19
20
|
"prepublishOnly": "yarn clean && yarn compile",
|
|
20
21
|
"prestart": "sb-rn-get-stories",
|
|
@@ -22,8 +23,8 @@
|
|
|
22
23
|
"release:canary": "auto canary",
|
|
23
24
|
"release": "auto shipit",
|
|
24
25
|
"setup:artsy": "./scripts/download-fonts",
|
|
25
|
-
"start:reset-cache": "
|
|
26
|
-
"start": "
|
|
26
|
+
"start:reset-cache": "npx expo start -c --port 8082",
|
|
27
|
+
"start": "npx expo start --port 8082",
|
|
27
28
|
"storybook-watcher": "sb-rn-watcher",
|
|
28
29
|
"test": "jest --maxWorkers=2",
|
|
29
30
|
"type-check": "tsc --noEmit"
|
|
@@ -34,7 +35,7 @@
|
|
|
34
35
|
],
|
|
35
36
|
"dependencies": {
|
|
36
37
|
"@artsy/icons": "^3.49.0",
|
|
37
|
-
"@artsy/palette-tokens": "
|
|
38
|
+
"@artsy/palette-tokens": "7.0.0",
|
|
38
39
|
"@d11/react-native-fast-image": "^8.10.0",
|
|
39
40
|
"@shopify/flash-list": "^1.8.3",
|
|
40
41
|
"@styled-system/core": "^5.1.2",
|
|
@@ -43,7 +44,7 @@
|
|
|
43
44
|
"lodash": "^4.17.21",
|
|
44
45
|
"moti": "^0.25.3",
|
|
45
46
|
"react-nanny": "^2.15.0",
|
|
46
|
-
"react-native-blurhash": "
|
|
47
|
+
"react-native-blurhash": "2.1.1",
|
|
47
48
|
"react-native-collapsible-tab-view": "^8.0.1",
|
|
48
49
|
"react-native-pager-view": "6.5.0",
|
|
49
50
|
"react-native-popover-view": "^6.1.0",
|
|
@@ -112,6 +113,8 @@
|
|
|
112
113
|
"eslint-plugin-react-native-a11y": "^3.5.1",
|
|
113
114
|
"eslint-plugin-storybook": "0.6.10",
|
|
114
115
|
"eslint-plugin-testing-library": "6.4.0",
|
|
116
|
+
"expo": "~52.0.0",
|
|
117
|
+
"expo-dev-client": "~5.0.20",
|
|
115
118
|
"husky": "^8.0.3",
|
|
116
119
|
"jest": "29.6.3",
|
|
117
120
|
"jest-environment-jsdom": "29.4.2",
|
|
@@ -131,7 +134,7 @@
|
|
|
131
134
|
"react-native-device-info": "14.0.4",
|
|
132
135
|
"react-native-haptic-feedback": "1.14.0",
|
|
133
136
|
"react-native-linear-gradient": "2.6.2",
|
|
134
|
-
"react-native-reanimated": "
|
|
137
|
+
"react-native-reanimated": "3.16.7",
|
|
135
138
|
"react-native-safe-area-context": "5.4.1",
|
|
136
139
|
"react-native-svg": "15.10.1",
|
|
137
140
|
"react-test-renderer": "18.3.1",
|