Skip to content

Commit

Permalink
chore: update deps #skip_publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher committed Jul 22, 2024
1 parent 7677a39 commit a744750
Show file tree
Hide file tree
Showing 8 changed files with 578 additions and 595 deletions.
1 change: 0 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

# Change to use `git diff --cached --name-only` to only check staged changes.
declare COMPONENTS_CHANGED=$(git diff --cached --name-only | grep 'packages/components')
Expand Down
1 change: 0 additions & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

export PATH="/c/Program Files/nodejs:$NVM_HOME:$PATH"

Expand Down
14 changes: 7 additions & 7 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,22 @@
"cmdk": "^1.0.0",
"contentlayer2": "0.5.0",
"date-fns": "^3.6.0",
"embla-carousel-autoplay": "8.1.6",
"embla-carousel-react": "8.1.6",
"embla-carousel-autoplay": "8.1.7",
"embla-carousel-react": "8.1.7",
"geist": "^1.3.1",
"jotai": "^2.9.0",
"lodash.template": "^4.5.0",
"lucide-react": "0.408.0",
"lucide-react": "0.414.0",
"markdown-wasm": "^1.2.0",
"next": "14.2.5",
"next-contentlayer2": "^0.5.0",
"next-themes": "^0.3.0",
"nextjs-progressloader": "^1.2.0",
"react": "^18.3.1",
"react-day-picker": "^9.0.1",
"react-day-picker": "^9.0.2",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-resizable-panels": "^2.0.20",
"react-resizable-panels": "^2.0.22",
"react-wrap-balancer": "^1.1.1",
"recharts": "^2.12.7",
"sharp": "^0.33.4",
Expand All @@ -99,9 +99,9 @@
"remark-code-import": "^1.2.0",
"remark-gfm": "^4.0.0",
"rimraf": "^6.0.1",
"shiki": "^1.10.3",
"shiki": "^1.11.0",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"unist-builder": "4.0.0",
"unist-util-visit": "^5.0.0"
},
Expand Down
6 changes: 3 additions & 3 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.6.13",
"@swc/core": "^1.7.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.14.11",
"concurrently": "^8.2.2",
"husky": "^9.0.11",
"husky": "^9.1.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
14 changes: 7 additions & 7 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"embla-carousel-auto-height": "^8.1.6",
"embla-carousel-react": "^8.1.6",
"embla-carousel-auto-height": "^8.1.7",
"embla-carousel-react": "^8.1.7",
"input-otp": "^1.2.4",
"libphonenumber-js": "^1.11.4",
"prism-react-renderer": "^2.3.1",
"prismjs": "^1.29.0",
"react-day-picker": "^9.0.1",
"react-day-picker": "^9.0.2",
"react-dropzone": "^14.2.3",
"react-headless-pagination": "^1.1.6",
"react-hook-form": "^7.52.1",
Expand All @@ -101,23 +101,23 @@
"devDependencies": {
"@babel/preset-react": "^7.24.7",
"@sikka/alam": "^0.0.4",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/jest-dom": "^6.4.7",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"boxen": "^8.0.0",
"chalk": "^5.3.0",
"embla-carousel": "8.1.6",
"embla-carousel": "8.1.7",
"jest": "^29.7.0",
"lucide-react": "^0.408.0",
"lucide-react": "^0.414.0",
"postcss": "^8.4.39",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.4.6",
"tailwindcss-animate": "^1.0.7",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsup": "^8.1.1"
"tsup": "^8.2.2"
}
}
30 changes: 15 additions & 15 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
"devDependencies": {
"@babel/preset-react": "^7.24.7",
"@sikka/alam": "^0.0.4",
"@storybook/addon-essentials": "^8.2.4",
"@storybook/addon-interactions": "^8.2.4",
"@storybook/addon-links": "^8.2.4",
"@storybook/addon-mdx-gfm": "^8.2.4",
"@storybook/addon-themes": "^8.2.4",
"@storybook/blocks": "^8.2.4",
"@storybook/manager-api": "^8.2.4",
"@storybook/nextjs": "^8.2.4",
"@storybook/react": "^8.2.4",
"@storybook/addon-essentials": "^8.2.5",
"@storybook/addon-interactions": "^8.2.5",
"@storybook/addon-links": "^8.2.5",
"@storybook/addon-mdx-gfm": "^8.2.5",
"@storybook/addon-themes": "^8.2.5",
"@storybook/blocks": "^8.2.5",
"@storybook/manager-api": "^8.2.5",
"@storybook/nextjs": "^8.2.5",
"@storybook/react": "^8.2.5",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^8.2.4",
"@testing-library/jest-dom": "^6.4.6",
"@storybook/theming": "^8.2.5",
"@testing-library/jest-dom": "^6.4.7",
"@testing-library/react": "^16.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jest": "^29.5.12",
Expand All @@ -55,21 +55,21 @@
"date-fns": "^3.6.0",
"eslint-plugin-storybook": "^0.8.0",
"jest": "^29.7.0",
"lucide-react": "^0.408.0",
"lucide-react": "^0.414.0",
"postcss": "^8.4.39",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"recharts": "^2.12.7",
"storybook": "^8.2.4",
"storybook": "^8.2.5",
"storybook-dark-mode": "^4.0.2",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.6",
"tailwindcss-animate": "^1.0.7",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsup": "^8.1.1",
"typescript": "^5.5.3"
"tsup": "^8.2.2",
"typescript": "^5.5.4"
}
}
4 changes: 2 additions & 2 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@babel/preset-react": "^7.24.7",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/jest-dom": "^6.4.7",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"autoprefixer": "^10.4.19",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsup": "^8.1.1"
"tsup": "^8.2.2"
}
}
Loading

0 comments on commit a744750

Please sign in to comment.