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

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kjxbyz committed Oct 2, 2024
1 parent 304e184 commit c565c84
Show file tree
Hide file tree
Showing 4 changed files with 738 additions and 732 deletions.
22 changes: 11 additions & 11 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"contentlayer2": "^0.5.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"focus-trap-react": "^10.2.3",
"framer-motion": "^11.5.5",
"focus-trap-react": "^10.3.0",
"framer-motion": "^11.9.0",
"js-cookie": "^3.0.5",
"leva": "0.9.35",
"lodash": "^4.17.21",
"lucide-react": "^0.441.0",
"lucide-react": "^0.447.0",
"ms": "^2.1.3",
"muse-ui": "^4.0.0-alpha.5",
"next": "14.2.13",
"next": "14.2.14",
"next-contentlayer2": "^0.5.1",
"next-intl": "^3.19.4",
"next-intl": "^3.20.0",
"next-themes": "^0.3.0",
"nextjs-toploader": "^3.6.15",
"react": "18.3.1",
Expand All @@ -50,7 +50,7 @@
"tailwindcss-animate": "^1.0.7",
"tsparticles": "^3.5.0",
"use-debounce": "^10.0.3",
"vaul": "^0.9.4",
"vaul": "^1.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
Expand All @@ -59,17 +59,17 @@
"@tailwindcss/typography": "^0.5.15",
"@types/js-cookie": "^3.0.6",
"@types/ms": "^0.7.34",
"@types/node": "^18.19.50",
"@types/react": "^18.3.8",
"@types/node": "^18.19.54",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.13",
"eslint-config-next": "14.2.14",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"prettier-plugin-tailwindcss": "^0.6.8",
"sort-package-json": "^2.10.1",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.13",
"typescript": "5.4.5"
},
"engines": {
Expand Down
20 changes: 10 additions & 10 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"contentlayer2": "^0.5.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"focus-trap-react": "^10.2.3",
"framer-motion": "^11.5.5",
"focus-trap-react": "^10.3.0",
"framer-motion": "^11.9.0",
"http-status": "^1.7.4",
"i18next": "^23.15.1",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-resources-to-backend": "^1.2.1",
"joi": "^17.13.3",
"lucide-react": "^0.441.0",
"lucide-react": "^0.447.0",
"ms": "^2.1.3",
"muse-ui": "^4.0.0-alpha.5",
"next": "14.2.13",
"next": "14.2.14",
"next-contentlayer2": "^0.5.1",
"next-themes": "^0.3.0",
"nextjs-toploader": "^3.6.15",
Expand All @@ -51,26 +51,26 @@
"tailwindcss-animate": "^1.0.7",
"tsparticles": "^3.5.0",
"use-debounce": "^10.0.3",
"vaul": "^0.9.4",
"vaul": "^1.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.15",
"@types/ms": "^0.7.34",
"@types/node": "18.19.50",
"@types/react": "18.3.8",
"@types/node": "18.19.54",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "14.2.13",
"eslint-config-next": "14.2.14",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"prettier-plugin-tailwindcss": "^0.6.8",
"prop-types": "^15.8.1",
"sort-package-json": "^2.10.1",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.13",
"typescript": "5.4.5"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lint-staged": "^15.2.10",
"sort-package-json": "^2.10.1"
},
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": "^18"
}
Expand Down
Loading

0 comments on commit c565c84

Please sign in to comment.