Skip to content

Commit b4d8fc5

Browse files
authored
bump deps (#1274)
Co-authored-by: “John <[email protected]>
1 parent 499a05c commit b4d8fc5

File tree

3 files changed

+3389
-1014
lines changed

3 files changed

+3389
-1014
lines changed

.yarn/install-state.gz

275 KB
Binary file not shown.

package.json

Lines changed: 50 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-data-table-component",
3-
"version": "7.6.2",
3+
"version": "7.7.0",
44
"description": "A simple to use declarative react based data table",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.es.js",
@@ -40,78 +40,82 @@
4040
"deploy-storybook": "gh-pages -d storybook-static"
4141
},
4242
"devDependencies": {
43-
"@babel/core": "^7.23.7",
44-
"@babel/eslint-parser": "^7.23.3",
45-
"@babel/plugin-transform-class-properties": "^7.23.3",
46-
"@faker-js/faker": "^8.3.1",
47-
"@material-ui/core": "^4.12.3",
43+
"@babel/core": "^7.26.9",
44+
"@babel/eslint-parser": "^7.26.8",
45+
"@babel/plugin-transform-class-properties": "^7.25.9",
46+
"@babel/preset-env": "^7.26.9",
47+
"@babel/preset-typescript": "^7.26.0",
48+
"@faker-js/faker": "^8.4.1",
49+
"@material-ui/core": "^4.12.4",
4850
"@material-ui/icons": "^4.11.3",
49-
"@rollup/plugin-commonjs": "^25.0.7",
50-
"@rollup/plugin-node-resolve": "^15.2.3",
51-
"@storybook/addon-a11y": "^7.6.8",
52-
"@storybook/addon-essentials": "^7.6.8",
53-
"@storybook/addon-storysource": "^7.6.8",
54-
"@storybook/react": "^7.6.8",
55-
"@storybook/react-webpack5": "^7.6.8",
56-
"@storybook/theming": "^7.6.8",
57-
"@testing-library/react": "^14.1.2",
58-
"@types/jest": "^29.5.11",
51+
"@rollup/plugin-commonjs": "^25.0.8",
52+
"@rollup/plugin-node-resolve": "^15.3.1",
53+
"@storybook/addon-a11y": "^7.6.20",
54+
"@storybook/addon-essentials": "^7.6.20",
55+
"@storybook/addon-storysource": "^7.6.20",
56+
"@storybook/react": "^7.6.20",
57+
"@storybook/react-webpack5": "^7.6.20",
58+
"@storybook/theming": "^7.6.20",
59+
"@testing-library/react": "^14.3.1",
60+
"@types/babel__preset-env": "^7.10.0",
61+
"@types/jest": "^29.5.14",
5962
"@types/lodash-es": "^4.17.12",
6063
"@types/lodash.orderby": "^4.6.9",
61-
"@types/node": "^20.11.0",
62-
"@types/react": "^18.2.47",
63-
"@types/react-dom": "^18.2.18",
64-
"@typescript-eslint/eslint-plugin": "^6.18.1",
65-
"@typescript-eslint/parser": "^6.18.1",
66-
"axios": "^1.6.5",
64+
"@types/node": "^20.17.19",
65+
"@types/react": "^18.3.18",
66+
"@types/react-dom": "^18.3.5",
67+
"@typescript-eslint/eslint-plugin": "^6.21.0",
68+
"@typescript-eslint/parser": "^6.21.0",
69+
"axios": "^1.7.9",
6770
"codecov": "^3.8.3",
68-
"eslint": "^8.56.0",
71+
"eslint": "^8.57.1",
6972
"eslint-config-prettier": "^9.1.0",
70-
"eslint-plugin-import": "^2.29.1",
71-
"eslint-plugin-jest": "^27.6.2",
72-
"eslint-plugin-jsx-a11y": "^6.8.0",
73-
"eslint-plugin-prettier": "^5.1.3",
74-
"eslint-plugin-react": "^7.33.2",
75-
"eslint-plugin-react-hooks": "^4.6.0",
73+
"eslint-plugin-import": "^2.31.0",
74+
"eslint-plugin-jest": "^27.9.0",
75+
"eslint-plugin-jsx-a11y": "^6.10.2",
76+
"eslint-plugin-prettier": "^5.2.3",
77+
"eslint-plugin-react": "^7.37.4",
78+
"eslint-plugin-react-hooks": "^4.6.2",
7679
"eslint-plugin-storybook": "^0.6.15",
77-
"gh-pages": "^6.1.1",
80+
"gh-pages": "^6.3.0",
7881
"jest": "^29.7.0",
7982
"jest-environment-jsdom": "^29.7.0",
8083
"jest-styled-components": "^7.2.0",
8184
"jest-watch-typeahead": "^2.2.2",
8285
"lodash-es": "^4.17.21",
8386
"memoize-one": "^6.0.0",
8487
"moment": "^2.30.1",
88+
"postcss": "^8.5.3",
8589
"postcss-styled-syntax": "^0.6.4",
86-
"prettier": "^3.2.0",
87-
"react": "^18.2.0",
90+
"prettier": "^3.5.2",
91+
"react": "^18.3.1",
8892
"react-app-polyfill": "^3.0.0",
89-
"react-dom": "^18.2.0",
90-
"remark-gfm": "^3.0.0",
91-
"rimraf": "^5.0.5",
92-
"rollup": "^2.61.1",
93+
"react-dom": "^18.3.1",
94+
"remark-gfm": "^3.0.1",
95+
"rimraf": "^5.0.10",
96+
"rollup": "^2.79.2",
9397
"rollup-plugin-terser": "^7.0.2",
9498
"rollup-plugin-typescript2": "^0.36.0",
95-
"rollup-plugin-visualizer": "^5.5.2",
96-
"storybook": "^7.6.8",
97-
"styled-components": "^6.1.8",
98-
"stylelint": "^16.1.0",
99-
"stylelint-config-standard": "^36.0.0",
100-
"stylelint-prettier": "^5.0.0",
101-
"ts-jest": "^29.1.1",
102-
"typescript": "^5.3.3"
99+
"rollup-plugin-visualizer": "^5.14.0",
100+
"storybook": "^7.6.20",
101+
"styled-components": "^6.1.15",
102+
"stylelint": "^16.14.1",
103+
"stylelint-config-standard": "^36.0.1",
104+
"stylelint-prettier": "^5.0.3",
105+
"ts-jest": "^29.2.6",
106+
"typescript": "^5.7.3"
103107
},
104108
"dependencies": {
105109
"deepmerge": "^4.3.1"
106110
},
107111
"peerDependencies": {
108-
"react": ">= 16.8.3",
112+
"react": ">= 17.0.0",
109113
"styled-components": ">= 5.0.0"
110114
},
111115
"peerDependenciesMeta": {
112116
"styled-components": {
113117
"optional": false
114118
}
115119
},
116-
"packageManager": "yarn@4.0.2"
120+
"packageManager": "yarn@4.6.0"
117121
}

0 commit comments

Comments
 (0)