@artsy/palette-mobile 23.8.0 → 23.10.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 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/palette-mobile",
3
- "version": "23.8.0",
3
+ "version": "23.10.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",
@@ -103,7 +102,6 @@
103
102
  "eslint-plugin-react": "7.32.2",
104
103
  "eslint-plugin-react-hooks": "^4.6.0",
105
104
  "eslint-plugin-react-native-a11y": "^3.5.1",
106
- "eslint-plugin-storybook": "0.6.10",
107
105
  "eslint-plugin-testing-library": "6.4.0",
108
106
  "husky": "^8.0.3",
109
107
  "jest": "~29.7.0",
@@ -114,8 +112,6 @@
114
112
  "lodash": "4.17.21",
115
113
  "moti": "0.30.0",
116
114
  "nodemon": "^3.1.14",
117
- "patch-package": "^8.0.0",
118
- "postinstall-prepare": "^2.0.0",
119
115
  "prettier": "^2.8.8",
120
116
  "pull-lock": "1.0.0",
121
117
  "react": "19.1.0",