Skip to content

Commit

Permalink
chore: update deps [skip_publish, skip_storybook]
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher committed Sep 19, 2024
1 parent 8fc4146 commit c61203c
Show file tree
Hide file tree
Showing 6 changed files with 1,624 additions and 2,416 deletions.
34 changes: 17 additions & 17 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache"
},
"dependencies": {
"@faker-js/faker": "^9.0.0",
"@faker-js/faker": "^9.0.1",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-accessible-icon": "^1.1.0",
"@radix-ui/react-accordion": "^1.2.0",
Expand Down Expand Up @@ -55,42 +55,42 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"contentlayer2": "0.5.0",
"date-fns": "^3.6.0",
"embla-carousel-autoplay": "8.2.1",
"embla-carousel-react": "8.2.1",
"contentlayer2": "0.5.1",
"date-fns": "^4.1.0",
"embla-carousel-autoplay": "8.3.0",
"embla-carousel-react": "8.3.0",
"geist": "^1.3.1",
"jotai": "^2.9.3",
"lodash.template": "^4.5.0",
"lucide-react": "0.439.0",
"lucide-react": "0.441.0",
"markdown-wasm": "^1.2.0",
"next": "14.2.8",
"next-contentlayer2": "^0.5.0",
"next": "14.2.12",
"next-contentlayer2": "^0.5.1",
"next-themes": "^0.3.0",
"nextjs-progressloader": "^1.2.0",
"react": "^18.3.1",
"react-day-picker": "^9.0.9",
"react-day-picker": "^9.1.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-resizable-panels": "^2.1.2",
"react-resizable-panels": "^2.1.3",
"react-wrap-balancer": "^1.1.1",
"recharts": "^2.12.7",
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
"vaul": "^0.9.2",
"vaul": "^0.9.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/lodash.template": "^4.5.3",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/node": "^22.5.5",
"@types/react": "^18.3.7",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.3.0",
"esbuild": "^0.23.1",
"eslint": "^9.10.0",
"mdast-util-toc": "^7.1.0",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"rehype": "^13.0.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.0",
Expand All @@ -99,9 +99,9 @@
"remark-code-import": "^1.2.0",
"remark-gfm": "^4.0.0",
"rimraf": "^6.0.1",
"shiki": "^1.16.2",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"shiki": "^1.17.7",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2",
"unist-builder": "4.0.0",
"unist-util-visit": "^5.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"prepare": "husky"
},
"devDependencies": {
"@swc/core": "^1.7.24",
"@swc/core": "^1.7.26",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^22.5.4",
"concurrently": "^9.0.0",
"husky": "^9.1.5",
"@types/node": "^22.5.5",
"concurrently": "^9.0.1",
"husky": "^9.1.6",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
26 changes: 13 additions & 13 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"react-dom": "18.3.1"
},
"dependencies": {
"@headlessui/react": "^2.1.5",
"@headlessui/react": "^2.1.8",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-checkbox": "^1.1.1",
Expand All @@ -80,14 +80,14 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"embla-carousel-auto-height": "^8.2.1",
"embla-carousel-react": "^8.2.1",
"date-fns": "^4.1.0",
"embla-carousel-auto-height": "^8.3.0",
"embla-carousel-react": "^8.3.0",
"input-otp": "^1.2.4",
"libphonenumber-js": "^1.11.7",
"libphonenumber-js": "^1.11.8",
"prism-react-renderer": "^2.4.0",
"prismjs": "^1.29.0",
"react-day-picker": "^9.0.9",
"react-day-picker": "^9.1.0",
"react-dropzone": "^14.2.3",
"react-headless-pagination": "^1.1.6",
"react-hook-form": "^7.53.0",
Expand All @@ -104,21 +104,21 @@
"@sikka/alam": "^0.0.4",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.5",
"@types/jest": "^29.5.13",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"boxen": "^8.0.1",
"chalk": "^5.3.0",
"embla-carousel": "8.2.1",
"embla-carousel": "8.3.0",
"jest": "^29.7.0",
"lucide-react": "^0.439.0",
"postcss": "^8.4.45",
"lucide-react": "^0.441.0",
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.4.10",
"tailwindcss": "^3.4.12",
"tailwindcss-animate": "^1.0.7",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsup": "^8.2.4"
"tsup": "^8.3.0"
}
}
42 changes: 21 additions & 21 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"eslint": "^9.10.0",
"eslint-config-next": "^14.2.8",
"next": "^14.2.8",
"eslint-config-next": "^14.2.12",
"next": "^14.2.12",
"next-themes": "^0.3.0",
"prism-react-renderer": "^2.4.0",
"react": "18.3.1",
Expand All @@ -33,43 +33,43 @@
"devDependencies": {
"@babel/preset-react": "^7.24.7",
"@sikka/alam": "^0.0.4",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-mdx-gfm": "^8.2.9",
"@storybook/addon-themes": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/manager-api": "^8.2.9",
"@storybook/nextjs": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/addon-essentials": "^8.3.1",
"@storybook/addon-interactions": "^8.3.1",
"@storybook/addon-links": "^8.3.1",
"@storybook/addon-mdx-gfm": "^8.3.1",
"@storybook/addon-themes": "^8.3.1",
"@storybook/blocks": "^8.3.1",
"@storybook/manager-api": "^8.3.1",
"@storybook/nextjs": "^8.3.1",
"@storybook/react": "^8.3.1",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^8.2.9",
"@storybook/theming": "^8.3.1",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.5",
"@types/jest": "^29.5.13",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"css-loader": "^7.1.2",
"date-fns": "^3.6.0",
"date-fns": "^4.1.0",
"eslint-plugin-storybook": "^0.8.0",
"jest": "^29.7.0",
"lucide-react": "^0.439.0",
"postcss": "^8.4.45",
"lucide-react": "^0.441.0",
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"recharts": "^2.12.7",
"storybook": "^8.2.9",
"storybook": "^8.3.1",
"storybook-dark-mode": "^4.0.2",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.10",
"tailwindcss": "^3.4.12",
"tailwindcss-animate": "^1.0.7",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"tsup": "^8.3.0",
"typescript": "^5.6.2"
}
}
8 changes: 4 additions & 4 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@
},
"dependencies": {
"eslint": "^9.10.0",
"eslint-config-next": "^14.2.8",
"eslint-config-next": "^14.2.12",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@babel/preset-react": "^7.24.7",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"autoprefixer": "^10.4.20",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsup": "^8.2.4"
"tsup": "^8.3.0"
}
}
Loading

0 comments on commit c61203c

Please sign in to comment.