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 17, 2024
1 parent 5a6013d commit dffe2a7
Show file tree
Hide file tree
Showing 6 changed files with 18,648 additions and 19 deletions.
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
},
"devDependencies": {
"@types/lodash.template": "^4.5.3",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.3.0",
Expand All @@ -100,7 +100,7 @@
"remark-gfm": "^4.0.0",
"rimraf": "^6.0.1",
"shiki": "^1.10.3",
"tailwindcss": "^3.4.5",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3",
"unist-builder": "4.0.0",
"unist-util-visit": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"concurrently": "^8.2.2",
"husky": "^9.0.11",
"prettier": "^3.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@
"postcss": "^8.4.39",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.4.5",
"tailwindcss": "^3.4.6",
"tailwindcss-animate": "^1.0.7",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsup": "^8.1.0"
"tsup": "^8.1.1"
}
}
26 changes: 13 additions & 13 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"devDependencies": {
"@babel/preset-react": "^7.24.7",
"@sikka/alam": "^0.0.4",
"@storybook/addon-essentials": "^8.2.3",
"@storybook/addon-interactions": "^8.2.3",
"@storybook/addon-links": "^8.2.3",
"@storybook/addon-mdx-gfm": "^8.2.3",
"@storybook/addon-themes": "^8.2.3",
"@storybook/blocks": "^8.2.3",
"@storybook/manager-api": "^8.2.3",
"@storybook/nextjs": "^8.2.3",
"@storybook/react": "^8.2.3",
"@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/testing-library": "^0.2.2",
"@storybook/theming": "^8.2.3",
"@storybook/theming": "^8.2.4",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
Expand All @@ -63,13 +63,13 @@
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"recharts": "^2.12.7",
"storybook": "^8.2.3",
"storybook": "^8.2.4",
"storybook-dark-mode": "^4.0.2",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.5",
"tailwindcss": "^3.4.6",
"tailwindcss-animate": "^1.0.7",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsup": "^8.1.0",
"tsup": "^8.1.1",
"typescript": "^5.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsup": "^8.1.0"
"tsup": "^8.1.1"
}
}
Loading

0 comments on commit dffe2a7

Please sign in to comment.