Skip to content

Commit 4bbffdd

Browse files
fix: update packages
1 parent 891a619 commit 4bbffdd

File tree

4 files changed

+2656
-3951
lines changed

4 files changed

+2656
-3951
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## **Contributing to Tremor**
22

3-
Thanks for your interest in contributing to Tremor. Please take a moment to review this document before submitting a pull request. This document will outline how to submit changes to this repository and which conventions to follow. If you are ever in doubt about anything we encourage you to reach out on [Slack](https://join.slack.com/t/tremor-community/shared_invite/zt-1u8jqmcmq-Fdr9B6MbnO7u8FkGh~2Ylg), [open a discussion](#discussions), or [shoot us an email](mailto:[email protected]).
3+
Thanks for your interest in contributing to Tremor. Please take a moment to review this document before submitting a pull request. This document will outline how to submit changes to this repository and which conventions to follow. If you are ever in doubt about anything we encourage you to reach out on [Slack](https://tremor-community.slack.com/join/shared_invite/zt-2a95vjndc-YCKurK3HVAkYtjialnT2_A#/shared-invite/email), [open a discussion](#discussions), or [shoot us an email](mailto:[email protected]).
44

55
### **Prerequisites**
66

package.json

+30-30
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
"react-day-picker": "^8.10.1",
3232
"react-transition-state": "^2.1.2",
3333
"recharts": "^2.12.7",
34-
"tailwind-merge": "^1.14.0"
34+
"tailwind-merge": "^2.5.2"
3535
},
3636
"devDependencies": {
3737
"@babel/core": "^7.25.2",
3838
"@babel/preset-env": "^7.25.4",
3939
"@babel/preset-react": "^7.24.7",
4040
"@babel/preset-typescript": "^7.24.7",
41-
"@chromatic-com/storybook": "^1.7.0",
41+
"@chromatic-com/storybook": "^1.9.0",
4242
"@mdx-js/react": "^2.3.0",
4343
"@rollup/plugin-commonjs": "^21.1.0",
4444
"@rollup/plugin-node-resolve": "^13.3.0",
@@ -47,43 +47,43 @@
4747
"@semantic-release/commit-analyzer": "^9.0.2",
4848
"@semantic-release/github": "github:semantic-release/github",
4949
"@semantic-release/npm": "github:semantic-release/npm",
50-
"@storybook/addon-a11y": "^8.2.9",
51-
"@storybook/addon-actions": "^8.2.9",
52-
"@storybook/addon-essentials": "^8.2.9",
53-
"@storybook/addon-interactions": "^8.2.9",
54-
"@storybook/addon-links": "^8.2.9",
50+
"@storybook/addon-a11y": "^8.3.2",
51+
"@storybook/addon-actions": "^8.3.2",
52+
"@storybook/addon-essentials": "^8.3.2",
53+
"@storybook/addon-interactions": "^8.3.2",
54+
"@storybook/addon-links": "^8.3.2",
5555
"@storybook/addon-styling-webpack": "^1.0.0",
56-
"@storybook/addon-themes": "^8.2.9",
56+
"@storybook/addon-themes": "^8.3.2",
5757
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
58-
"@storybook/manager-api": "^8.2.9",
58+
"@storybook/manager-api": "^8.3.2",
5959
"@storybook/mdx2-csf": "^1.1.0",
60-
"@storybook/react": "^8.2.9",
61-
"@storybook/react-webpack5": "^8.2.9",
62-
"@storybook/test": "^8.2.9",
63-
"@storybook/theming": "^8.2.9",
64-
"@tailwindcss/forms": "^0.5.8",
65-
"@testing-library/react": "^14.1.2",
66-
"@types/jest": "^29.5.12",
67-
"@types/node": "^22.5.1",
68-
"@types/react": "^18.3.4",
69-
"@typescript-eslint/eslint-plugin": "^8.3.0",
70-
"@typescript-eslint/parser": "^8.3.0",
60+
"@storybook/react": "^8.3.2",
61+
"@storybook/react-webpack5": "^8.3.2",
62+
"@storybook/test": "^8.3.2",
63+
"@storybook/theming": "^8.3.2",
64+
"@tailwindcss/forms": "^0.5.9",
65+
"@testing-library/react": "^14.3.1",
66+
"@types/jest": "^29.5.13",
67+
"@types/node": "^22.5.5",
68+
"@types/react": "^18.3.8",
69+
"@typescript-eslint/eslint-plugin": "^8.6.0",
70+
"@typescript-eslint/parser": "^8.6.0",
7171
"autoprefixer": "^10.4.20",
7272
"babel-jest": "^27.5.1",
73-
"babel-loader": "^8.3.0",
73+
"babel-loader": "^8.4.1",
7474
"conventional-changelog-conventionalcommits": "^5.0.0",
75-
"css-loader": "^6.8.1",
76-
"eslint": "^8.57.0",
75+
"css-loader": "^6.11.0",
76+
"eslint": "^8.57.1",
7777
"eslint-config-prettier": "^9.1.0",
7878
"eslint-plugin-prettier": "^5.2.1",
79-
"eslint-plugin-react": "^7.35.0",
79+
"eslint-plugin-react": "^7.36.1",
8080
"eslint-plugin-react-hooks": "^4.6.2",
8181
"html-webpack-plugin": "^5.6.0",
8282
"identity-obj-proxy": "^3.0.0",
8383
"jest": "^29.7.0",
8484
"jest-environment-jsdom": "^29.7.0",
85-
"postcss": "^8.4.41",
86-
"postcss-loader": "^7.3.3",
85+
"postcss": "^8.4.47",
86+
"postcss-loader": "^7.3.4",
8787
"prettier": "3.3.3",
8888
"prop-types": "^15.8.1",
8989
"react": "^18.3.1",
@@ -95,11 +95,11 @@
9595
"rollup-plugin-postcss": "^4.0.2",
9696
"rollup-plugin-preserve-directives": "^0.1.1",
9797
"rollup-plugin-typescript-paths": "^1.5.0",
98-
"semantic-release": "^22.0.8",
99-
"storybook": "^8.2.9",
98+
"semantic-release": "^22.0.12",
99+
"storybook": "^8.3.2",
100100
"storybook-source-link": "^4.0.1",
101-
"style-loader": "^3.3.3",
102-
"tailwindcss": "^3.4.10",
101+
"style-loader": "^3.3.4",
102+
"tailwindcss": "^3.4.12",
103103
"tslib": "^2.7.0",
104104
"typescript": "^4.9.5",
105105
"webpack": "^5.94.0"

0 commit comments

Comments
 (0)