Skip to content

Commit

Permalink
Bump @types/lodash to ^4.14.190 (mui#35259)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and felipe.richter committed Dec 6, 2022
1 parent 4632adc commit 3a0d59c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@types/format-util": "^1.0.2",
"@types/fs-extra": "^9.0.13",
"@types/jsdom": "^20.0.1",
"@types/lodash": "^4.14.189",
"@types/lodash": "^4.14.190",
"@types/mocha": "^10.0.0",
"@types/prettier": "^2.7.1",
"@types/react": "^18.0.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-to-proptypes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/babel__core": "^7.1.19",
"@types/doctrine": "^0.0.5",
"@types/lodash": "^4.14.189",
"@types/lodash": "^4.14.190",
"@types/node": "^16.18.3",
"@types/prettier": "^2.7.1",
"@types/react": "^18.0.21",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3647,10 +3647,10 @@
dependencies:
"@types/lodash" "*"

"@types/lodash@*", "@types/lodash@^4.14.189":
version "4.14.189"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.189.tgz#975ff8c38da5ae58b751127b19ad5e44b5b7f6d2"
integrity sha512-kb9/98N6X8gyME9Cf7YaqIMvYGnBSWqEci6tiettE6iJWH1XdJz/PO8LB0GtLCG7x8dU3KWhZT+lA1a35127tA==
"@types/lodash@*", "@types/lodash@^4.14.190":
version "4.14.190"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.190.tgz#d8e99647af141c63902d0ca53cf2b34d2df33545"
integrity sha512-5iJ3FBJBvQHQ8sFhEhJfjUP+G+LalhavTkYyrAYqz5MEJG+erSv0k9KJLb6q7++17Lafk1scaTIFXcMJlwK8Mw==

"@types/markdown-to-jsx@^7.0.1":
version "7.0.1"
Expand Down

0 comments on commit 3a0d59c

Please sign in to comment.