Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kjxbyz committed Jul 17, 2024
1 parent 8f012f5 commit 75b2590
Show file tree
Hide file tree
Showing 4 changed files with 518 additions and 252 deletions.
12 changes: 6 additions & 6 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"date-fns": "^3.6.0",
"dayjs": "^1.11.11",
"focus-trap-react": "^10.2.3",
"framer-motion": "^11.3.2",
"framer-motion": "^11.3.5",
"js-cookie": "^3.0.5",
"leva": "0.9.35",
"lodash": "^4.17.21",
"lucide-react": "^0.408.0",
"ms": "^2.1.3",
"muse-ui": "^4.0.0-alpha.1",
"muse-ui": "^4.0.0-alpha.3",
"next": "14.2.5",
"next-contentlayer": "^0.3.4",
"next-intl": "^3.17.0",
"next-intl": "^3.17.1",
"next-themes": "^0.3.0",
"nextjs-toploader": "^1.6.12",
"react": "18.3.1",
Expand All @@ -60,17 +60,17 @@
"@tailwindcss/typography": "^0.5.13",
"@types/js-cookie": "^3.0.6",
"@types/ms": "^0.7.34",
"@types/node": "^18.19.39",
"@types/node": "^18.19.40",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"sort-package-json": "^2.10.0",
"tailwindcss": "^3.4.4",
"tailwindcss": "^3.4.6",
"typescript": "^5.4.5"
},
"engines": {
Expand Down
20 changes: 9 additions & 11 deletions docs/app/[lng]/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,15 @@
}

@layer utilities {
@variants responsive {
/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
}

Expand Down
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@octokit/rest": "^21.0.0",
"@octokit/rest": "^21.0.1",
"@tanstack/react-table": "^8.19.2",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
Expand All @@ -24,15 +24,15 @@
"date-fns": "^3.6.0",
"dayjs": "^1.11.11",
"focus-trap-react": "^10.2.3",
"framer-motion": "^11.3.2",
"framer-motion": "^11.3.5",
"http-status": "^1.7.4",
"i18next": "^23.11.5",
"i18next": "^23.12.1",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-resources-to-backend": "^1.2.1",
"joi": "^17.13.3",
"lucide-react": "^0.408.0",
"ms": "^2.1.3",
"muse-ui": "^4.0.0-alpha.1",
"muse-ui": "^4.0.0-alpha.3",
"next": "14.2.5",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.3.0",
Expand All @@ -42,7 +42,7 @@
"react-day-picker": "^8.10.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.1",
"react-i18next": "^14.1.2",
"react-i18next": "^14.1.3",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-rough-notation": "^1.0.5",
Expand All @@ -60,18 +60,18 @@
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.13",
"@types/ms": "^0.7.34",
"@types/node": "18.19.39",
"@types/node": "18.19.40",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"prop-types": "^15.8.1",
"sort-package-json": "^2.10.0",
"tailwindcss": "^3.4.4",
"tailwindcss": "^3.4.6",
"typescript": "5.4.5"
},
"engines": {
Expand Down
Loading

0 comments on commit 75b2590

Please sign in to comment.