Skip to content

Commit

Permalink
fix(data-table-manager): include type declarations for libraries (#2933)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko authored Oct 2, 2024
1 parent 2876875 commit b7f3b35
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/eighty-lizards-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@commercetools-uikit/data-table-manager': patch
---

Include types declarations for libraries"
4 changes: 2 additions & 2 deletions packages/components/data-table-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
"@commercetools-uikit/utils": "19.11.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@types/debounce-promise": "^3.1.6",
"@types/react-beautiful-dnd": "^13.1.3",
"debounce-promise": "^3.1.2",
"lodash": "4.17.21",
"prop-types": "15.8.1",
"react-beautiful-dnd": "13.1.1"
},
"devDependencies": {
"@types/debounce-promise": "^3.1.6",
"@types/react-beautiful-dnd": "^13.1.3",
"formik": "^2.2.9",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down

0 comments on commit b7f3b35

Please sign in to comment.