Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v17.0.73
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent a156dca commit b253b35
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 @@ -63,7 +63,7 @@
},
"dependencies": {},
"resolutions": {
"@types/react": "17.0.71",
"@types/react": "17.0.73",
"react-i18next": ">=11.16.4"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/neuron-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@types/enzyme": "3.10.18",
"@types/enzyme-adapter-react-16": "1.0.9",
"@types/node": "18.16.18",
"@types/react": "17.0.71",
"@types/react": "17.0.73",
"@types/react-dom": "17.0.25",
"@types/react-router-dom": "5.3.3",
"@types/styled-components": "5.1.32",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5140,10 +5140,10 @@
"@types/history" "^4.7.11"
"@types/react" "*"

"@types/react@*", "@types/[email protected].71", "@types/react@>=16", "@types/react@^16", "@types/react@^17":
version "17.0.71"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.71.tgz#3673d446ad482b1564e44bf853b3ab5bcbc942c4"
integrity sha512-lfqOu9mp16nmaGRrS8deS2Taqhd5Ih0o92Te5Ws6I1py4ytHBcXLqh0YIqVsViqwVI5f+haiFM6hju814BzcmA==
"@types/react@*", "@types/[email protected].73", "@types/react@>=16", "@types/react@^16", "@types/react@^17":
version "17.0.73"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.73.tgz#23a663c803b18d8b7f4f2bb9b467f2f3fd70787a"
integrity sha512-6AcjgPIVsXTIsFDgsGW0iQhvg0xb2vt2qAWgXyncnVNRaW9ZXTTwAh7RQoh7PzK1AhjPoGDvUBkdAREih9n5oQ==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit b253b35

Please sign in to comment.