Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: mobile app #1075

Merged
merged 15 commits into from
Jun 9, 2022
Prev Previous commit
Next Next commit
chore: fix package hoisting
  • Loading branch information
moughxyz committed Jun 7, 2022
commit dd9476a50f15c5336846920a3692bb66aae6666e
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -6,4 +6,5 @@ dist
packages/web-server/public/assets
packages/web-server/tmp
packages/web-server/vendor/bundles
packages/desktop
packages/desktop
packages/mobile
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,8 @@
"packages/*"
],
"nohoist": [
"**/mobile/**"
"**/mobile/**",
"**/@reach/**"
]
},
"engines": {
6 changes: 2 additions & 4 deletions packages/toast/package.json
Original file line number Diff line number Diff line change
@@ -19,14 +19,12 @@
"@standardnotes/config": "^2.4.3",
"@standardnotes/icons": "^1.1.7",
"nanoid": "^3.3.4",
"nanostores": "^0.5.12"
"nanostores": "^0.5.12",
"react": "18"
},
"devDependencies": {
"@babel/preset-env": "^7.18.0",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "^7.17.12"
},
"peerDependencies": {
"react": "17"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
@@ -14355,7 +14355,7 @@ [email protected]:
loose-envify "^1.1.0"
object-assign "^4.1.1"

react@^18.1.0:
react@18, react@^18.1.0:
version "18.1.0"
resolved "https://registry.yarnpkg.com/react/-/react-18.1.0.tgz#6f8620382decb17fdc5cc223a115e2adbf104890"
integrity sha512-4oL8ivCz5ZEPyclFQXaNksK3adutVS8l2xzZU0cqEFrE9Sb7fC0EFK5uEk74wIreL1DERyjvsU915j1pcT2uEQ==