Skip to content

Commit

Permalink
CHORE: Upgrade Node to v20 + many deps (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
mazipan authored Dec 23, 2023
1 parent f2a9b35 commit 09c5d1f
Show file tree
Hide file tree
Showing 16 changed files with 4,137 additions and 2,375 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
issuesOpenedReactions: 'eyes'
issuesOpened: |
👋 Hi, all contributors.
As mentioned in the contributor guidelines, I will NOT assign any issues unless it is for my self.
If you are interest to working in this issue, please raise a **Draft Pull Request** as a sign the you are working on it.
Thank you, I really appreciate every help 🎉
*Auto comment on behalf of the author @mazipan*
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
10 changes: 5 additions & 5 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"semi": false,
"singleQuote": true,
"printWidth": 80
}
{
"semi": false,
"singleQuote": true,
"printWidth": 80
}
22 changes: 11 additions & 11 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ diverse, inclusive, and healthy community.
Examples of behavior that contributes to a positive environment for our
community include:

* Demonstrating empathy and kindness toward other people
* Being respectful of differing opinions, viewpoints, and experiences
* Giving and gracefully accepting constructive feedback
* Accepting responsibility and apologizing to those affected by our mistakes,
- Demonstrating empathy and kindness toward other people
- Being respectful of differing opinions, viewpoints, and experiences
- Giving and gracefully accepting constructive feedback
- Accepting responsibility and apologizing to those affected by our mistakes,
and learning from the experience
* Focusing on what is best not just for us as individuals, but for the
- Focusing on what is best not just for us as individuals, but for the
overall community

Examples of unacceptable behavior include:

* The use of sexualized language or imagery, and sexual attention or
- The use of sexualized language or imagery, and sexual attention or
advances of any kind
* Trolling, insulting or derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or email
- Trolling, insulting or derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or email
address, without their explicit permission
* Other conduct which could reasonably be considered inappropriate in a
- Other conduct which could reasonably be considered inappropriate in a
professional setting

## Enforcement Responsibilities
Expand Down Expand Up @@ -106,7 +106,7 @@ Violating these terms may lead to a permanent ban.
### 4. Permanent Ban

**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals.

**Consequence**: A permanent ban from any sort of public interaction within
Expand Down
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Open Issues are issues that need more attention and need to be resolved. Contrib
Closed issues indicate that the described tasks have been successfully completed or no longer require additional attention. However, it's important to note that closed issues can be reopened if future contributors identify related concerns.

Please pay attention on every issue attribute. Every issue might be referenced by other contributors through [Linked Pull Requests](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue).
If an issue has a linked pull request, that means the issue is currently being handled.
If an issue has a linked pull request, that means the issue is currently being handled.

To avoid working on the same issue, contributors were strongly encouraged to submit a [draft pull request](https://github.blog/2019-02-14-introducing-draft-pull-requests/) first when they start working on an issue.

#### For Beginners: `good first issue` label
Expand Down Expand Up @@ -145,4 +145,3 @@ tool](https://commitlint.io/) to help.
Furthermore, please refer to the list of [commit types](#commit-types) and
[scopes](#commit-scopes) that we use to avoid adding a new scope that has similar
meaning or is synonym to the existing one.

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ An anonymous question bank platform

## Screenshots

| Homepage | Publik | Pertanyaan |
| -------- | ------ | ---------- |
| ![Homepage](screenshots/01-homepage.png) | ![Publik](screenshots/04-publik.png) |![Pertanyaan](screenshots/05-pertanyaan.png) |
| Homepage | Publik | Pertanyaan |
| ---------------------------------------- | ------------------------------------ | -------------------------------------------- |
| ![Homepage](screenshots/01-homepage.png) | ![Publik](screenshots/04-publik.png) | ![Pertanyaan](screenshots/05-pertanyaan.png) |

| Daftar Pertanyaan | Setelan Akun |
| ----------------- | ------------ |
| Daftar Pertanyaan | Setelan Akun |
| ---------------------------------------------------------- | ------------------------------------------------ |
| ![Daftar Pertanyaan](screenshots/02-daftar-pertanyaan.png) | ![Setelan Akun](screenshots/03-setelan-akun.png) |

## Stacks
Expand Down
74 changes: 37 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"start": "next start"
},
"dependencies": {
"@hookform/resolvers": "^3.3.1",
"@notionhq/client": "^2.2.13",
"@hookform/resolvers": "^3.3.2",
"@notionhq/client": "^2.2.14",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
Expand All @@ -26,61 +26,61 @@
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@sindresorhus/slugify": "^2.2.1",
"@tanstack/react-query": "^5.4.3",
"@tanstack/react-query-devtools": "^5.4.3",
"@types/node": "20.6.3",
"@types/react": "18.2.27",
"@types/react-dom": "18.2.12",
"@upstash/ratelimit": "^0.4.4",
"@upstash/redis": "^1.23.3",
"@vercel/og": "^0.5.17",
"@tanstack/react-query": "^5.14.2",
"@tanstack/react-query-devtools": "^5.14.5",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"@upstash/ratelimit": "^1.0.0",
"@upstash/redis": "^1.27.1",
"@vercel/og": "^0.6.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dom-to-image-more": "^3.2.0",
"encoding": "^0.1.13",
"eslint": "8.51.0",
"eslint-config-next": "13.5.4",
"firebase": "^10.4.0",
"firebase-admin": "^11.11.0",
"lucide-react": "^0.284.0",
"nanoid": "^5.0.1",
"next": "13.5.4",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"firebase": "^10.7.1",
"firebase-admin": "^12.0.0",
"lucide-react": "^0.300.0",
"nanoid": "^5.0.4",
"next": "14.0.4",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.47.0",
"react-tweet": "^3.1.1",
"tailwind-merge": "^1.14.0",
"react-hook-form": "^7.49.2",
"react-tweet": "^3.2.0",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.2.2",
"typescript": "5.3.3",
"usehooks-ts": "^2.9.1",
"valibot": "^0.19.0",
"zustand": "^4.4.3"
"valibot": "^0.24.1",
"zustand": "^4.4.7"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"autoprefixer": "10.4.16",
"eslint": "8.51.0",
"eslint-config-next": "13.5.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"postcss": "8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5",
"tailwindcss": "3.3.3"
"lint-staged": "^15.2.0",
"postcss": "8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwindcss": "3.4.0"
},
"packageManager": "[email protected]",
"engines": {
"node": "18.x",
"node": "20.x",
"pnpm": ">=8"
}
}
Loading

0 comments on commit 09c5d1f

Please sign in to comment.