Skip to content

Commit

Permalink
fix: i18nify-js local dependency added in sandboxes (#2014)
Browse files Browse the repository at this point in the history
Co-authored-by: Saurabh Daware <saurabh.daware@razorpay.com>
  • Loading branch information
tarun-khanna and saurabhdaware authored Feb 16, 2024
1 parent b2ab3ad commit 573839f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/blade/src/utils/storybook/Sandbox/baseCode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export const getReactScriptsJSDependencies = (): Dependencies => {
'styled-components': packageJson.peerDependencies['styled-components'],
'@emotion/react': '11.11.1',
'@table-library/react-table-library': '4.1.7',
'@razorpay/i18nify-js': '1.4.0',
},
};
};
Expand All @@ -74,6 +75,7 @@ const getViteReactTSDependencies = (): Dependencies => {
'styled-components': packageJson.peerDependencies['styled-components'],
'@emotion/react': '11.11.1',
'@table-library/react-table-library': '4.1.7',
'@razorpay/i18nify-js': '1.4.0',
},
devDependencies: {
vite: '4.5.0',
Expand Down

0 comments on commit 573839f

Please sign in to comment.