Skip to content

Commit e80f295

Browse files
chore(deps): add missing types deps for react and lodash (#1549)
1 parent e35490b commit e80f295

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

renovate.json

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"string-width",
8686
"strip-ansi",
8787
"styled-components",
88+
"@types/styled-components",
8889
"stylelint",
8990
"undici"
9091
],

ui/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,10 @@
8787
"@types/jest": "^29.5.14",
8888
"@types/jest-image-snapshot": "^6.4.0",
8989
"@types/js-yaml": "^4.0.9",
90+
"@types/lodash": "^4.17.14",
9091
"@types/node": "^20.17.6",
9192
"@types/react": "^16.14.62",
93+
"@types/styled-components": "^5.1.34",
9294
"@typescript-eslint/eslint-plugin": "^6.21.0",
9395
"@typescript-eslint/parser": "^6.21.0",
9496
"babel-eslint": "^10.1.0",

ui/yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -3559,6 +3559,11 @@
35593559
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.14.tgz#bafc053533f4cdc5fcc9635af46a963c1f3deaff"
35603560
integrity sha512-jsxagdikDiDBeIRaPYtArcT8my4tN1og7MtMRquFT3XNA6axxyHDRUemqDz/taRDdOUn0GnGHRCuff4q48sW9A==
35613561

3562+
"@types/lodash@^4.17.14":
3563+
version "4.17.15"
3564+
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.15.tgz#12d4af0ed17cc7600ce1f9980cec48fc17ad1e89"
3565+
integrity sha512-w/P33JFeySuhN6JLkysYUK2gEmy9kHHFN7E8ro0tkfmlDOgxBDzWEZ/J8cWA+fHqFevpswDTFZnDx+R9lbL6xw==
3566+
35623567
"@types/mapbox__point-geometry@*", "@types/mapbox__point-geometry@^0.1.4":
35633568
version "0.1.4"
35643569
resolved "https://registry.npmjs.org/@types/mapbox__point-geometry/-/mapbox__point-geometry-0.1.4.tgz#0ef017b75eedce02ff6243b4189210e2e6d5e56d"
@@ -3726,7 +3731,7 @@
37263731
resolved "https://registry.npmjs.org/@types/statuses/-/statuses-2.0.5.tgz#f61ab46d5352fd73c863a1ea4e1cef3b0b51ae63"
37273732
integrity sha512-jmIUGWrAiwu3dZpxntxieC+1n/5c3mjrImkmOSQ2NC5uP6cYO4aAZDdSmRcI5C1oiTmqlZGHC+/NmJrKogbP5A==
37283733

3729-
"@types/styled-components@^5.1.0":
3734+
"@types/styled-components@^5.1.0", "@types/styled-components@^5.1.34":
37303735
version "5.1.34"
37313736
resolved "https://registry.npmjs.org/@types/styled-components/-/styled-components-5.1.34.tgz#4107df8ef8a7eaba4fa6b05f78f93fba4daf0300"
37323737
integrity sha512-mmiVvwpYklFIv9E8qfxuPyIt/OuyIrn6gMOAMOFUO3WJfSrSE+sGUoa4PiZj77Ut7bKZpaa6o1fBKS/4TOEvnA==

0 commit comments

Comments
 (0)