Skip to content

Commit

Permalink
chore(deps): update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Nov 24, 2023
1 parent afb8b8c commit b411f23
Show file tree
Hide file tree
Showing 4 changed files with 912 additions and 352 deletions.
Binary file modified bun.lockb
Binary file not shown.
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,63 +24,63 @@
"@amplitude/analytics-browser": "1.10.3",
"@amplitude/analytics-node": "1.1.6",
"@crello/react-lottie": "^0.0.11",
"@formatjs/intl-localematcher": "^0.4.2",
"@primer/octicons-react": "^19.7.0",
"@prisma/client": "^5.3.1",
"@formatjs/intl-localematcher": "^0.5.2",
"@primer/octicons-react": "^19.8.0",
"@prisma/client": "^5.6.0",
"@supabase/auth-helpers-nextjs": "^0.6.1",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/auth-ui-react": "^0.4.2",
"@supabase/supabase-js": "^2.22.0",
"axios": "^1.5.0",
"axios": "^1.6.2",
"client-only": "^0.0.1",
"negotiator": "^0.6.3",
"next": "v13.4.19",
"next-auth": "^4.23.1",
"next": "v14.0.3",
"next-auth": "^4.24.5",
"next-pwa": "^5.6.0",
"prisma": "^5.3.1",
"prisma": "^5.6.0",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-hamburger-menu": "^1.2.1",
"react-hook-form": "^7.46.1",
"react-hook-form": "^7.48.2",
"react-simple-snackbar": "^1.1.11",
"react-text-transition": "^3.1.0",
"server-only": "^0.0.1",
"tiny-invariant": "^1.3.1",
"typescript": "5.2.2",
"typescript": "5.3.2",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/forms": "^0.5.6",
"@testing-library/react": "^14.0.0",
"@types/negotiator": "^0.6.1",
"@types/node": "^20.6.1",
"@types/react": "18.2.21",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "18.2.7",
"@types/react-hamburger-menu": "^0.0.4",
"@vitejs/plugin-react": "^4.0.4",
"@vitest/coverage-v8": "^0.34.4",
"autoprefixer": "^10.4.15",
"@tailwindcss/forms": "^0.5.7",
"@testing-library/react": "^14.1.2",
"@types/negotiator": "^0.6.3",
"@types/node": "^20.9.5",
"@types/react": "18.2.38",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "18.2.17",
"@types/react-hamburger-menu": "^0.0.6",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^0.34.6",
"autoprefixer": "^10.4.16",
"clsx": "^2.0.0",
"commitlint-plugin-function-rules": "^2.0.2",
"concurrently": "^8.2.1",
"commitlint-plugin-function-rules": "^3.0.0",
"concurrently": "^8.2.2",
"dotenv-cli": "^7.3.0",
"eslint": "^8.49.0",
"eslint-config-next": "^13.4.19",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.3",
"flatten-tailwindcss-theme": "^1.0.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"supabase": ">=1.60.2",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.5",
"ts-node": "^10.9.1",
"vitest": "^0.34.4"
"vitest": "^0.34.6"
},
"prisma": {
"seed": "ts-node --transpile-only ./prisma/seed.ts"
Expand Down
39 changes: 25 additions & 14 deletions styles/output.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/

/*
Expand Down Expand Up @@ -567,10 +567,26 @@ select {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
[type='checkbox']:checked {
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}
}

[type='radio']:checked {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
[type='radio']:checked {
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
border-color: transparent;
background-color: currentColor;
Expand All @@ -585,6 +601,14 @@ select {
background-repeat: no-repeat;
}

@media (forced-colors: active) {
[type='checkbox']:indeterminate {
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
border-color: transparent;
background-color: currentColor;
Expand Down Expand Up @@ -1236,10 +1260,6 @@ input[type='search']::-webkit-search-decoration,
margin-top: 80px;
}

.block {
display: block;
}

.flex {
display: flex;
}
Expand Down Expand Up @@ -1280,10 +1300,6 @@ input[type='search']::-webkit-search-decoration,
height: 1rem;
}

.h-40 {
height: 10rem;
}

.h-5 {
height: 1.25rem;
}
Expand Down Expand Up @@ -1646,11 +1662,6 @@ input[type='search']::-webkit-search-decoration,
background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

.bg-black {
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-contrast-light {
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
Expand Down
Loading

1 comment on commit b411f23

@vercel
Copy link

@vercel vercel bot commented on b411f23 Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

github-stats – ./

github-stats-hyochan.vercel.app
github-stats-git-main-hyochan.vercel.app
stats.dooboo.io
stats.hyochan.dev

Please sign in to comment.