File tree Expand file tree Collapse file tree 3 files changed +0
-18
lines changed Expand file tree Collapse file tree 3 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 87
87
"@types/bs58" : " ^4.0.1" ,
88
88
"@types/content-type" : " ^1.1.5" ,
89
89
"@types/debug" : " ^4.1.7" ,
90
- "@types/domexception" : " ^4.0.0" ,
91
90
"@types/jest" : " ^29.0.0" ,
92
91
"@types/node" : " 18" ,
93
92
"@types/sdp-transform" : " ^2.4.5" ,
96
95
"@typescript-eslint/parser" : " ^7.0.0" ,
97
96
"babel-jest" : " ^29.0.0" ,
98
97
"debug" : " ^4.3.4" ,
99
- "domexception" : " ^4.0.0" ,
100
98
"eslint" : " 8.57.0" ,
101
99
"eslint-config-google" : " ^0.14.0" ,
102
100
"eslint-config-prettier" : " ^9.0.0" ,
Original file line number Diff line number Diff line change @@ -14,10 +14,6 @@ See the License for the specific language governing permissions and
14
14
limitations under the License.
15
15
*/
16
16
17
- import DOMException from "domexception" ;
18
-
19
- global . DOMException = DOMException as typeof global . DOMException ;
20
-
21
17
jest . mock ( "../src/http-api/utils" , ( ) => ( {
22
18
...jest . requireActual ( "../src/http-api/utils" ) ,
23
19
// We mock timeoutSignal otherwise it causes tests to leave timers running
Original file line number Diff line number Diff line change 2023
2023
dependencies :
2024
2024
" @types/ms" " *"
2025
2025
2026
- " @types/domexception@^4.0.0 " :
2027
- version "4.0.3"
2028
- resolved "https://registry.yarnpkg.com/@types/domexception/-/domexception-4.0.3.tgz#b2ed09e3d3a83c264f5eb7e2a803d319ac441d1f"
2029
- integrity sha512-lYPlkldpQqYTgqj5tJgKg5UEa6/vOsaiCc54q6pJ1LPNphJ5UjE4yFjZx/bsvsijzS6Z9OkJYvFiAZZEvYy+Gw==
2030
- dependencies :
2031
- " @types/webidl-conversions" " *"
2032
-
2033
2026
" @types/eslint@^8.56.5 " :
2034
2027
version "8.56.10"
2035
2028
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.10.tgz#eb2370a73bf04a901eeba8f22595c7ee0f7eb58d"
2155
2148
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.8.tgz#7545ba4fc3c003d6c756f651f3bf163d8f0f29ba"
2156
2149
integrity sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==
2157
2150
2158
- " @types/webidl-conversions@* " :
2159
- version "7.0.3"
2160
- resolved "https://registry.yarnpkg.com/@types/webidl-conversions/-/webidl-conversions-7.0.3.tgz#1306dbfa53768bcbcfc95a1c8cde367975581859"
2161
- integrity sha512-CiJJvcRtIgzadHCYXw7dqEnMNRjhGZlYK05Mj9OyktqV8uVT8fD2BFOB7S1uwBE3Kj2Z+4UyPmFw/Ixgw/LAlA==
2162
-
2163
2151
" @types/yargs-parser@* " :
2164
2152
version "21.0.3"
2165
2153
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.3.tgz#815e30b786d2e8f0dcd85fd5bcf5e1a04d008f15"
You can’t perform that action at this time.
0 commit comments