@artsy/palette-mobile 13.2.35 → 13.2.36
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 +6 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artsy/palette-mobile",
|
|
3
|
-
"version": "13.2.
|
|
3
|
+
"version": "13.2.36",
|
|
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",
|
|
@@ -117,6 +117,7 @@
|
|
|
117
117
|
"metro-react-native-babel-preset": "0.76.8",
|
|
118
118
|
"nodemon": "^2.0.20",
|
|
119
119
|
"prettier": "^2.8.8",
|
|
120
|
+
"pull-lock": "1.0.0",
|
|
120
121
|
"react": "18.2.0",
|
|
121
122
|
"react-dom": "18.2.0",
|
|
122
123
|
"react-native": "0.73.9",
|
|
@@ -153,6 +154,10 @@
|
|
|
153
154
|
},
|
|
154
155
|
"author": "Pavlos Vinieratos <pvinis@gmail.com>",
|
|
155
156
|
"license": "MIT",
|
|
157
|
+
"pull-lock": {
|
|
158
|
+
"ios/Podfile.lock": "echo \"🚨 New Podfile.lock detected!, you might need to run yarn install:all\" 🚨",
|
|
159
|
+
"yarn.lock": "yarn install"
|
|
160
|
+
},
|
|
156
161
|
"lint-staged": {
|
|
157
162
|
"*.@(md)": [
|
|
158
163
|
"yarn prettier-write"
|