-
Notifications
You must be signed in to change notification settings - Fork 583
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): remove storybook (#9792)
* build(deps): remove storybook * chore: remove storybook leftovers
- Loading branch information
Showing
37 changed files
with
49 additions
and
2,440 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
src/__generated__/* | ||
src/storybook/storybook.requires.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"startStorybook": false, | ||
"logAction": true, | ||
"logDatadog": true, | ||
"logEventTracked": true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ | |
"generate-changelog": "ts-node scripts/changelog/generateChangelog.ts", | ||
"navigate-to-route": "./scripts/utils/navigate-to-route", | ||
"navigate-to-route-android": "./scripts/utils/navigate-to-route-android", | ||
"init-metaflags": "jq -Rn '{ startStorybook: false }' | sponge metaflags.json", | ||
"init-metaflags": "jq -Rn '{ }' | sponge metaflags.json", | ||
"install:all": "./scripts/setup/install", | ||
"ios": "react-native run-ios --udid=\"$(xcrun simctl list | awk -F'[()]' '/(Booted)/ { print $2 }')\"", | ||
"local-palette-dev": "./scripts/palette/yalc-link-local-palette", | ||
|
@@ -59,11 +59,8 @@ | |
"open-xcode": "open ios/Artsy.xcworkspace", | ||
"pod-install": "cd ios; bundle exec pod install; cd ..; ./scripts/setup/post-pod-install.rb", | ||
"pod-install-repo-update": "cd ios; bundle exec pod install --repo-update; cd ..; ./scripts/setup/post-pod-install.rb", | ||
"postinit-metaflags": "rimraf storybook.json", | ||
"postinstall": "react-native setup-ios-permissions; yarn init-metaflags; prettier --write package.json; ./scripts/setup/update-echo", | ||
"prepare": "patch-package && husky install", | ||
"prestart": "./scripts/setup/set-storybook-environment.js", | ||
"prestart-storybook": "yarn sb-rn-get-stories --config-path ./src/app/storybook", | ||
"prettier-project": "yarn run prettier-write 'src/**/*.{ts,tsx}'", | ||
"prettier-write": "prettier --write", | ||
"relay": "[ -f data/complete.queryMap.json ] || echo '{}' > data/complete.queryMap.json && relay-compiler --repersist", | ||
|
@@ -74,10 +71,7 @@ | |
"setup:releases": "./scripts/setup/setup-env-for-artsy && ./scripts/setup/setup-env-for-releases", | ||
"setup:releases:update!": "scripts/setup/update-env-for-releases", | ||
"start": "concurrently 'yarn relay:watch' 'react-native start'", | ||
"start-storybook": "STORYBOOK=1 yarn start", | ||
"start:reset-cache": "yarn start --reset-cache", | ||
"storybook-android": "npx artsy open -a storybook", | ||
"storybook-ios": "npx artsy open -i storybook", | ||
"sync-cities": "curl https://raw.githubusercontent.com/artsy/metaphysics/main/src/schema/city/cityDataSortedByDisplayPreference.json -o data/cityDataSortedByDisplayPreference.json", | ||
"sync-schema": "curl https://raw.githubusercontent.com/artsy/metaphysics/main/_schemaV2.graphql -o data/schema.graphql; yarn prettier --write --parser graphql data/schema.graphql", | ||
"sync-schema:localhost": "cd ../metaphysics && yarn dump-schema ../eigen/data/schema.graphql && cd -; yarn prettier --write --parser graphql data/schema.graphql", | ||
|
@@ -108,7 +102,6 @@ | |
"app" | ||
], | ||
"dependenciesComments": { | ||
"@react-native-community/slider": "Needed by storybook, see install script here: https://gist.github.com/dannyhw/9b84973dcc6ff4fa2e86e32d571d294e", | ||
"react-native": "Try running `npx @rnx-kit/align-deps --requirements [email protected]` when upgrading to a version, here 0.66.5", | ||
"react-spring": "Try removing this! We have reanimated now.", | ||
"deprecated-react-native-prop-types": "Needed for patching react-native and react-native-credit-card-input due to rn removing the proptypes from their repo", | ||
|
@@ -128,7 +121,6 @@ | |
"@react-native-community/datetimepicker": "6.1.4", | ||
"@react-native-community/geolocation": "3.0.6", | ||
"@react-native-community/netinfo": "9.3.11", | ||
"@react-native-community/slider": "4.2.4", | ||
"@react-native-cookies/cookies": "6.0.11", | ||
"@react-native-google-signin/google-signin": "6.0.0", | ||
"@react-native-mapbox-gl/maps": "8.5.0", | ||
|
@@ -140,11 +132,6 @@ | |
"@segment/analytics-react-native-appboy": "1.5.0", | ||
"@sentry/react-native": "5.14.1", | ||
"@shopify/flash-list": "^1.5.0", | ||
"@storybook/addon-actions": "6.3.13", | ||
"@storybook/addon-controls": "6.3.13", | ||
"@storybook/addon-ondevice-actions": "6.0.1-beta.5", | ||
"@storybook/addon-ondevice-controls": "6.0.1-beta.5", | ||
"@storybook/react-native": "6.0.1-beta.5", | ||
"@styled-system/theme-get": "5.1.2", | ||
"autosuggest-highlight": "3.1.1", | ||
"deprecated-react-native-prop-types": "4.1.0", | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
src/app/Components/ArtworkGrids/ArtworksFilterHeader.stories.tsx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.