Skip to content

Commit

Permalink
chore: fix codesandbox dependencies missing (#3259)
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn authored Dec 3, 2024
1 parent bdef4e9 commit e3664ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/src/components/codesandbox/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,11 @@ export const pkgContent = JSON.stringify(
'react-scripts': '^5.0.0',
'@types/react': orgPkg.devDependencies['@types/react'],
'@types/react-dom': orgPkg.devDependencies['@types/react-dom'],
lodash: orgPkg.dependencies.lodash,
},
devDependencies: {
typescript: '^4.4.4',
'@types/lodash': orgPkg.devDependencies['@types/lodash'],
},
scripts: {
start: 'react-scripts start',
Expand Down

0 comments on commit e3664ee

Please sign in to comment.