Skip to content

Commit

Permalink
Fix declarations (#1199)
Browse files Browse the repository at this point in the history
* fixes "could not find declaration file" error

* update deps | bump version
  • Loading branch information
jbetancur authored Jan 12, 2024
1 parent f4a4162 commit 2663f2f
Show file tree
Hide file tree
Showing 3 changed files with 323 additions and 323 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "react-data-table-component",
"version": "7.6.1",
"version": "7.6.2",
"description": "A simple to use declarative react based data table",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"browser": "dist/index.cjs.js",
"types": "dist/src/index.d.ts",
"types": "dist/index.d.ts",
"files": [
"dist"
],
Expand Down Expand Up @@ -48,12 +48,12 @@
"@material-ui/icons": "^4.11.3",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@storybook/addon-a11y": "^7.6.7",
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-storysource": "^7.6.7",
"@storybook/react": "^7.6.7",
"@storybook/react-webpack5": "^7.6.7",
"@storybook/theming": "^7.6.7",
"@storybook/addon-a11y": "^7.6.8",
"@storybook/addon-essentials": "^7.6.8",
"@storybook/addon-storysource": "^7.6.8",
"@storybook/react": "^7.6.8",
"@storybook/react-webpack5": "^7.6.8",
"@storybook/theming": "^7.6.8",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.11",
"@types/lodash-es": "^4.17.12",
Expand Down Expand Up @@ -83,7 +83,7 @@
"memoize-one": "^6.0.0",
"moment": "^2.30.1",
"postcss-styled-syntax": "^0.6.4",
"prettier": "^3.1.1",
"prettier": "^3.2.0",
"react": "^18.2.0",
"react-app-polyfill": "^3.0.0",
"react-dom": "^18.2.0",
Expand All @@ -93,7 +93,7 @@
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-visualizer": "^5.5.2",
"storybook": "^7.6.7",
"storybook": "^7.6.8",
"styled-components": "^6.1.8",
"stylelint": "^16.1.0",
"stylelint-config-standard": "^36.0.0",
Expand Down
Loading

0 comments on commit 2663f2f

Please sign in to comment.