Skip to content

Commit 2663f2f

Browse files
authored
Fix declarations (#1199)
* fixes "could not find declaration file" error * update deps | bump version
1 parent f4a4162 commit 2663f2f

File tree

3 files changed

+323
-323
lines changed

3 files changed

+323
-323
lines changed

.yarn/install-state.gz

12.2 KB
Binary file not shown.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "react-data-table-component",
3-
"version": "7.6.1",
3+
"version": "7.6.2",
44
"description": "A simple to use declarative react based data table",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.es.js",
77
"browser": "dist/index.cjs.js",
8-
"types": "dist/src/index.d.ts",
8+
"types": "dist/index.d.ts",
99
"files": [
1010
"dist"
1111
],
@@ -48,12 +48,12 @@
4848
"@material-ui/icons": "^4.11.3",
4949
"@rollup/plugin-commonjs": "^25.0.7",
5050
"@rollup/plugin-node-resolve": "^15.2.3",
51-
"@storybook/addon-a11y": "^7.6.7",
52-
"@storybook/addon-essentials": "^7.6.7",
53-
"@storybook/addon-storysource": "^7.6.7",
54-
"@storybook/react": "^7.6.7",
55-
"@storybook/react-webpack5": "^7.6.7",
56-
"@storybook/theming": "^7.6.7",
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",
5757
"@testing-library/react": "^14.1.2",
5858
"@types/jest": "^29.5.11",
5959
"@types/lodash-es": "^4.17.12",
@@ -83,7 +83,7 @@
8383
"memoize-one": "^6.0.0",
8484
"moment": "^2.30.1",
8585
"postcss-styled-syntax": "^0.6.4",
86-
"prettier": "^3.1.1",
86+
"prettier": "^3.2.0",
8787
"react": "^18.2.0",
8888
"react-app-polyfill": "^3.0.0",
8989
"react-dom": "^18.2.0",
@@ -93,7 +93,7 @@
9393
"rollup-plugin-terser": "^7.0.2",
9494
"rollup-plugin-typescript2": "^0.36.0",
9595
"rollup-plugin-visualizer": "^5.5.2",
96-
"storybook": "^7.6.7",
96+
"storybook": "^7.6.8",
9797
"styled-components": "^6.1.8",
9898
"stylelint": "^16.1.0",
9999
"stylelint-config-standard": "^36.0.0",

0 commit comments

Comments
 (0)