Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher committed Jul 25, 2024
1 parent a744750 commit abc3b14
Show file tree
Hide file tree
Showing 6 changed files with 545 additions and 566 deletions.
14 changes: 7 additions & 7 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@
"embla-carousel-autoplay": "8.1.7",
"embla-carousel-react": "8.1.7",
"geist": "^1.3.1",
"jotai": "^2.9.0",
"jotai": "^2.9.1",
"lodash.template": "^4.5.0",
"lucide-react": "0.414.0",
"lucide-react": "0.416.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.2",
"react-day-picker": "^9.0.4",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-resizable-panels": "^2.0.22",
Expand All @@ -83,14 +83,14 @@
},
"devDependencies": {
"@types/lodash.template": "^4.5.3",
"@types/node": "^20.14.11",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.3.0",
"esbuild": "^0.23.0",
"eslint": "^9.7.0",
"mdast-util-toc": "^7.1.0",
"postcss": "^8.4.39",
"postcss": "^8.4.40",
"rehype": "^13.0.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.13.2",
Expand All @@ -99,8 +99,8 @@
"remark-code-import": "^1.2.0",
"remark-gfm": "^4.0.0",
"rimraf": "^6.0.1",
"shiki": "^1.11.0",
"tailwindcss": "^3.4.6",
"shiki": "^1.11.2",
"tailwindcss": "^3.4.7",
"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,11 +27,11 @@
"prepare": "husky"
},
"devDependencies": {
"@swc/core": "^1.7.0",
"@swc/core": "^1.7.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.14.11",
"@types/node": "^20.14.12",
"concurrently": "^8.2.2",
"husky": "^9.1.1",
"husky": "^9.1.2",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"typescript": "^5.5.4"
Expand Down
14 changes: 7 additions & 7 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sikka/hawa",
"version": "0.42.12",
"version": "0.42.13",
"description": "Modern UI Kit made with Tailwind",
"author": {
"name": "Sikka Software",
Expand Down Expand Up @@ -86,7 +86,7 @@
"libphonenumber-js": "^1.11.4",
"prism-react-renderer": "^2.3.1",
"prismjs": "^1.29.0",
"react-day-picker": "^9.0.2",
"react-day-picker": "^9.0.4",
"react-dropzone": "^14.2.3",
"react-headless-pagination": "^1.1.6",
"react-hook-form": "^7.52.1",
Expand All @@ -101,7 +101,7 @@
"devDependencies": {
"@babel/preset-react": "^7.24.7",
"@sikka/alam": "^0.0.4",
"@testing-library/jest-dom": "^6.4.7",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
Expand All @@ -111,13 +111,13 @@
"chalk": "^5.3.0",
"embla-carousel": "8.1.7",
"jest": "^29.7.0",
"lucide-react": "^0.414.0",
"postcss": "^8.4.39",
"lucide-react": "^0.416.0",
"postcss": "^8.4.40",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.4.6",
"tailwindcss": "^3.4.7",
"tailwindcss-animate": "^1.0.7",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsup": "^8.2.2"
"tsup": "^8.2.3"
}
}
32 changes: 16 additions & 16 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.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/addon-essentials": "^8.2.6",
"@storybook/addon-interactions": "^8.2.6",
"@storybook/addon-links": "^8.2.6",
"@storybook/addon-mdx-gfm": "^8.2.6",
"@storybook/addon-themes": "^8.2.6",
"@storybook/blocks": "^8.2.6",
"@storybook/manager-api": "^8.2.6",
"@storybook/nextjs": "^8.2.6",
"@storybook/react": "^8.2.6",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^8.2.5",
"@testing-library/jest-dom": "^6.4.7",
"@storybook/theming": "^8.2.6",
"@testing-library/jest-dom": "^6.4.8",
"@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.414.0",
"postcss": "^8.4.39",
"lucide-react": "^0.416.0",
"postcss": "^8.4.40",
"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.5",
"storybook": "^8.2.6",
"storybook-dark-mode": "^4.0.2",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.6",
"tailwindcss": "^3.4.7",
"tailwindcss-animate": "^1.0.7",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsup": "^8.2.2",
"tsup": "^8.2.3",
"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.7",
"@testing-library/jest-dom": "^6.4.8",
"@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.2.2"
"tsup": "^8.2.3"
}
}
Loading

0 comments on commit abc3b14

Please sign in to comment.