Skip to content

Commit 4ee0bc5

Browse files
authored
Merge pull request #17 from wpkyoto/renovate/react-16.x
chore(deps): update dependency @types/react to v16.14.2
2 parents 39aa721 + 864d589 commit 4ee0bc5

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
1717
},
1818
"devDependencies": {
19-
"@types/react": "16.9.56",
19+
"@types/react": "16.14.2",
2020
"@types/react-dom": "16.9.8",
2121
"parcel": "1.12.4",
2222
"typescript": "3.9.7"

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -876,10 +876,10 @@
876876
"@types/prop-types" "*"
877877
csstype "^2.2.0"
878878

879-
"@types/react@16.9.56":
880-
version "16.9.56"
881-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.56.tgz#ea25847b53c5bec064933095fc366b1462e2adf0"
882-
integrity sha512-gIkl4J44G/qxbuC6r2Xh+D3CGZpJ+NdWTItAPmZbR5mUS+JQ8Zvzpl0ea5qT/ZT3ZNTUcDKUVqV3xBE8wv/DyQ==
879+
"@types/react@16.14.2":
880+
version "16.14.2"
881+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.2.tgz#85dcc0947d0645349923c04ccef6018a1ab7538c"
882+
integrity sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ==
883883
dependencies:
884884
"@types/prop-types" "*"
885885
csstype "^3.0.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"author": "Hidetaka Okamoto",
3636
"module": "dist/react-github-ribbons.esm.js",
3737
"devDependencies": {
38-
"@types/react": "16.9.56",
38+
"@types/react": "16.14.2",
3939
"@types/react-dom": "16.9.8",
4040
"husky": "4.3.0",
4141
"react": "16.14.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,10 +1514,10 @@
15141514
"@types/prop-types" "*"
15151515
csstype "^2.2.0"
15161516

1517-
"@types/react@16.9.56":
1518-
version "16.9.56"
1519-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.56.tgz#ea25847b53c5bec064933095fc366b1462e2adf0"
1520-
integrity sha512-gIkl4J44G/qxbuC6r2Xh+D3CGZpJ+NdWTItAPmZbR5mUS+JQ8Zvzpl0ea5qT/ZT3ZNTUcDKUVqV3xBE8wv/DyQ==
1517+
"@types/react@16.14.2":
1518+
version "16.14.2"
1519+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.2.tgz#85dcc0947d0645349923c04ccef6018a1ab7538c"
1520+
integrity sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ==
15211521
dependencies:
15221522
"@types/prop-types" "*"
15231523
csstype "^3.0.2"

0 commit comments

Comments
 (0)