Skip to content

Commit efb9b3b

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update devDependencies
1 parent ece5161 commit efb9b3b

File tree

2 files changed

+7
-22
lines changed

2 files changed

+7
-22
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
"@types/node": "14.14.14",
6565
"@types/node-emoji": "1.8.1",
6666
"@types/prismjs": "1.16.2",
67-
"@types/react": "16.9.49",
68-
"@types/react-dom": "16.9.8",
67+
"@types/react": "16.14.2",
68+
"@types/react-dom": "16.9.10",
6969
"@types/react-hot-loader": "4.1.1",
7070
"@types/react-router-dom": "5.1.6",
7171
"@types/react-scroll": "1.8.2",
@@ -98,7 +98,7 @@
9898
"typescript": "4.1.3"
9999
},
100100
"resolutions": {
101-
"@types/react": "16.9.56",
101+
"@types/react": "16.14.2",
102102
"@types/react-dom": "16.9.10",
103103
"@types/hoist-non-react-statics": "3.3.1"
104104
},

yarn.lock

+4-19
Original file line numberDiff line numberDiff line change
@@ -2627,13 +2627,6 @@
26272627
dependencies:
26282628
"@types/react" "^16"
26292629

2630-
2631-
version "16.9.8"
2632-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.8.tgz#fe4c1e11dfc67155733dfa6aa65108b4971cb423"
2633-
integrity sha512-ykkPQ+5nFknnlU6lDd947WbQ6TE3NNzbQAkInC2EKY1qeYdTKp7onFusmYZb+ityzx2YviqT6BXSu+LyWWJwcA==
2634-
dependencies:
2635-
"@types/react" "*"
2636-
26372630
26382631
version "4.1.1"
26392632
resolved "https://registry.yarnpkg.com/@types/react-hot-loader/-/react-hot-loader-4.1.1.tgz#8bc0a4add6b97ae833e5124a5591d5320026aa24"
@@ -2686,18 +2679,10 @@
26862679
dependencies:
26872680
"@types/react" "*"
26882681

2689-
"@types/react@*", "@types/[email protected]", "@types/react@^16":
2690-
version "16.9.56"
2691-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.56.tgz#ea25847b53c5bec064933095fc366b1462e2adf0"
2692-
integrity sha512-gIkl4J44G/qxbuC6r2Xh+D3CGZpJ+NdWTItAPmZbR5mUS+JQ8Zvzpl0ea5qT/ZT3ZNTUcDKUVqV3xBE8wv/DyQ==
2693-
dependencies:
2694-
"@types/prop-types" "*"
2695-
csstype "^3.0.2"
2696-
2697-
2698-
version "16.9.49"
2699-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.49.tgz#09db021cf8089aba0cdb12a49f8021a69cce4872"
2700-
integrity sha512-DtLFjSj0OYAdVLBbyjhuV9CdGVHCkHn2R+xr3XkBvK2rS1Y1tkc14XSGjYgm5Fjjr90AxH9tiSzc1pCFMGO06g==
2682+
"@types/react@*", "@types/[email protected]", "@types/react@^16":
2683+
version "16.14.2"
2684+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.2.tgz#85dcc0947d0645349923c04ccef6018a1ab7538c"
2685+
integrity sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ==
27012686
dependencies:
27022687
"@types/prop-types" "*"
27032688
csstype "^3.0.2"

0 commit comments

Comments
 (0)