diff --git a/.changelog/1301.internal.md b/.changelog/1301.internal.md new file mode 100644 index 000000000..787f5708c --- /dev/null +++ b/.changelog/1301.internal.md @@ -0,0 +1 @@ +Update dependencies diff --git a/package.json b/package.json index ae2b6119d..30848a638 100644 --- a/package.json +++ b/package.json @@ -103,8 +103,8 @@ "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.5.2", "@types/jest": "^29.5.12", - "@types/node": "20.11.20", - "@types/react": "18.2.59", + "@types/node": "20.11.24", + "@types/react": "18.2.61", "@types/react-dom": "18.2.19", "@typescript-eslint/eslint-plugin": "7.0.2", "@typescript-eslint/parser": "7.0.2", diff --git a/src/app/components/NonScrollingRouterLink/index.tsx b/src/app/components/NonScrollingRouterLink/index.tsx index f053b6502..dd37aa53c 100644 --- a/src/app/components/NonScrollingRouterLink/index.tsx +++ b/src/app/components/NonScrollingRouterLink/index.tsx @@ -1,6 +1,6 @@ -import { forwardRef, ComponentPropsWithRef, FC } from 'react' +import { forwardRef, ComponentProps, FC } from 'react' import { Link } from 'react-router-dom' -export const NonScrollingRouterLink: FC> = forwardRef((props, ref) => ( +export const NonScrollingRouterLink: FC> = forwardRef((props, ref) => ( )) diff --git a/yarn.lock b/yarn.lock index c28375593..552eade29 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5638,10 +5638,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.13.tgz#f64277c341150c979e42b00e4ac289290c9df469" integrity sha512-N+0kuo9KgrUQ1Sn/ifDXsvg0TTleP7rIy4zOBGECxAljqvqfqpTfzx0Q1NUedOixRMBfe2Whhb056a42cWs26Q== -"@types/node@20.11.20": - version "20.11.20" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.20.tgz#f0a2aee575215149a62784210ad88b3a34843659" - integrity sha512-7/rR21OS+fq8IyHTgtLkDK949uzsa6n8BkziAKtPVpugIkO6D+/ooXMvzXxDnZrmtXVfjb1bKQafYpb8s89LOg== +"@types/node@20.11.24": + version "20.11.24" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.24.tgz#cc207511104694e84e9fb17f9a0c4c42d4517792" + integrity sha512-Kza43ewS3xoLgCEpQrsT+xRo/EJej1y0kVYGiLFE1NEODXGzTfwiC6tXTLMQskn1X4/Rjlh0MQUvx9W+L9long== dependencies: undici-types "~5.26.4" @@ -5715,10 +5715,10 @@ "@types/scheduler" "*" csstype "^3.0.2" -"@types/react@18.2.59": - version "18.2.59" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.59.tgz#14c7bcab22e2ce71d9eaa02f78d3d55067724d7f" - integrity sha512-DE+F6BYEC8VtajY85Qr7mmhTd/79rJKIHCg99MU9SWPB4xvLb6D1za2vYflgZfmPqQVEr6UqJTnLXEwzpVPuOg== +"@types/react@18.2.61": + version "18.2.61" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.61.tgz#5607308495037436779939ec0348a5816c08799d" + integrity sha512-NURTN0qNnJa7O/k4XUkEW2yfygA+NxS0V5h1+kp9jPwhzZy95q3ADoGMP0+JypMhrZBTTgjKAUlTctde1zzeQA== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"