Skip to content

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kjxbyz committed Sep 20, 2024
1 parent db87aad commit 304e184
Show file tree
Hide file tree
Showing 6 changed files with 1,127 additions and 1,163 deletions.
20 changes: 10 additions & 10 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"contentlayer2": "^0.5.1",
"date-fns": "^3.6.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"focus-trap-react": "^10.2.3",
"framer-motion": "^11.5.4",
"framer-motion": "^11.5.5",
"js-cookie": "^3.0.5",
"leva": "0.9.35",
"lodash": "^4.17.21",
"lucide-react": "^0.441.0",
"ms": "^2.1.3",
"muse-ui": "^4.0.0-alpha.5",
"next": "14.2.11",
"next": "14.2.13",
"next-contentlayer2": "^0.5.1",
"next-intl": "^3.19.1",
"next-intl": "^3.19.4",
"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.3",
"vaul": "^0.9.4",
"zod": "^3.23.8"
},
"devDependencies": {
Expand All @@ -60,16 +60,16 @@
"@types/js-cookie": "^3.0.6",
"@types/ms": "^0.7.34",
"@types/node": "^18.19.50",
"@types/react": "^18.3.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.11",
"postcss": "^8.4.45",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.13",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"sort-package-json": "^2.10.1",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.12",
"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 @@ -21,10 +21,10 @@
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"contentlayer2": "^0.5.1",
"date-fns": "^3.6.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"focus-trap-react": "^10.2.3",
"framer-motion": "^11.5.4",
"framer-motion": "^11.5.5",
"http-status": "^1.7.4",
"i18next": "^23.15.1",
"i18next-browser-languagedetector": "^8.0.0",
Expand All @@ -33,15 +33,15 @@
"lucide-react": "^0.441.0",
"ms": "^2.1.3",
"muse-ui": "^4.0.0-alpha.5",
"next": "14.2.11",
"next": "14.2.13",
"next-contentlayer2": "^0.5.1",
"next-themes": "^0.3.0",
"nextjs-toploader": "^3.6.15",
"react": "18.3.1",
"react-datalist-input": "^3.2.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.53.0",
"react-i18next": "^15.0.1",
"react-i18next": "^15.0.2",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-rough-notation": "^1.0.5",
Expand All @@ -51,7 +51,7 @@
"tailwindcss-animate": "^1.0.7",
"tsparticles": "^3.5.0",
"use-debounce": "^10.0.3",
"vaul": "^0.9.3",
"vaul": "^0.9.4",
"zod": "^3.23.8"
},
"devDependencies": {
Expand All @@ -60,17 +60,17 @@
"@tailwindcss/typography": "^0.5.15",
"@types/ms": "^0.7.34",
"@types/node": "18.19.50",
"@types/react": "18.3.5",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "8.57.0",
"eslint-config-next": "14.2.11",
"postcss": "^8.4.45",
"eslint": "8.57.1",
"eslint-config-next": "14.2.13",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"prop-types": "^15.8.1",
"sort-package-json": "^2.10.1",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.12",
"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 @@ -18,7 +18,7 @@
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@tauri-apps/cli": "^1.6.1",
"@tauri-apps/cli": "^1.6.2",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"sort-package-json": "^2.10.1"
Expand Down
Loading

0 comments on commit 304e184

Please sign in to comment.