File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 121
121
"react-test-renderer" : " ^19.0.0" ,
122
122
"svgo" : " ^3" ,
123
123
"ts-jest" : " ^29.2.6" ,
124
- "typescript" : " ^5.7.3 " ,
124
+ "typescript" : " ^5.8.2 " ,
125
125
"typescript-eslint" : " ^8.26.1" ,
126
126
"yarn-audit-fix" : " ^10.1.1"
127
127
},
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ describe("SignIn", () => {
27
27
} ) ;
28
28
29
29
afterEach ( ( ) => {
30
- window . location = location ;
30
+ window . location . assign ( location . toString ( ) ) ;
31
31
} ) ;
32
32
33
33
it ( "should show no buttons or user/password fields with no flags set" , async ( ) => {
Original file line number Diff line number Diff line change @@ -4462,7 +4462,7 @@ __metadata:
4462
4462
styled-components : " npm:^6.1.16"
4463
4463
svgo : " npm:^3"
4464
4464
ts-jest : " npm:^29.2.6"
4465
- typescript : " npm:^5.7.3 "
4465
+ typescript : " npm:^5.8.2 "
4466
4466
typescript-eslint : " npm:^8.26.1"
4467
4467
yarn-audit-fix : " npm:^10.1.1"
4468
4468
peerDependencies :
@@ -12605,23 +12605,23 @@ __metadata:
12605
12605
languageName : node
12606
12606
linkType : hard
12607
12607
12608
- " typescript@npm:^5.7.3 " :
12609
- version : 5.7.3
12610
- resolution : " typescript@npm:5.7.3 "
12608
+ " typescript@npm:^5.8.2 " :
12609
+ version : 5.8.2
12610
+ resolution : " typescript@npm:5.8.2 "
12611
12611
bin :
12612
12612
tsc : bin/tsc
12613
12613
tsserver : bin/tsserver
12614
- checksum : 10c0/b7580d716cf1824736cc6e628ab4cd8b51877408ba2be0869d2866da35ef8366dd6ae9eb9d0851470a39be17cbd61df1126f9e211d8799d764ea7431d5435afa
12614
+ checksum : 10c0/5c4f6fbf1c6389b6928fe7b8fcd5dc73bb2d58cd4e3883f1d774ed5bd83b151cbac6b7ecf11723de56d4676daeba8713894b1e9af56174f2f9780ae7848ec3c6
12615
12615
languageName : node
12616
12616
linkType : hard
12617
12617
12618
- " typescript@patch:typescript@npm%3A^5.7.3 #optional!builtin<compat/typescript> " :
12619
- version : 5.7.3
12620
- resolution : " typescript@patch:typescript@npm%3A5.7.3 #optional!builtin<compat/typescript>::version=5.7.3 &hash=5786d5"
12618
+ " typescript@patch:typescript@npm%3A^5.8.2 #optional!builtin<compat/typescript> " :
12619
+ version : 5.8.2
12620
+ resolution : " typescript@patch:typescript@npm%3A5.8.2 #optional!builtin<compat/typescript>::version=5.8.2 &hash=5786d5"
12621
12621
bin :
12622
12622
tsc : bin/tsc
12623
12623
tsserver : bin/tsserver
12624
- checksum : 10c0/6fd7e0ed3bf23a81246878c613423730c40e8bdbfec4c6e4d7bf1b847cbb39076e56ad5f50aa9d7ebd89877999abaee216002d3f2818885e41c907caaa192cc4
12624
+ checksum : 10c0/5448a08e595cc558ab321e49d4cac64fb43d1fa106584f6ff9a8d8e592111b373a995a1d5c7f3046211c8a37201eb6d0f1566f15cdb7a62a5e3be01d087848e2
12625
12625
languageName : node
12626
12626
linkType : hard
12627
12627
You can’t perform that action at this time.
0 commit comments