Skip to content

Commit

Permalink
fix: add missing lodash types
Browse files Browse the repository at this point in the history
  • Loading branch information
drodil committed Oct 17, 2023
1 parent 4768fd6 commit f98470d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/qeta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"@backstage/plugin-home": "^0.5.9",
"@testing-library/jest-dom": "^6.1.3",
"@types/dompurify": "^3.0.0",
"@types/lodash": "^4.14.199",
"cross-fetch": "^3.1.5"
},
"files": [
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3519,6 +3519,7 @@ __metadata:
"@rjsf/core": ^3.0.0
"@testing-library/jest-dom": ^6.1.3
"@types/dompurify": ^3.0.0
"@types/lodash": ^4.14.199
ajv: ^8.12.0
cross-fetch: ^3.1.5
dompurify: ^3.0.5
Expand Down Expand Up @@ -7273,6 +7274,13 @@ __metadata:
languageName: node
linkType: hard

"@types/lodash@npm:^4.14.199":
version: 4.14.199
resolution: "@types/lodash@npm:4.14.199"
checksum: e68d1fcbbfce953ed87b296a628573f62939227bcda0c934954e862b421e8a34c5e71cad6fea27b9980567909e6a4698f09025692958e36d64ea9ed99ec6fb2e
languageName: node
linkType: hard

"@types/lru-cache@npm:^5.1.0":
version: 5.1.1
resolution: "@types/lru-cache@npm:5.1.1"
Expand Down

0 comments on commit f98470d

Please sign in to comment.