Skip to content

Commit

Permalink
Merge pull request #164 from Magickbase/renovate/react-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY authored Apr 5, 2023
2 parents 8f15202 + 98f1ade commit 4163b32
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 @@ -61,7 +61,7 @@
},
"dependencies": {},
"resolutions": {
"@types/react": "17.0.53",
"@types/react": "17.0.56",
"react-i18next": ">=11.16.4",
"usb": "1.8.8"
}
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 @@ -69,7 +69,7 @@
"@types/enzyme": "3.10.12",
"@types/enzyme-adapter-react-16": "1.0.6",
"@types/node": "18.14.6",
"@types/react": "17.0.53",
"@types/react": "17.0.56",
"@types/react-dom": "17.0.19",
"@types/react-router-dom": "5.3.3",
"@types/storybook-react-router": "1.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5240,10 +5240,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@17.0.53", "@types/react@^17":
version "17.0.53"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.53.tgz#10d4d5999b8af3d6bc6a9369d7eb953da82442ab"
integrity sha512-1yIpQR2zdYu1Z/dc1OxC+MA6GR240u3gcnP4l6mvj/PJiVaqHsQPmWttsvHsfnhfPbU2FuGmo0wSITPygjBmsw==
"@types/react@*", "@types/react@17.0.56", "@types/react@^17":
version "17.0.56"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.56.tgz#16f54a0b0a4820065b8296f1dd6da80791fcf964"
integrity sha512-Z13f9Qz7Hg8f2g2NsBjiJSVWmON2b3K8RIqFK8mMKCIgvD0CD0ZChTukz87H3lI28X3ukXoNFGzo3ZW1ICTtPA==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 4163b32

Please sign in to comment.