Skip to content

Commit

Permalink
Merge pull request #1362 from system-ui/dependabot/npm_and_yarn/types…
Browse files Browse the repository at this point in the history
…/react-17.0.0

chore(deps-dev): bump @types/react from 16.14.1 to 17.0.0
  • Loading branch information
hasparus authored Dec 21, 2020
2 parents 34829a3 + 4151d87 commit 316ff5e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"react": "^16.14.0 || ^17.0.0"
},
"devDependencies": {
"@types/react": "^16.14.1",
"@types/react": "^17.0.0",
"react": "^16.14.0"
}
}
2 changes: 1 addition & 1 deletion packages/parse-props/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react": "^16.14.0 || ^17.0.0"
},
"devDependencies": {
"@types/react": "^16.14.1",
"@types/react": "^17.0.0",
"react": "^16.14.0"
}
}
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3200,12 +3200,13 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@^16.14.1":
version "16.14.1"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.1.tgz#da2ecb638385614a5573e16e4aa7daf936dbead5"
integrity sha512-32mxrbX62m5b+lMTSzucFKNIr8Eq4T6T3rDVxYzKqyRwyfnPcwZppWW0YXUlPNPUE+r6phBtHXYRgr8ad/Zl9A==
"@types/react@*", "@types/react@^17.0.0":
version "17.0.0"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.0.tgz#5af3eb7fad2807092f0046a1302b7823e27919b8"
integrity sha512-aj/L7RIMsRlWML3YB6KZiXB3fV2t41+5RBGYF8z+tAKU43Px8C3cYUZsDvf1/+Bm4FK21QWBrDutu8ZJ/70qOw==
dependencies:
"@types/prop-types" "*"
csstype "^3.0.2"

"@types/reactcss@*":
version "1.2.3"
Expand Down

1 comment on commit 316ff5e

@vercel
Copy link

@vercel vercel bot commented on 316ff5e Dec 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.