|
1 | 1 | { |
2 | 2 | "name": "react-data-table-component", |
3 | | - "version": "7.5.4", |
| 3 | + "version": "7.6.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", |
|
28 | 28 | "build:umd": "rollup -c rollup/rollup.config.umd.js", |
29 | 29 | "build:cjs": "rollup -c rollup/rollup.config.cjs.js", |
30 | 30 | "build:es": "rollup -c rollup/rollup.config.es.js", |
31 | | - "build": "rimraf dist/* && npm run build:dev && npm run build:cjs && npm run build:umd && npm run build:es", |
| 31 | + "build": "rimraf dist && npm run build:dev && npm run build:cjs && npm run build:umd && npm run build:es", |
32 | 32 | "start": "npm run build:dev -- -w", |
33 | 33 | "test": "jest --passWithNoTests --verbose --coverage", |
34 | 34 | "test:tdd": "jest --watch", |
35 | 35 | "test:tdd-coverage": "jest --watch --coverage", |
36 | 36 | "test:coverage": "jest --coverage", |
37 | 37 | "lint": "eslint . --ext .ts,.tsx && eslint . --ext .js --config eslintrc-js.js", |
38 | | - "storybook": "start-storybook -p 6006", |
39 | | - "build-storybook": "build-storybook", |
| 38 | + "storybook": "storybook dev -p 6006", |
| 39 | + "build-storybook": "storybook build", |
40 | 40 | "deploy-storybook": "gh-pages -d storybook-static" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@babel/core": "^7.16.5", |
44 | | - "@babel/eslint-parser": "^7.16.5", |
| 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", |
45 | 47 | "@material-ui/core": "^4.12.3", |
46 | | - "@material-ui/icons": "^4.11.2", |
47 | | - "@rollup/plugin-commonjs": "^21.0.1", |
48 | | - "@rollup/plugin-node-resolve": "^13.1.1", |
49 | | - "@storybook/addon-a11y": "^6.4.22", |
50 | | - "@storybook/addon-essentials": "^6.4.22", |
51 | | - "@storybook/addon-storysource": "^6.4.22", |
52 | | - "@storybook/addons": "^6.4.22", |
53 | | - "@storybook/react": "^6.4.22", |
54 | | - "@storybook/theming": "^6.4.22", |
55 | | - "@testing-library/react": "^12.1.2", |
56 | | - "@types/faker": "^5.5.9", |
57 | | - "@types/jest": "^27.0.3", |
58 | | - "@types/lodash-es": "^4.17.5", |
59 | | - "@types/lodash.orderby": "^4.6.6", |
60 | | - "@types/node": "^17.0.0", |
61 | | - "@types/react": "^17.0.37", |
62 | | - "@types/react-dom": "^17.0.11", |
63 | | - "@types/styled-components": "^5.1.18", |
64 | | - "@typescript-eslint/eslint-plugin": "^5.7.0", |
65 | | - "@typescript-eslint/parser": "^5.7.0", |
66 | | - "axios": "^0.24.0", |
| 48 | + "@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.7", |
| 52 | + "@storybook/addon-essentials": "^7.6.7", |
| 53 | + "@storybook/addon-mdx-gfm": "^7.6.7", |
| 54 | + "@storybook/addon-storysource": "^7.6.7", |
| 55 | + "@storybook/addons": "^7.6.7", |
| 56 | + "@storybook/react": "^7.6.7", |
| 57 | + "@storybook/react-webpack5": "^7.6.7", |
| 58 | + "@storybook/theming": "^7.6.7", |
| 59 | + "@testing-library/react": "^14.1.2", |
| 60 | + "@types/jest": "^29.5.11", |
| 61 | + "@types/lodash-es": "^4.17.12", |
| 62 | + "@types/lodash.orderby": "^4.6.9", |
| 63 | + "@types/node": "^20.11.0", |
| 64 | + "@types/react": "^18.2.47", |
| 65 | + "@types/react-dom": "^18.2.18", |
| 66 | + "@typescript-eslint/eslint-plugin": "^6.18.1", |
| 67 | + "@typescript-eslint/parser": "^6.18.1", |
| 68 | + "axios": "^1.6.5", |
67 | 69 | "codecov": "^3.8.3", |
68 | | - "eslint": "^8.5.0", |
69 | | - "eslint-config-prettier": "^8.3.0", |
70 | | - "eslint-config-react-app": "^7.0.0", |
71 | | - "eslint-plugin-import": "^2.25.3", |
72 | | - "eslint-plugin-jest": "^25.3.0", |
73 | | - "eslint-plugin-jsx-a11y": "^6.5.1", |
74 | | - "eslint-plugin-prettier": "^4.0.0", |
75 | | - "eslint-plugin-react": "^7.27.1", |
76 | | - "eslint-plugin-react-hooks": "^4.3.0", |
77 | | - "eslint-plugin-storybook": "^0.5.11", |
78 | | - "faker": "^5.5.3", |
79 | | - "gh-pages": "^3.2.3", |
80 | | - "jest": "^27.4.5", |
81 | | - "jest-styled-components": "^7.0.8", |
82 | | - "jest-watch-typeahead": "^1.0.0", |
| 70 | + "eslint": "^8.56.0", |
| 71 | + "eslint-config-prettier": "^9.1.0", |
| 72 | + "eslint-plugin-import": "^2.29.1", |
| 73 | + "eslint-plugin-jest": "^27.6.2", |
| 74 | + "eslint-plugin-jsx-a11y": "^6.8.0", |
| 75 | + "eslint-plugin-prettier": "^5.1.3", |
| 76 | + "eslint-plugin-react": "^7.33.2", |
| 77 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 78 | + "eslint-plugin-storybook": "^0.6.15", |
| 79 | + "gh-pages": "^6.1.1", |
| 80 | + "jest": "^29.7.0", |
| 81 | + "jest-environment-jsdom": "^29.7.0", |
| 82 | + "jest-styled-components": "^7.2.0", |
| 83 | + "jest-watch-typeahead": "^2.2.2", |
83 | 84 | "lodash-es": "^4.17.21", |
84 | 85 | "memoize-one": "^6.0.0", |
85 | | - "moment": "^2.29.1", |
86 | | - "prettier": "^2.5.1", |
87 | | - "react": "^17.0.2", |
| 86 | + "moment": "^2.30.1", |
| 87 | + "postcss-styled-syntax": "^0.6.4", |
| 88 | + "prettier": "^3.1.1", |
| 89 | + "react": "^18.2.0", |
88 | 90 | "react-app-polyfill": "^3.0.0", |
89 | | - "react-dom": "^17.0.2", |
90 | | - "rimraf": "^3.0.2", |
| 91 | + "react-dom": "^18.2.0", |
| 92 | + "rimraf": "^5.0.5", |
91 | 93 | "rollup": "^2.61.1", |
92 | 94 | "rollup-plugin-terser": "^7.0.2", |
93 | | - "rollup-plugin-typescript2": "^0.31.1", |
| 95 | + "rollup-plugin-typescript2": "^0.36.0", |
94 | 96 | "rollup-plugin-visualizer": "^5.5.2", |
95 | | - "styled-components": "^5.3.3", |
96 | | - "stylelint": "^14.1.0", |
97 | | - "stylelint-config-recommended": "^6.0.0", |
98 | | - "stylelint-config-styled-components": "^0.1.1", |
99 | | - "stylelint-processor-styled-components": "^1.10.0", |
100 | | - "ts-jest": "^27.1.2", |
101 | | - "typescript": "^4.6.4" |
| 97 | + "storybook": "^7.6.7", |
| 98 | + "styled-components": "^6.1.8", |
| 99 | + "stylelint": "^16.1.0", |
| 100 | + "stylelint-config-standard": "^36.0.0", |
| 101 | + "stylelint-prettier": "^5.0.0", |
| 102 | + "ts-jest": "^29.1.1", |
| 103 | + "typescript": "^5.3.3" |
102 | 104 | }, |
103 | 105 | "dependencies": { |
104 | | - "deepmerge": "^4.2.2" |
| 106 | + "deepmerge": "^4.3.1" |
105 | 107 | }, |
106 | 108 | "peerDependencies": { |
107 | 109 | "react": ">= 16.8.3", |
108 | | - "styled-components": ">= 4" |
109 | | - } |
| 110 | + "styled-components": ">= 5.0.0" |
| 111 | + }, |
| 112 | + "peerDependenciesMeta": { |
| 113 | + "styled-components": { |
| 114 | + "optional": false |
| 115 | + } |
| 116 | + }, |
| 117 | + "packageManager": "yarn@4.0.2" |
110 | 118 | } |
0 commit comments