|
1 | 1 | { |
2 | 2 | "name": "react-data-table-component", |
3 | | - "version": "7.4.5", |
| 3 | + "version": "7.4.6", |
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/eslint-parser": "^7.16.5", |
43 | 44 | "@material-ui/core": "^4.12.3", |
44 | 45 | "@material-ui/icons": "^4.11.2", |
45 | | - "@storybook/addon-a11y": "^6.3.12", |
46 | | - "@storybook/addon-essentials": "^6.3.12", |
47 | | - "@storybook/addon-storysource": "^6.3.12", |
48 | | - "@storybook/addons": "^6.3.12", |
49 | | - "@storybook/react": "^6.3.12", |
50 | | - "@storybook/theming": "^6.3.12", |
| 46 | + "@storybook/addon-a11y": "^6.4.9", |
| 47 | + "@storybook/addon-essentials": "^6.4.9", |
| 48 | + "@storybook/addon-storysource": "^6.4.9", |
| 49 | + "@storybook/addons": "^6.4.9", |
| 50 | + "@storybook/react": "^6.4.9", |
| 51 | + "@storybook/theming": "^6.4.9", |
51 | 52 | "@testing-library/react": "^12.1.2", |
52 | | - "@types/faker": "^5.5.8", |
53 | | - "@types/jest": "^27.0.2", |
| 53 | + "@types/faker": "^5.5.9", |
| 54 | + "@types/jest": "^27.0.3", |
54 | 55 | "@types/lodash-es": "^4.17.5", |
55 | 56 | "@types/lodash.orderby": "^4.6.6", |
56 | | - "@types/node": "^16.10.3", |
57 | | - "@types/react": "^17.0.27", |
58 | | - "@types/react-dom": "^17.0.9", |
59 | | - "@types/styled-components": "^5.1.15", |
60 | | - "@typescript-eslint/eslint-plugin": "^4.33.0", |
61 | | - "@typescript-eslint/parser": "^4.33.0", |
62 | | - "axios": "^0.21.4", |
63 | | - "babel-eslint": "^10.1.0", |
| 57 | + "@types/node": "^17.0.0", |
| 58 | + "@types/react": "^17.0.37", |
| 59 | + "@types/react-dom": "^17.0.11", |
| 60 | + "@types/styled-components": "^5.1.18", |
| 61 | + "@typescript-eslint/eslint-plugin": "^5.7.0", |
| 62 | + "@typescript-eslint/parser": "^5.7.0", |
| 63 | + "axios": "^0.24.0", |
64 | 64 | "codecov": "^3.8.3", |
65 | | - "eslint": "^7.32.0", |
| 65 | + "eslint": "^8.5.0", |
66 | 66 | "eslint-config-prettier": "^8.3.0", |
67 | | - "eslint-config-react-app": "^6.0.0", |
68 | | - "eslint-plugin-import": "^2.24.2", |
69 | | - "eslint-plugin-jest": "^25.0.1", |
70 | | - "eslint-plugin-jsx-a11y": "^6.4.1", |
| 67 | + "eslint-config-react-app": "^7.0.0", |
| 68 | + "eslint-plugin-import": "^2.25.3", |
| 69 | + "eslint-plugin-jest": "^25.3.0", |
| 70 | + "eslint-plugin-jsx-a11y": "^6.5.1", |
71 | 71 | "eslint-plugin-prettier": "^4.0.0", |
72 | | - "eslint-plugin-react": "^7.26.1", |
73 | | - "eslint-plugin-react-hooks": "^4.2.0", |
| 72 | + "eslint-plugin-react": "^7.27.1", |
| 73 | + "eslint-plugin-react-hooks": "^4.3.0", |
| 74 | + "eslint-plugin-storybook": "^0.5.3", |
74 | 75 | "faker": "^5.5.3", |
75 | 76 | "gh-pages": "^3.2.3", |
76 | | - "jest": "^27.2.5", |
77 | | - "jest-styled-components": "^7.0.5", |
| 77 | + "jest": "^27.4.5", |
| 78 | + "jest-styled-components": "^7.0.8", |
78 | 79 | "jest-watch-typeahead": "^1.0.0", |
79 | 80 | "lodash-es": "^4.17.21", |
80 | 81 | "memoize-one": "^5.2.1", |
81 | 82 | "moment": "^2.29.1", |
82 | | - "prettier": "^2.4.1", |
| 83 | + "prettier": "^2.5.1", |
83 | 84 | "react": "^17.0.2", |
84 | | - "react-app-polyfill": "^2.0.0", |
| 85 | + "react-app-polyfill": "^3.0.0", |
85 | 86 | "react-dom": "^17.0.2", |
86 | 87 | "rimraf": "^3.0.2", |
87 | | - "rollup": "^2.58.0", |
| 88 | + "rollup": "^2.61.1", |
88 | 89 | "rollup-plugin-commonjs": "^10.1.0", |
89 | 90 | "rollup-plugin-node-resolve": "^5.2.0", |
90 | 91 | "rollup-plugin-terser": "^7.0.2", |
91 | | - "rollup-plugin-typescript2": "^0.30.0", |
| 92 | + "rollup-plugin-typescript2": "^0.31.1", |
92 | 93 | "rollup-plugin-visualizer": "^5.5.2", |
93 | | - "styled-components": "^5.3.1", |
94 | | - "stylelint": "^13.13.1", |
95 | | - "stylelint-config-recommended": "^5.0.0", |
| 94 | + "styled-components": "^5.3.3", |
| 95 | + "stylelint": "^14.1.0", |
| 96 | + "stylelint-config-recommended": "^6.0.0", |
96 | 97 | "stylelint-config-styled-components": "^0.1.1", |
97 | 98 | "stylelint-processor-styled-components": "^1.10.0", |
98 | | - "ts-jest": "^27.0.5", |
99 | | - "typescript": "^4.4.3" |
| 99 | + "ts-jest": "^27.1.2", |
| 100 | + "typescript": "^4.5.4" |
100 | 101 | }, |
101 | 102 | "dependencies": { |
102 | 103 | "deepmerge": "^4.2.2" |
|
0 commit comments