Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
SIKKA-6738
  • Loading branch information
zaaakher committed May 13, 2024
1 parent 3ab1197 commit e74d7cb
Show file tree
Hide file tree
Showing 6 changed files with 872 additions and 634 deletions.
18 changes: 9 additions & 9 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@sikka/hawa": "workspace:^",
"@tanstack/react-table": "^8.16.0",
"@tanstack/react-table": "^8.17.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
Expand All @@ -72,20 +72,20 @@
"react-hook-form": "^7.51.4",
"react-resizable-panels": "^2.0.19",
"react-wrap-balancer": "^1.1.0",
"recharts": "^2.12.6",
"recharts": "^2.12.7",
"sharp": "^0.33.3",
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"vaul": "^0.9.0",
"zod": "^3.23.6"
"vaul": "^0.9.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/lodash.template": "^4.5.3",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/node": "^20.12.11",
"@types/react": "^18.3.2",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.3.0",
"esbuild": "^0.20.2",
"esbuild": "^0.21.2",
"eslint": "^9.2.0",
"mdast-util-toc": "^7.0.1",
"postcss": "^8.4.38",
Expand All @@ -96,8 +96,8 @@
"remark": "^15.0.1",
"remark-code-import": "^1.2.0",
"remark-gfm": "^4.0.0",
"rimraf": "^5.0.5",
"shiki": "^1.4.0",
"rimraf": "^5.0.7",
"shiki": "^1.5.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"unist-builder": "4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.12.8",
"@types/node": "^20.12.11",
"concurrently": "^8.2.2",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
Expand Down
10 changes: 5 additions & 5 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-table": "^8.16.0",
"@tanstack/react-table": "^8.17.0",
"@tanstack/table-core": "^8.16.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
Expand All @@ -84,7 +84,7 @@
"embla-carousel-react": "^8.0.4",
"eslint": "^9.2.0",
"eslint-config-next": "^14.2.3",
"libphonenumber-js": "^1.10.62",
"libphonenumber-js": "^1.11.1",
"prism-react-renderer": "^2.3.1",
"prismjs": "^1.29.0",
"react-dropzone": "^14.2.3",
Expand All @@ -96,15 +96,15 @@
"tailwind-merge": "^2.3.0",
"tailwind-variants": "^0.2.1",
"trim-canvas": "^0.1.2",
"zod": "^3.23.6"
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/preset-react": "^7.24.1",
"@sikka/alam": "^0.0.4",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.6",
"@testing-library/react": "^15.0.7",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.1",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"boxen": "^7.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"prism-react-renderer": "^2.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"zod": "^3.23.6"
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/preset-react": "^7.24.1",
"@sikka/alam": "^0.0.4",
"@types/react": "^18.3.1",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@storybook/addon-essentials": "^8.0.10",
"@storybook/addon-interactions": "^8.0.10",
Expand All @@ -46,7 +46,7 @@
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^8.0.10",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.6",
"@testing-library/react": "^15.0.7",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jest": "^29.5.12",
"autoprefixer": "^10.4.19",
Expand All @@ -61,7 +61,7 @@
"postcss-loader": "^8.1.1",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"recharts": "^2.12.6",
"recharts": "^2.12.7",
"storybook": "^8.0.10",
"storybook-dark-mode": "^4.0.1",
"style-loader": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"@types/react": "^18.3.1",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@babel/preset-react": "^7.24.1",
"@sikka/alam": "^0.0.4",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.6",
"@testing-library/react": "^15.0.7",
"@types/jest": "^29.5.12",
"autoprefixer": "^10.4.19",
"jest": "^29.7.0",
Expand All @@ -47,7 +47,7 @@
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"recharts": "^2.12.6",
"recharts": "^2.12.7",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"tsconfig-paths-webpack-plugin": "^4.1.0",
Expand Down
Loading

0 comments on commit e74d7cb

Please sign in to comment.