diff --git a/packages/ui-toolkit/package.json b/packages/ui-toolkit/package.json index e0f2fe36..d33c731e 100644 --- a/packages/ui-toolkit/package.json +++ b/packages/ui-toolkit/package.json @@ -78,6 +78,7 @@ "@babel/plugin-proposal-private-methods": "^7.13.0", "@babel/preset-react": "^7.13.13", "@babel/preset-typescript": "^7.13.0", + "@babel/runtime": "7.17.8", "@groww-tech/base-css": "*", "@groww-tech/eslint-config": "*", "@groww-tech/eslint-plugin-internal": "*", @@ -89,6 +90,7 @@ "@storybook/addon-links": "^6.2.8", "@storybook/react": "^6.2.8", "@types/object-assign": "^4.0.30", + "@types/react": "^17.0.3", "@types/react-dom": "^17.0.3", "@types/react-lazyload": "^3.1.0", "@typescript-eslint/eslint-plugin": "^4.22.0", @@ -120,6 +122,7 @@ }, "dependencies": { "@groww-tech/icon-store": "*", + "object-assign": "4.1.1", "flat-carousel": "0.0.1", "lodash.debounce": "^4.0.8", "react-waypoint": "^10.1.0"