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: Bump dependencies #27

Merged
merged 8 commits into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# ...
# ... This file ignores commits that are just cleaning up the code, fixing prettier
# ... or code-style-related eslint warnings
# ...

# prettier warnings cleanup after introducing @bonfida/prettier-config
fa2c3bf739b008b9397a064ad91bf3329f844350
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.15.0
20.9.0
1 change: 0 additions & 1 deletion .prettierrc

This file was deleted.

20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ Hello, Solana lovers! Welcome to the official repository for SNS Manager, your a
<div align="center">

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->

[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-)

<!-- ALL-CONTRIBUTORS-BADGE:END -->

</div>
Expand All @@ -49,15 +51,15 @@ This open-source mobile app is designed to provide a seamless and user-friendly
<h2 align="center">Rodmap 🗺️</h2>
<br />

| Feature | Description | In progress | Completed | Bounty | Contributor |
| ------------------- | ----------------------------------------------------------------- | ----------- | --------- | ------ | --------------------------------------- |
| UI/UX Redesign | New UI/UX design for the app | | | ✅ | |
| Profile pic upload | Allow people to upload a picture from device as a profile picture | | | ✅ | |
| Turkish translation | Translate the app in Turkish | ❌ | ✅ | ✅ | [Eren](https://twitter.com/inside_eren_tr) |
| Chinese translation | Translate the app in Chinese | ❌ | ✅ | ✅ | [2Tako2](https://github.com/2Tako2) |
| Korean translation | Translate the app in Korean | ❌ | ✅ | ✅ | [mjLabrys](https://github.com/mjLabrys) |
| Wrap domain names | Allow tokenization of domain names into NFT | ❌ | ✅ | ❌ | [W](https://github.com/wosleyv) |
| Subdomain support | Add support for subdomain management, creation and search | ❌ | ✅ | ✅ | [W](https://github.com/wosleyv) |
| Feature | Description | In progress | Completed | Bounty | Contributor |
| ------------------- | ----------------------------------------------------------------- | ----------- | --------- | ------ | ------------------------------------------ |
| UI/UX Redesign | New UI/UX design for the app | | | ✅ | |
| Profile pic upload | Allow people to upload a picture from device as a profile picture | | | ✅ | |
| Turkish translation | Translate the app in Turkish | ❌ | ✅ | ✅ | [Eren](https://twitter.com/inside_eren_tr) |
| Chinese translation | Translate the app in Chinese | ❌ | ✅ | ✅ | [2Tako2](https://github.com/2Tako2) |
| Korean translation | Translate the app in Korean | ❌ | ✅ | ✅ | [mjLabrys](https://github.com/mjLabrys) |
| Wrap domain names | Allow tokenization of domain names into NFT | ❌ | ✅ | ❌ | [W](https://github.com/wosleyv) |
| Subdomain support | Add support for subdomain management, creation and search | ❌ | ✅ | ✅ | [W](https://github.com/wosleyv) |

<br />
<h2 align="center">Development and Build Commands 💻</h2>
Expand Down
9 changes: 6 additions & 3 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
"appVersionSource": "local"
},
"build": {
"base": {
"node": "20.9.0"
},
"development": {
"node": "18.15.0",
"extends": "base",
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"extends": "base",
"distribution": "internal",
"node": "18.15.0",
"android": {
"buildType": "app-bundle"
},
Expand All @@ -20,8 +23,8 @@
}
},
"production": {
"extends": "base",
"distribution": "store",
"node": "18.15.0",
"autoIncrement": true,
"android": {
"buildType": "app-bundle"
Expand Down
Loading
Loading