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

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kjxbyz committed Aug 9, 2024
1 parent 31b9db1 commit e12734e
Show file tree
Hide file tree
Showing 6 changed files with 605 additions and 529 deletions.
20 changes: 10 additions & 10 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@tanstack/react-table": "^8.19.3",
"@tanstack/react-table": "^8.20.1",
"@tauri-apps/api": "^1.6.0",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
Expand All @@ -24,11 +24,11 @@
"date-fns": "^3.6.0",
"dayjs": "^1.11.12",
"focus-trap-react": "^10.2.3",
"framer-motion": "^11.3.19",
"framer-motion": "^11.3.24",
"js-cookie": "^3.0.5",
"leva": "0.9.35",
"lodash": "^4.17.21",
"lucide-react": "^0.417.0",
"lucide-react": "^0.427.0",
"ms": "^2.1.3",
"muse-ui": "^4.0.0-alpha.5",
"next": "14.2.5",
Expand All @@ -39,7 +39,7 @@
"react": "18.3.1",
"react-datalist-input": "^3.2.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.1",
"react-hook-form": "^7.52.2",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-rough-notation": "^1.0.5",
Expand All @@ -56,28 +56,28 @@
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.13",
"@tailwindcss/typography": "^0.5.14",
"@types/js-cookie": "^3.0.6",
"@types/ms": "^0.7.34",
"@types/node": "^18.19.42",
"@types/node": "^18.19.43",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"sort-package-json": "^2.10.0",
"tailwindcss": "^3.4.7",
"tailwindcss": "^3.4.9",
"typescript": "5.4.5"
},
"engines": {
"node": "^18"
},
"overrides": {
"muse-ui": {
"react-hook-form": "^7.52.1"
"react-hook-form": "^7.52.2"
}
}
}
22 changes: 11 additions & 11 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@octokit/rest": "^21.0.1",
"@tanstack/react-table": "^8.19.3",
"@tanstack/react-table": "^8.20.1",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
"accept-language": "^3.0.18",
Expand All @@ -24,13 +24,13 @@
"date-fns": "^3.6.0",
"dayjs": "^1.11.12",
"focus-trap-react": "^10.2.3",
"framer-motion": "^11.3.19",
"framer-motion": "^11.3.24",
"http-status": "^1.7.4",
"i18next": "^23.12.2",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-resources-to-backend": "^1.2.1",
"joi": "^17.13.3",
"lucide-react": "^0.417.0",
"lucide-react": "^0.427.0",
"ms": "^2.1.3",
"muse-ui": "^4.0.0-alpha.5",
"next": "14.2.5",
Expand All @@ -40,8 +40,8 @@
"react": "18.3.1",
"react-datalist-input": "^3.2.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.1",
"react-i18next": "^15.0.0",
"react-hook-form": "^7.52.2",
"react-i18next": "^15.0.1",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-rough-notation": "^1.0.5",
Expand All @@ -57,28 +57,28 @@
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.13",
"@tailwindcss/typography": "^0.5.14",
"@types/ms": "^0.7.34",
"@types/node": "18.19.42",
"@types/node": "18.19.43",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"prop-types": "^15.8.1",
"sort-package-json": "^2.10.0",
"tailwindcss": "^3.4.7",
"tailwindcss": "^3.4.9",
"typescript": "5.4.5"
},
"engines": {
"node": "^18"
},
"overrides": {
"muse-ui": {
"react-hook-form": "^7.52.1"
"react-hook-form": "^7.52.2"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"@tauri-apps/api": "^1.6.0"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@tauri-apps/cli": "^1.6.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.8",
"sort-package-json": "^2.10.0"
},
"packageManager": "[email protected]",
Expand Down
Loading

0 comments on commit e12734e

Please sign in to comment.