Skip to content

Commit

Permalink
chore: add missing @types/lodash to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robp committed Nov 8, 2024
1 parent 6432cbe commit 2a6f245
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"@storybook/nextjs": "^8.4.2",
"@storybook/react": "^8.4.2",
"@types/cypress-image-snapshot": "^3.1.6",
"@types/lodash": "^4.17.13",
"@types/use-analytics": "^0.0.3",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4952,6 +4952,13 @@ __metadata:
languageName: node
linkType: hard

"@types/lodash@npm:^4.17.13":
version: 4.17.13
resolution: "@types/lodash@npm:4.17.13"
checksum: 10c0/c3d0b7efe7933ac0369b99f2f7bff9240d960680fdb74b41ed4bd1b3ca60cca1e31fe4046d9abbde778f941a41bc2a75eb629abf8659fa6c27b66efbbb0802a9
languageName: node
linkType: hard

"@types/mdx@npm:^2.0.0":
version: 2.0.11
resolution: "@types/mdx@npm:2.0.11"
Expand Down Expand Up @@ -13069,6 +13076,7 @@ __metadata:
"@storybook/react": "npm:^8.4.2"
"@storybook/test": "npm:^8.4.2"
"@types/cypress-image-snapshot": "npm:^3.1.6"
"@types/lodash": "npm:^4.17.13"
"@types/node": "npm:18.11.11"
"@types/react": "npm:types-react@19.0.0-rc.1"
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
Expand Down

0 comments on commit 2a6f245

Please sign in to comment.