Skip to content

Commit

Permalink
chore(deps): update package dependencies
Browse files Browse the repository at this point in the history
Upgraded various dependencies across multiple packages to their latest versions, including eslint, react, and radix components. Updated peer dependency ranges to ensure compatibility with newer versions of React and other libraries.
  • Loading branch information
thevuong committed Dec 14, 2024
1 parent ef80a93 commit 9e7bb52
Show file tree
Hide file tree
Showing 15 changed files with 1,285 additions and 2,420 deletions.
15 changes: 15 additions & 0 deletions .changeset/fluffy-bulldogs-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
'@codefast-ui/checkbox-group': patch
'@codefast-ui/number-input': patch
'@codefast-ui/day-picker': patch
'@codefast-ui/input': patch
'@codefast/tailwind-config': patch
'@codefast/eslint-config': patch
'@codefast/third-parties': patch
'@codefast/style-guide': patch
'@codefast/hooks': patch
'@codefast/ui': patch
'@codefast/typescript-config': patch
---

update package dependencies
10 changes: 5 additions & 5 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@codefast/ui": "workspace:*",
"@hookform/resolvers": "3.9.1",
"@radix-ui/react-icons": "1.3.2",
"@tanstack/react-table": "8.20.5",
"@tanstack/react-table": "8.20.6",
"@types/js-cookie": "3.0.6",
"@vercel/functions": "1.5.1",
"@vercel/functions": "1.5.2",
"consola": "3.2.3",
"date-fns": "4.1.0",
"embla-carousel-autoplay": "8.5.1",
Expand All @@ -28,8 +28,8 @@
"next": "15.1.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "7.54.0",
"recharts": "2.14.1",
"react-hook-form": "7.54.1",
"recharts": "2.15.0",
"zod": "3.24.1"
},
"devDependencies": {
Expand All @@ -41,7 +41,7 @@
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"autoprefixer": "10.4.20",
"eslint": "9.16.0",
"eslint": "9.17.0",
"eslint-config-next": "15.1.0",
"postcss": "8.4.49",
"tailwindcss": "3.4.16",
Expand Down
10 changes: 5 additions & 5 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@codefast/ui": "workspace:*",
"@hookform/resolvers": "3.9.1",
"@radix-ui/react-icons": "1.3.2",
"@tanstack/react-table": "8.20.5",
"@vercel/functions": "1.5.1",
"@tanstack/react-table": "8.20.6",
"@vercel/functions": "1.5.2",
"consola": "3.2.3",
"date-fns": "4.1.0",
"embla-carousel-autoplay": "8.5.1",
Expand All @@ -28,8 +28,8 @@
"next": "15.1.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "7.54.0",
"recharts": "2.14.1",
"react-hook-form": "7.54.1",
"recharts": "2.15.0",
"zod": "3.24.1"
},
"devDependencies": {
Expand All @@ -51,7 +51,7 @@
"@types/react-dom": "19.0.2",
"autoprefixer": "10.4.20",
"chromatic": "11.20.2",
"eslint": "9.16.0",
"eslint": "9.17.0",
"eslint-config-next": "15.1.0",
"eslint-plugin-storybook": "0.11.1",
"postcss": "8.4.49",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"changeset": "changeset",
"changeset:publish": "turbo run build --filter=\"./packages/**\" && changeset publish",
"changeset:version": "changeset version",
"clean": "turbo run clean",
"clean": "turbo run clean && rm -rf node_modules pnpm-lock.yaml",
"dev": "turbo run dev --concurrency=11",
"postinstall": "pnpm exec simple-git-hooks",
"lint": "turbo run lint",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@
"devDependencies": {
"@codefast/typescript-config": "workspace:*",
"@types/node": "22.10.2",
"eslint": "9.16.0",
"eslint": "9.17.0",
"tsup": "8.3.5",
"typescript": "5.7.2"
},
"peerDependencies": {
"eslint": "^9"
"eslint": ">=9"
},
"peerDependenciesMeta": {
"eslint": {
Expand Down
6 changes: 3 additions & 3 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@types/jest": "29.5.14",
"eslint": "9.16.0",
"eslint": "9.17.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"tsup": "8.3.5",
Expand All @@ -60,8 +60,8 @@
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
"react": ">=18",
"react-dom": ">=18"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down
10 changes: 5 additions & 5 deletions packages/primitive/checkbox-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,24 @@
"lint": "eslint --max-warnings 0"
},
"dependencies": {
"@radix-ui/react-checkbox": "1.1.2",
"@radix-ui/react-checkbox": "1.1.3",
"@radix-ui/react-context": "1.1.1",
"@radix-ui/react-direction": "1.1.0",
"@radix-ui/react-roving-focus": "1.1.0",
"@radix-ui/react-roving-focus": "1.1.1",
"@radix-ui/react-use-controllable-state": "1.1.0"
},
"devDependencies": {
"@codefast/eslint-config": "workspace:*",
"@codefast/typescript-config": "workspace:*",
"eslint": "9.16.0",
"eslint": "9.17.0",
"tsup": "8.3.5",
"typescript": "5.7.2"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
"react": ">=18",
"react-dom": ">=18"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down
6 changes: 3 additions & 3 deletions packages/primitive/day-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.14",
"eslint": "9.16.0",
"eslint": "9.17.0",
"html-validate": "8.27.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand All @@ -66,8 +66,8 @@
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
"react": ">=18",
"react-dom": ">=18"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down
8 changes: 4 additions & 4 deletions packages/primitive/input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@
"lint": "eslint --max-warnings 0"
},
"dependencies": {
"@radix-ui/react-compose-refs": "1.1.0",
"@radix-ui/react-compose-refs": "1.1.1",
"@radix-ui/react-context": "1.1.1"
},
"devDependencies": {
"@codefast/eslint-config": "workspace:*",
"@codefast/typescript-config": "workspace:*",
"eslint": "9.16.0",
"eslint": "9.17.0",
"tsup": "8.3.5",
"typescript": "5.7.2"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
"react": ">=18",
"react-dom": ">=18"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down
10 changes: 5 additions & 5 deletions packages/primitive/number-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,23 @@
},
"dependencies": {
"@codefast-ui/input": "workspace:*",
"@radix-ui/primitive": "1.1.0",
"@radix-ui/react-compose-refs": "1.1.0",
"@radix-ui/primitive": "1.1.1",
"@radix-ui/react-compose-refs": "1.1.1",
"@radix-ui/react-context": "1.1.1",
"@radix-ui/react-use-controllable-state": "1.1.0"
},
"devDependencies": {
"@codefast/eslint-config": "workspace:*",
"@codefast/typescript-config": "workspace:*",
"eslint": "9.16.0",
"eslint": "9.17.0",
"tsup": "8.3.5",
"typescript": "5.7.2"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
"react": ">=18",
"react-dom": ">=18"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down
12 changes: 6 additions & 6 deletions packages/style-guide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,15 +200,15 @@
},
"dependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
"@eslint/js": "9.16.0",
"@eslint/js": "9.17.0",
"@next/eslint-plugin-next": "15.1.0",
"@vitest/eslint-plugin": "1.1.16",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-only-warn": "1.1.0",
"eslint-plugin-perfectionist": "4.2.0",
"eslint-plugin-perfectionist": "4.3.0",
"eslint-plugin-playwright": "2.1.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.1.0",
Expand All @@ -220,15 +220,15 @@
},
"devDependencies": {
"@codefast/typescript-config": "workspace:*",
"eslint": "9.16.0",
"eslint": "9.17.0",
"globals": "15.13.0",
"tsup": "8.3.5",
"typescript": "5.7.2"
},
"peerDependencies": {
"eslint": "^9",
"prettier": "^3",
"typescript": "^5"
"eslint": ">=9",
"prettier": ">=3",
"typescript": ">=5"
},
"peerDependenciesMeta": {
"eslint": {
Expand Down
4 changes: 2 additions & 2 deletions packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"devDependencies": {
"@codefast/eslint-config": "workspace:*",
"@codefast/typescript-config": "workspace:*",
"eslint": "9.16.0",
"eslint": "9.17.0",
"tsup": "8.3.5",
"typescript": "5.7.2"
},
"peerDependencies": {
"tailwindcss": "^3"
"tailwindcss": ">=3"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/third-parties/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"@codefast/eslint-config": "workspace:*",
"@codefast/typescript-config": "workspace:*",
"esbuild-sass-plugin": "3.3.1",
"eslint": "9.16.0",
"eslint": "9.17.0",
"tsup": "8.3.5",
"typescript": "5.7.2"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
"react": ">=18",
"react-dom": ">=18"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down
Loading

0 comments on commit 9e7bb52

Please sign in to comment.