mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-10 09:02:44 +08:00
no log: Bump @types/react from 18.2.65 to 18.2.70 in /frontend (#2438)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.65 to 18.2.70. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
22a0f3be21
commit
538e28fce6
2 changed files with 5 additions and 5 deletions
8
frontend/package-lock.json
generated
8
frontend/package-lock.json
generated
|
@ -35,7 +35,7 @@
|
|||
"@types/jest": "^29.5.12",
|
||||
"@types/lodash": "^4.17.0",
|
||||
"@types/node": "^20.11.29",
|
||||
"@types/react": "^18.2.65",
|
||||
"@types/react": "^18.2.70",
|
||||
"@types/react-dom": "^18.2.21",
|
||||
"@types/react-table": "^7.7.19",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
|
@ -3930,9 +3930,9 @@
|
|||
"devOptional": true
|
||||
},
|
||||
"node_modules/@types/react": {
|
||||
"version": "18.2.65",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.65.tgz",
|
||||
"integrity": "sha512-98TsY0aW4jqx/3RqsUXwMDZSWR1Z4CUlJNue8ueS2/wcxZOsz4xmW1X8ieaWVRHcmmQM3R8xVA4XWB3dJnWwDQ==",
|
||||
"version": "18.2.70",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.70.tgz",
|
||||
"integrity": "sha512-hjlM2hho2vqklPhopNkXkdkeq6Lv8WSZTpr7956zY+3WS5cfYUewtCzsJLsbW5dEv3lfSeQ4W14ZFeKC437JRQ==",
|
||||
"devOptional": true,
|
||||
"dependencies": {
|
||||
"@types/prop-types": "*",
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"@types/jest": "^29.5.12",
|
||||
"@types/lodash": "^4.17.0",
|
||||
"@types/node": "^20.11.29",
|
||||
"@types/react": "^18.2.65",
|
||||
"@types/react": "^18.2.70",
|
||||
"@types/react-dom": "^18.2.21",
|
||||
"@types/react-table": "^7.7.19",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
|
|
Loading…
Reference in a new issue