@artsy/palette-mobile 23.9.0 → 23.11.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.
Files changed (1) hide show
  1. package/package.json +3 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/palette-mobile",
3
- "version": "23.9.0",
3
+ "version": "23.11.0",
4
4
  "description": "Artsy's design system for React Native",
5
5
  "workspaces": [
6
6
  "Example"
@@ -13,7 +13,7 @@
13
13
  "bundle-install": "bundle install",
14
14
  "clean": "rimraf dist",
15
15
  "compile": "tsc",
16
- "install:all": "yarn install && yarn postinstall && yarn bundle-install",
16
+ "install:all": "yarn install && yarn bundle-install",
17
17
  "ios": "yarn workspace palette-mobile-example ios",
18
18
  "ios:clean": "yarn workspace palette-mobile-example ios:prebuild --clean",
19
19
  "ios:prebuild": "yarn workspace palette-mobile-example ios:prebuild",
@@ -21,9 +21,8 @@
21
21
  "lint": "eslint --cache --cache-location '.cache/eslint/' --ext .ts,.tsx --fix",
22
22
  "local-palette-dev": "./scripts/sync-after-change",
23
23
  "open-xcode": "open Example/ios/PaletteMobile.xcworkspace",
24
- "postinstall": "yarn patch-package",
25
24
  "prebuild": "yarn workspace palette-mobile-example prebuild",
26
- "prepare": "patch-package && husky install",
25
+ "prepare": "husky install",
27
26
  "prepublishOnly": "yarn clean && yarn compile",
28
27
  "prestart": "yarn workspace palette-mobile-example prestart",
29
28
  "prettier-write": "prettier --write --ignore-unknown",
@@ -113,8 +112,6 @@
113
112
  "lodash": "4.17.21",
114
113
  "moti": "0.30.0",
115
114
  "nodemon": "^3.1.14",
116
- "patch-package": "^8.0.0",
117
- "postinstall-prepare": "^2.0.0",
118
115
  "prettier": "^2.8.8",
119
116
  "pull-lock": "1.0.0",
120
117
  "react": "19.1.0",