Skip to content

Commit b6bad99

Browse files
committed
fix: yarn types for react-virtualized
1 parent 4db2f03 commit b6bad99

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"@types/jest": "^26.0.20",
6666
"@types/node": "^14.14.25",
6767
"@types/react": "^17.0.1",
68+
"@types/react-virtualized": "^9.21.15",
6869
"@typescript-eslint/eslint-plugin": "^5.7.0",
6970
"@typescript-eslint/parser": "^5.7.0",
7071
"babel-jest": "^26.6.3",
@@ -77,8 +78,8 @@
7778
"jest": "^26.6.3",
7879
"jest-watch-typeahead": "^0.6.1",
7980
"lint-staged": "^10.0.10",
80-
"patch-package": "^6.4.7",
8181
"next-router-mock": "^0.6.3",
82+
"patch-package": "^6.4.7",
8283
"postcss": "^8.2.12",
8384
"postcss-preset-env": "^6.7.0",
8485
"postinstall-postinstall": "^2.1.0",

tsconfig.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

yarn.lock

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,6 +1310,23 @@
13101310
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
13111311
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
13121312

1313+
"@types/react-virtualized@^9.21.15":
1314+
version "9.21.15"
1315+
resolved "https://registry.yarnpkg.com/@types/react-virtualized/-/react-virtualized-9.21.15.tgz#349a4f9774504e514ea4c8ebbbfe6cc8db17f045"
1316+
integrity sha512-R4ntUW+Y/a7RgRpfeYz3iRe+kaDWtXieMeQum4AoYjjZsR/QhpKqFu4muSBhzA7OHJHd6qA0KkeTzxj5ah5tmQ==
1317+
dependencies:
1318+
"@types/prop-types" "*"
1319+
"@types/react" "*"
1320+
1321+
"@types/react@*":
1322+
version "17.0.37"
1323+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.37.tgz#6884d0aa402605935c397ae689deed115caad959"
1324+
integrity sha512-2FS1oTqBGcH/s0E+CjrCCR9+JMpsu9b69RTFO+40ua43ZqP5MmQ4iUde/dMjWR909KxZwmOQIFq6AV6NjEG5xg==
1325+
dependencies:
1326+
"@types/prop-types" "*"
1327+
"@types/scheduler" "*"
1328+
csstype "^3.0.2"
1329+
13131330
"@types/react@^17.0.1":
13141331
version "17.0.3"
13151332
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.3.tgz#ba6e215368501ac3826951eef2904574c262cc79"

0 commit comments

Comments
 (0)