Skip to content

Commit

Permalink
remove @types/enzyme, add @types/jest to flow-designer + more missign…
Browse files Browse the repository at this point in the history
… deps
  • Loading branch information
smouillour committed Oct 13, 2023
1 parent b44a458 commit 7386c97
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 26 deletions.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@types/classnames": "^2.3.1",
"@types/d3": "^7.4.0",
"@types/date-fns": "^0.0.2",
"@types/enzyme": "^3.10.13",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.198",
"@types/prop-types": "^15.7.5",
"@types/react": "^17.0.65",
Expand Down
1 change: 0 additions & 1 deletion packages/dataviz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"@testing-library/user-event": "^13.5.0",
"@types/classnames": "^2.3.1",
"@types/d3": "^7.4.0",
"@types/enzyme": "^3.10.13",
"@types/geojson": "^7946.0.10",
"@types/lodash": "^4.14.198",
"@types/react": "^17.0.65",
Expand Down
2 changes: 1 addition & 1 deletion packages/flow-designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@talend/scripts-config-react-webpack": "^16.0.0",
"@testing-library/react": "^12.1.5",
"@types/d3": "^7.4.0",
"@types/enzyme": "^3.10.13",
"@types/invariant": "^2.2.35",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.198",
"@types/react": "^17.0.65",
"@types/react-redux": "^7.1.26",
Expand Down
5 changes: 4 additions & 1 deletion packages/storybook-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
"access": "public"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.9.4",
"@storybook/react": "^7.4.1",
"@talend/design-tokens": "^2.9.0",
"classnames": "^2.3.1",
"figma-js": "^1.16.0",
Expand All @@ -36,6 +38,7 @@
"@talend/scripts-core": "^15.0.0",
"@talend/scripts-config-babel": "^13.0.0",
"@talend/scripts-config-storybook-lib": "^5.0.0",
"@talend/scripts-config-typescript": "^11.1.0"
"@talend/scripts-config-typescript": "^11.1.0",
"@types/node": "^6.14.13"
}
}
Loading

0 comments on commit 7386c97

Please sign in to comment.