Skip to content

Commit

Permalink
Merge pull request #49 from rezaageng/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
rezaageng authored Feb 28, 2024
2 parents 6ce1001 + 94f77f6 commit ce25a00
Show file tree
Hide file tree
Showing 14 changed files with 318 additions and 158 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
WAKA_COUNTRY_CODE = ID
NEXT_PUBLIC_WAKA_COUNTRY = Indonesia}
GITHUB_USERNAME = rezaageng
GITHUB_KEY= ${{secrets.GH_KEY}}
GITHUB_KEY= ${{secrets.GITHUB_TOKEN}}
NEXT_PUBLIC_APP_VERSION = 1.0.0
NEXT_PUBLIC_NEXT_VERSION = 14.0.2
LEETCODE_USERNAME = rezaageng" > .env
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"framer-motion": "^10.16.5",
"highlight.js": "^11.9.0",
"lottie-react": "^2.4.0",
"next": "14.0.2",
"next": "14.1.0",
"next-mdx-remote": "^4.4.1",
"plaiceholder": "^3.0.0",
"react": "18.2.0",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@testing-library/react": "^14.0.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.14",
"autoprefixer": "^10.4.17",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"eslint-config-prettier": "^8.10.0",
Expand All @@ -84,11 +84,11 @@
"msw": "^1.2.3",
"postcss": "^8.4.27",
"prettier": "3.0.1",
"prettier-plugin-tailwindcss": "^0.4.1",
"prettier-plugin-tailwindcss": "^0.5.11",
"resize-observer-polyfill": "^1.5.1",
"semantic-release": "^22.0.5",
"tailwind-scrollbar": "^3.0.4",
"tailwindcss": "^3.3.3",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.1.1",
"typescript": "5.1.6",
"whatwg-fetch": "^3.6.17"
Expand Down
Loading

0 comments on commit ce25a00

Please sign in to comment.