fix: icons package
This commit is contained in:
@@ -11,13 +11,12 @@
|
||||
"ios-dev": "react-native run-ios --scheme StandardNotesDev",
|
||||
"ios-prod": "react-native run-ios --scheme StandardNotes",
|
||||
"clear-cache": "watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-*",
|
||||
"init": "pod-install ios",
|
||||
"lint": "yarn lint:eslint && yarn lint:prettier",
|
||||
"lint:eslint": "yarn eslint . --ext .ts,.tsx --fix --quiet",
|
||||
"lint:prettier": "prettier ./src --write",
|
||||
"tsc": "tsc --noEmit",
|
||||
"start": "react-native start",
|
||||
"postinstall": "patch-package",
|
||||
"postinstall": "patch-package && yarn pod-install ios",
|
||||
"android:bundle": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/build/intermediates/res/merged/release/",
|
||||
"upgrade:snjs": "ncu -u '@standardnotes/*' && yarn"
|
||||
},
|
||||
@@ -83,7 +82,7 @@
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.9",
|
||||
"@babel/preset-typescript": "^7.16.7",
|
||||
"@babel/runtime": "^7.17.9",
|
||||
"@babel/runtime": "^7.18.3",
|
||||
"@react-native-community/eslint-config": "^3.0.1",
|
||||
"@standardnotes/config": "^2.4.3",
|
||||
"@types/detox": "^18.1.0",
|
||||
@@ -103,17 +102,18 @@
|
||||
"eslint-plugin-flowtype": "^8.0.3",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"faker": "^6.6.6",
|
||||
"get-yarn-workspaces": "^1.0.2",
|
||||
"jest": "^27.5.1",
|
||||
"jest-circus": "^27.5.1",
|
||||
"metro-react-native-babel-preset": "^0.70.1",
|
||||
"npm-check-updates": "^12.5.9",
|
||||
"patch-package": "^6.4.7",
|
||||
"pod-install": "^0.1.33",
|
||||
"postinstall-postinstall": "^2.1.0",
|
||||
"prettier": "^2.6.0",
|
||||
"prettier-plugin-organize-imports": "^2.3.4",
|
||||
"react-devtools": "^4.24.6",
|
||||
"react-devtools-core": "^4.24.6",
|
||||
"react-native-monorepo-tools": "^1.1.4",
|
||||
"react-native-pager-view": "^5.4.15",
|
||||
"react-test-renderer": "17.0.2",
|
||||
"replace-in-file": "^6.3.2",
|
||||
|
||||
Reference in New Issue
Block a user