|
1 | 1 | { |
2 | 2 | "name": "react-data-table-component", |
3 | | - "version": "7.6.2", |
| 3 | + "version": "7.7.0", |
4 | 4 | "description": "A simple to use declarative react based data table", |
5 | 5 | "main": "dist/index.cjs.js", |
6 | 6 | "module": "dist/index.es.js", |
|
40 | 40 | "deploy-storybook": "gh-pages -d storybook-static" |
41 | 41 | }, |
42 | 42 | "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", |
48 | 50 | "@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", |
59 | 62 | "@types/lodash-es": "^4.17.12", |
60 | 63 | "@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", |
67 | 70 | "codecov": "^3.8.3", |
68 | | - "eslint": "^8.56.0", |
| 71 | + "eslint": "^8.57.1", |
69 | 72 | "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", |
76 | 79 | "eslint-plugin-storybook": "^0.6.15", |
77 | | - "gh-pages": "^6.1.1", |
| 80 | + "gh-pages": "^6.3.0", |
78 | 81 | "jest": "^29.7.0", |
79 | 82 | "jest-environment-jsdom": "^29.7.0", |
80 | 83 | "jest-styled-components": "^7.2.0", |
81 | 84 | "jest-watch-typeahead": "^2.2.2", |
82 | 85 | "lodash-es": "^4.17.21", |
83 | 86 | "memoize-one": "^6.0.0", |
84 | 87 | "moment": "^2.30.1", |
| 88 | + "postcss": "^8.5.3", |
85 | 89 | "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", |
88 | 92 | "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", |
93 | 97 | "rollup-plugin-terser": "^7.0.2", |
94 | 98 | "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" |
103 | 107 | }, |
104 | 108 | "dependencies": { |
105 | 109 | "deepmerge": "^4.3.1" |
106 | 110 | }, |
107 | 111 | "peerDependencies": { |
108 | | - "react": ">= 16.8.3", |
| 112 | + "react": ">= 17.0.0", |
109 | 113 | "styled-components": ">= 5.0.0" |
110 | 114 | }, |
111 | 115 | "peerDependenciesMeta": { |
112 | 116 | "styled-components": { |
113 | 117 | "optional": false |
114 | 118 | } |
115 | 119 | }, |
116 | | - "packageManager": "yarn@4.0.2" |
| 120 | + "packageManager": "yarn@4.6.0" |
117 | 121 | } |
0 commit comments