Skip to content

Commit 790ed0c

Browse files
fix: update dependencies (#1027)
* fix: update packages * fix: lint
1 parent 12fa643 commit 790ed0c

File tree

4 files changed

+10241
-8122
lines changed

4 files changed

+10241
-8122
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
"homepage": "https://github.com/tremorlabs/tremor#readme",
2626
"dependencies": {
2727
"@floating-ui/react": "^0.19.2",
28-
"@headlessui/react": "^1.7.18",
28+
"@headlessui/react": "^1.7.19",
2929
"@headlessui/tailwindcss": "^0.2.0",
3030
"date-fns": "^2.30.0",
3131
"react-day-picker": "^8.9.1",
3232
"react-transition-state": "^2.1.1",
33-
"recharts": "^2.10.3",
33+
"recharts": "^2.12.6",
3434
"tailwind-merge": "^1.14.0"
3535
},
3636
"devDependencies": {
@@ -62,26 +62,26 @@
6262
"@tailwindcss/forms": "^0.5.7",
6363
"@testing-library/react": "^14.1.2",
6464
"@types/jest": "^27.5.2",
65-
"@types/node": "^20.10.2",
66-
"@types/react": "^18.2.41",
65+
"@types/node": "^20.12.7",
66+
"@types/react": "^18.3.1",
6767
"@typescript-eslint/eslint-plugin": "^6.13.1",
6868
"@typescript-eslint/parser": "^6.13.1",
69-
"autoprefixer": "^10.4.16",
69+
"autoprefixer": "^10.4.19",
7070
"babel-jest": "^27.5.1",
7171
"babel-loader": "^8.3.0",
7272
"conventional-changelog-conventionalcommits": "^5.0.0",
7373
"css-loader": "^6.8.1",
7474
"eslint": "^8.55.0",
7575
"eslint-config-prettier": "^9.1.0",
76-
"eslint-plugin-prettier": "^5.0.1",
77-
"eslint-plugin-react": "^7.33.2",
78-
"eslint-plugin-react-hooks": "^4.6.0",
76+
"eslint-plugin-prettier": "^5.1.3",
77+
"eslint-plugin-react": "^7.34.1",
78+
"eslint-plugin-react-hooks": "^4.6.2",
7979
"html-webpack-plugin": "^5.5.3",
8080
"identity-obj-proxy": "^3.0.0",
8181
"jest": "^27.5.1",
82-
"postcss": "^8.4.32",
82+
"postcss": "^8.4.38",
8383
"postcss-loader": "^7.3.3",
84-
"prettier": "3.0.3",
84+
"prettier": "3.2.5",
8585
"prop-types": "^15.8.1",
8686
"react": "^18.2.0",
8787
"react-dom": "^18.2.0",
@@ -96,7 +96,7 @@
9696
"storybook": "^7.6.3",
9797
"storybook-source-link": "^4.0.1",
9898
"style-loader": "^3.3.3",
99-
"tailwindcss": "^3.4.1",
99+
"tailwindcss": "^3.4.3",
100100
"tslib": "^2.6.2",
101101
"typescript": "^4.9.5",
102102
"webpack": "^5.89.0"

0 commit comments

Comments
 (0)