Skip to content

Commit 39c3827

Browse files
authored
chore(deps): bump deps (#724)
* chore(deps): bump deps * chore(deps): bump deps
1 parent 4fdd3eb commit 39c3827

File tree

98 files changed

+3020
-2503
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+3020
-2503
lines changed

.eslintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"react/button-has-type": "warn",
2020
"@typescript-eslint/naming-convention": "warn",
2121
"no-underscore-dangle": "warn",
22-
"react/no-unused-prop-types": "warn"
22+
"react/no-unused-prop-types": "warn",
23+
"jsx-a11y/control-has-associated-label": "warn"
2324
}
2425
}

cypress/deprecated/developers.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ context("Developers page on desktop", () => {
1212
cy.findByTestId("Header.title").should("contain.text", "Developers");
1313
cy.findByTestId("Header.desc.main").should(
1414
"have.text",
15-
"Build on DeFiChain"
15+
"Build on DeFiChain",
1616
);
1717
});
1818

@@ -49,7 +49,7 @@ context("Developers page on mobile", () => {
4949
cy.findByTestId("Header.title").should("contain.text", "Developers");
5050
cy.findByTestId("Header.desc.main").should(
5151
"have.text",
52-
"Build on DeFiChain"
52+
"Build on DeFiChain",
5353
);
5454
});
5555

cypress/deprecated/dex.spec.ts

+34-34
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ context("/dex on macbook-16", () => {
1111
it("should have Header", () => {
1212
cy.findByTestId("Header.title").should(
1313
"have.text",
14-
"Decentralized Exchange"
14+
"Decentralized Exchange",
1515
);
1616
cy.findByTestId("Header.desc.main").should(
1717
"have.text",
18-
"Liquidity mining for up to 100% returns, decentralized swapping, arbitrage and more, with the DeFi Wallet."
18+
"Liquidity mining for up to 100% returns, decentralized swapping, arbitrage and more, with the DeFi Wallet.",
1919
);
2020
cy.findByTestId("Header.desc.secondary").should(
2121
"have.text",
22-
"Available for Windows, macOS and Linux"
22+
"Available for Windows, macOS and Linux",
2323
);
2424
});
2525

@@ -28,7 +28,7 @@ context("/dex on macbook-16", () => {
2828
cy.findByTestId("Section.Title").should("have.text", "Liquidity Pools");
2929
cy.findByTestId("LiquidityPools.showAllBtn").should(
3030
"have.text",
31-
"Show All"
31+
"Show All",
3232
);
3333
cy.findByTestId("LiquidityPools.showAllBtn")
3434
.click()
@@ -40,13 +40,13 @@ context("/dex on macbook-16", () => {
4040
cy.findByTestId("LiquidityMiningSection.image").should("be.visible");
4141
cy.findByTestId("LiquidityMiningSection.title").should(
4242
"have.text",
43-
"Earn More With Liquidity Mining!"
43+
"Earn More With Liquidity Mining!",
4444
);
4545
cy.findByTestId("LiquidityMiningSection.desc")
4646
.click()
4747
.should(
4848
"have.text",
49-
"Liquidity mine for incredibly high yields within the app! Supply liquidity to BTC, ETH, USDT and many other pool pairs to power the Decentralized Exchange, and earn fees and high block rewards in return. You can withdraw your liquidity at any time."
49+
"Liquidity mine for incredibly high yields within the app! Supply liquidity to BTC, ETH, USDT and many other pool pairs to power the Decentralized Exchange, and earn fees and high block rewards in return. You can withdraw your liquidity at any time.",
5050
);
5151
});
5252

@@ -59,68 +59,68 @@ context("/dex on macbook-16", () => {
5959
cy.findByTestId("title").should("have.text", "HD wallet");
6060
cy.findByTestId("desc").should(
6161
"have.text",
62-
"A Hierarchical Deterministic (HD) wallet based on the leading BIP39 standard"
62+
"A Hierarchical Deterministic (HD) wallet based on the leading BIP39 standard",
6363
);
6464
});
6565
cy.findByTestId("WalletFeaturesSection.BackupAndRestore").within(() => {
6666
cy.findByTestId("title").should("have.text", "Backup and restore");
6767
cy.findByTestId("desc").should(
6868
"have.text",
69-
"Backup and restore your wallet and funds any time with your 24-word seed phrase"
69+
"Backup and restore your wallet and funds any time with your 24-word seed phrase",
7070
);
7171
});
7272
cy.findByTestId("WalletFeaturesSection.DecentralizedExchange").within(
7373
() => {
7474
cy.findByTestId("title").should(
7575
"have.text",
76-
"Decentralized Exchange"
76+
"Decentralized Exchange",
7777
);
7878
cy.findByTestId("desc").should(
7979
"have.text",
80-
"Swap between DFI and wrapped tokens in a completely decentralized, exchange"
80+
"Swap between DFI and wrapped tokens in a completely decentralized, exchange",
8181
);
82-
}
82+
},
8383
);
8484
cy.findByTestId("WalletFeaturesSection.LiquidityMining").within(() => {
8585
cy.findByTestId("title").should("have.text", "Liquidity mining");
8686
cy.findByTestId("desc").should(
8787
"have.text",
88-
"Supply and mine liquidity in popular pool pairs for potentially high yields"
88+
"Supply and mine liquidity in popular pool pairs for potentially high yields",
8989
);
9090
});
9191
cy.findByTestId("WalletFeaturesSection.TokensSupport").within(() => {
9292
cy.findByTestId("title").should("have.text", "Tokens Support");
9393
cy.findByTestId("desc").should(
9494
"have.text",
95-
"Store and transact in DFI, as well as all tokens in the DeFiChain ecosystem"
95+
"Store and transact in DFI, as well as all tokens in the DeFiChain ecosystem",
9696
);
9797
});
9898
cy.findByTestId("WalletFeaturesSection.MiniExplorer").within(() => {
9999
cy.findByTestId("title").should("have.text", "Mini explorer");
100100
cy.findByTestId("desc").should(
101101
"have.text",
102-
"Explore the blockchain and examine transactions"
102+
"Explore the blockchain and examine transactions",
103103
);
104104
});
105105
cy.findByTestId("WalletFeaturesSection.Masternodes").within(() => {
106106
cy.findByTestId("title").should("have.text", "Masternodes");
107107
cy.findByTestId("desc").should(
108108
"have.text",
109-
"View the full list of masternodes, and create your own masternodes"
109+
"View the full list of masternodes, and create your own masternodes",
110110
);
111111
});
112112
cy.findByTestId("WalletFeaturesSection.Console").within(() => {
113113
cy.findByTestId("title").should("have.text", "Console");
114114
cy.findByTestId("desc").should(
115115
"have.text",
116-
"Run account, blockchain, masternode, mining, network, wallet commands, and more"
116+
"Run account, blockchain, masternode, mining, network, wallet commands, and more",
117117
);
118118
});
119119
cy.findByTestId("WalletFeaturesSection.NetworkSelection").within(() => {
120120
cy.findByTestId("title").should("have.text", "Network selection");
121121
cy.findByTestId("desc").should(
122122
"have.text",
123-
"The app supports easy connecting and switching between Mainnet and Testnet"
123+
"The app supports easy connecting and switching between Mainnet and Testnet",
124124
);
125125
});
126126
});
@@ -140,15 +140,15 @@ context("/dex on iphone-x", () => {
140140
it("should have Header", () => {
141141
cy.findByTestId("Header.title").should(
142142
"have.text",
143-
"Decentralized Exchange"
143+
"Decentralized Exchange",
144144
);
145145
cy.findByTestId("Header.desc.main").should(
146146
"have.text",
147-
"Liquidity mining for up to 100% returns, decentralized swapping, arbitrage and more, with the DeFi Wallet."
147+
"Liquidity mining for up to 100% returns, decentralized swapping, arbitrage and more, with the DeFi Wallet.",
148148
);
149149
cy.findByTestId("Header.desc.secondary").should(
150150
"have.text",
151-
"Available for Windows, macOS and Linux"
151+
"Available for Windows, macOS and Linux",
152152
);
153153
});
154154

@@ -157,7 +157,7 @@ context("/dex on iphone-x", () => {
157157
cy.findByTestId("Section.Title").should("have.text", "Liquidity Pools");
158158
cy.findByTestId("LiquidityPools.showAllBtn").should(
159159
"have.text",
160-
"Show All"
160+
"Show All",
161161
);
162162
cy.findByTestId("LiquidityPools.showAllBtn")
163163
.click()
@@ -169,13 +169,13 @@ context("/dex on iphone-x", () => {
169169
cy.findByTestId("LiquidityMiningSection.image").should("be.visible");
170170
cy.findByTestId("LiquidityMiningSection.title").should(
171171
"have.text",
172-
"Earn More With Liquidity Mining!"
172+
"Earn More With Liquidity Mining!",
173173
);
174174
cy.findByTestId("LiquidityMiningSection.desc")
175175
.click()
176176
.should(
177177
"have.text",
178-
"Liquidity mine for incredibly high yields within the app! Supply liquidity to BTC, ETH, USDT and many other pool pairs to power the Decentralized Exchange, and earn fees and high block rewards in return. You can withdraw your liquidity at any time."
178+
"Liquidity mine for incredibly high yields within the app! Supply liquidity to BTC, ETH, USDT and many other pool pairs to power the Decentralized Exchange, and earn fees and high block rewards in return. You can withdraw your liquidity at any time.",
179179
);
180180
});
181181

@@ -188,68 +188,68 @@ context("/dex on iphone-x", () => {
188188
cy.findByTestId("title").should("have.text", "HD wallet");
189189
cy.findByTestId("desc").should(
190190
"have.text",
191-
"A Hierarchical Deterministic (HD) wallet based on the leading BIP39 standard"
191+
"A Hierarchical Deterministic (HD) wallet based on the leading BIP39 standard",
192192
);
193193
});
194194
cy.findByTestId("WalletFeaturesSection.BackupAndRestore").within(() => {
195195
cy.findByTestId("title").should("have.text", "Backup and restore");
196196
cy.findByTestId("desc").should(
197197
"have.text",
198-
"Backup and restore your wallet and funds any time with your 24-word seed phrase"
198+
"Backup and restore your wallet and funds any time with your 24-word seed phrase",
199199
);
200200
});
201201
cy.findByTestId("WalletFeaturesSection.DecentralizedExchange").within(
202202
() => {
203203
cy.findByTestId("title").should(
204204
"have.text",
205-
"Decentralized Exchange"
205+
"Decentralized Exchange",
206206
);
207207
cy.findByTestId("desc").should(
208208
"have.text",
209-
"Swap between DFI and wrapped tokens in a completely decentralized, exchange"
209+
"Swap between DFI and wrapped tokens in a completely decentralized, exchange",
210210
);
211-
}
211+
},
212212
);
213213
cy.findByTestId("WalletFeaturesSection.LiquidityMining").within(() => {
214214
cy.findByTestId("title").should("have.text", "Liquidity mining");
215215
cy.findByTestId("desc").should(
216216
"have.text",
217-
"Supply and mine liquidity in popular pool pairs for potentially high yields"
217+
"Supply and mine liquidity in popular pool pairs for potentially high yields",
218218
);
219219
});
220220
cy.findByTestId("WalletFeaturesSection.TokensSupport").within(() => {
221221
cy.findByTestId("title").should("have.text", "Tokens Support");
222222
cy.findByTestId("desc").should(
223223
"have.text",
224-
"Store and transact in DFI, as well as all tokens in the DeFiChain ecosystem"
224+
"Store and transact in DFI, as well as all tokens in the DeFiChain ecosystem",
225225
);
226226
});
227227
cy.findByTestId("WalletFeaturesSection.MiniExplorer").within(() => {
228228
cy.findByTestId("title").should("have.text", "Mini explorer");
229229
cy.findByTestId("desc").should(
230230
"have.text",
231-
"Explore the blockchain and examine transactions"
231+
"Explore the blockchain and examine transactions",
232232
);
233233
});
234234
cy.findByTestId("WalletFeaturesSection.Masternodes").within(() => {
235235
cy.findByTestId("title").should("have.text", "Masternodes");
236236
cy.findByTestId("desc").should(
237237
"have.text",
238-
"View the full list of masternodes, and create your own masternodes"
238+
"View the full list of masternodes, and create your own masternodes",
239239
);
240240
});
241241
cy.findByTestId("WalletFeaturesSection.Console").within(() => {
242242
cy.findByTestId("title").should("have.text", "Console");
243243
cy.findByTestId("desc").should(
244244
"have.text",
245-
"Run account, blockchain, masternode, mining, network, wallet commands, and more"
245+
"Run account, blockchain, masternode, mining, network, wallet commands, and more",
246246
);
247247
});
248248
cy.findByTestId("WalletFeaturesSection.NetworkSelection").within(() => {
249249
cy.findByTestId("title").should("have.text", "Network selection");
250250
cy.findByTestId("desc").should(
251251
"have.text",
252-
"The app supports easy connecting and switching between Mainnet and Testnet"
252+
"The app supports easy connecting and switching between Mainnet and Testnet",
253253
);
254254
});
255255
});

cypress/deprecated/dfi.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ context("/dfi page on desktop", () => {
1212
cy.findByTestId("Header.title").should("have.text", "$DFI");
1313
cy.findByTestId("Header.desc.main").should(
1414
"have.text",
15-
"Learn about and acquire the $DFI coin"
15+
"Learn about and acquire the $DFI coin",
1616
);
1717
});
1818

@@ -97,7 +97,7 @@ context("/dfi page on mobile", () => {
9797
cy.findByTestId("Header.title").should("have.text", "$DFI");
9898
cy.findByTestId("Header.desc.main").should(
9999
"have.text",
100-
"Learn about and acquire the $DFI coin"
100+
"Learn about and acquire the $DFI coin",
101101
);
102102
});
103103

cypress/deprecated/downloads.spec.ts

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ context("/downloads page on desktop", () => {
1111
it("should have Header", () => {
1212
cy.findByTestId("Header.title").should(
1313
"have.text",
14-
"Your key to the DeFiChain ecosystem"
14+
"Your key to the DeFiChain ecosystem",
1515
);
1616
cy.findByTestId("Header.desc.main").should(
1717
"have.text",
18-
"Gain access to the DeFi landscape through non-custodial wallets designed for a multitude of requirements."
18+
"Gain access to the DeFi landscape through non-custodial wallets designed for a multitude of requirements.",
1919
);
2020
});
2121

@@ -27,7 +27,7 @@ context("/downloads page on desktop", () => {
2727
.should("be.visible")
2828
.should(
2929
"have.text",
30-
"These wallets provide lightweight, easy access to DeFiChain’s suite of features. Best suited for users who interact with DeFiChain on a near-daily basis, while not compromising on speed and security of funds."
30+
"These wallets provide lightweight, easy access to DeFiChain’s suite of features. Best suited for users who interact with DeFiChain on a near-daily basis, while not compromising on speed and security of funds.",
3131
);
3232

3333
cy.findByTestId("LightWallets.Dfc").should("be.visible");
@@ -41,7 +41,7 @@ context("/downloads page on desktop", () => {
4141
.should("be.visible")
4242
.should(
4343
"have.text",
44-
"Advanced wallets that are suited for complex usage of DeFiChain, such as masternode management, multi-signature management, and more."
44+
"Advanced wallets that are suited for complex usage of DeFiChain, such as masternode management, multi-signature management, and more.",
4545
);
4646

4747
cy.findByTestId("FullNodeWallets.Dfc").should("be.visible");
@@ -64,11 +64,11 @@ context("/downloads page on mobile", () => {
6464
it("should have Header", () => {
6565
cy.findByTestId("Header.title").should(
6666
"have.text",
67-
"Your key to the DeFiChain ecosystem"
67+
"Your key to the DeFiChain ecosystem",
6868
);
6969
cy.findByTestId("Header.desc.main").should(
7070
"have.text",
71-
"Gain access to the DeFi landscape through non-custodial wallets designed for a multitude of requirements."
71+
"Gain access to the DeFi landscape through non-custodial wallets designed for a multitude of requirements.",
7272
);
7373
});
7474

@@ -80,7 +80,7 @@ context("/downloads page on mobile", () => {
8080
.should("be.visible")
8181
.should(
8282
"have.text",
83-
"These wallets provide lightweight, easy access to DeFiChain’s suite of features. Best suited for users who interact with DeFiChain on a near-daily basis, while not compromising on speed and security of funds."
83+
"These wallets provide lightweight, easy access to DeFiChain’s suite of features. Best suited for users who interact with DeFiChain on a near-daily basis, while not compromising on speed and security of funds.",
8484
);
8585

8686
cy.findByTestId("LightWallets.Dfc").should("be.visible");
@@ -94,7 +94,7 @@ context("/downloads page on mobile", () => {
9494
.should("be.visible")
9595
.should(
9696
"have.text",
97-
"Advanced wallets that are suited for complex usage of DeFiChain, such as masternode management, multi-signature management, and more."
97+
"Advanced wallets that are suited for complex usage of DeFiChain, such as masternode management, multi-signature management, and more.",
9898
);
9999

100100
cy.findByTestId("FullNodeWallets.Dfc").should("be.visible");
@@ -111,7 +111,7 @@ context("/downloads page on mobile", () => {
111111
.should("be.visible")
112112
.should(
113113
"have.text",
114-
'The media assets are released under CCO license. "No Rights Reserved".'
114+
'The media assets are released under CCO license. "No Rights Reserved".',
115115
);
116116
cy.findAllByTestId("DownloadSection.Card").should("have.length", 5);
117117
});

0 commit comments

Comments
 (0)