Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit bc48fe4

Browse files
authored
Add seedrandom dep to resolutions (#12552)
* Move seedrandom dep to `resolutions` ... to shut renovate up * Reinstate `seedrandom` as dev dependency If we just declare it in `resolutions`, it doesn't get installed at all, because it is only a devDependency of `bloom-filters`.
1 parent 88e8e2d commit bc48fe4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"resolutions": {
6363
"@types/react-dom": "17.0.25",
6464
"@types/react": "17.0.80",
65+
"@types/seedrandom": "3.0.4",
6566
"oidc-client-ts": "3.0.1",
6667
"jwt-decode": "4.0.0"
6768
},
@@ -183,7 +184,7 @@
183184
"@types/react-transition-group": "^4.4.0",
184185
"@types/sanitize-html": "2.11.0",
185186
"@types/sdp-transform": "^2.4.6",
186-
"@types/seedrandom": "<3.0.5",
187+
"@types/seedrandom": "3.0.4",
187188
"@types/tar-js": "^0.3.2",
188189
"@types/ua-parser-js": "^0.7.36",
189190
"@types/uuid": "^9.0.2",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -2907,7 +2907,7 @@
29072907
resolved "https://registry.yarnpkg.com/@types/sdp-transform/-/sdp-transform-2.4.9.tgz#26ef39f487a6909b0512f580b80920a366b27f52"
29082908
integrity sha512-bVr+/OoZZy7wrHlNcEAAa6PAgKA4BoXPYVN2EijMC5WnGgQ4ZEuixmKnVs2roiAvr7RhIFVH17QD27cojgIZCg==
29092909

2910-
"@types/seedrandom@<3.0.5":
2910+
"@types/[email protected].4":
29112911
version "3.0.4"
29122912
resolved "https://registry.yarnpkg.com/@types/seedrandom/-/seedrandom-3.0.4.tgz#e4a8d0fca0168cacc7dba2af0e4a4ea645d3a190"
29132913
integrity sha512-/rWdxeiuZenlawrHU+XV6ZHMTKOqrC2hMfeDfLTIWJhDZP5aVqXRysduYHBbhD7CeJO6FJr/D2uBVXB7GT6v7w==

0 commit comments

Comments
 (0)