Skip to content

Commit 389ffe3

Browse files
chore(deps): update dev-dependencies (#307)
* chore(deps): update dev-dependencies * Fix lint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emanuel Tesař <e.tesarr@gmail.com>
1 parent 3a71204 commit 389ffe3

4 files changed

Lines changed: 73 additions & 75 deletions

File tree

docs/.vitepress/config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ export default {
4949
/**
5050
* @type {Pick<import('minisearch').Options, 'extractField' | 'tokenize' | 'processTerm'>}
5151
*/
52-
options: {
53-
/* ... */
54-
},
52+
options: {/* ... */},
5553
/**
5654
* @type {import('minisearch').SearchOptions}
5755
* @default

docs/dapps/quickstart/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ If not, ensure your wallet is connected to the network where the data feed exist
9797
<img src="./images/integrate.png">
9898

9999
- Click the copy icon next to the displayed Api3ReaderProxyV1 address.
100-
Please note that [OEV Rewards](/dapps/oev-rewards/) is disabled on testnets.
101-
For information about using this selection on mainnets, refer to [this section.](/dapps/integration/index.md#integration-information)
100+
Please note that [OEV Rewards](/dapps/oev-rewards/) is disabled on testnets.
101+
For information about using this selection on mainnets, refer to [this section.](/dapps/integration/index.md#integration-information)
102102

103103
<center><img src="./images/proxy-address.png"></center>
104104

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
},
2323
"devDependencies": {
2424
"@types/node": "^24.13.2",
25-
"axios": "^1.16.1",
25+
"axios": "^1.18.1",
2626
"colors": "^1.4.0",
2727
"file": "^0.2.2",
28-
"fs-extra": "^11.3.5",
28+
"fs-extra": "^11.3.6",
2929
"husky": "^9.1.7",
3030
"medium-zoom": "^1.1.0",
3131
"oust": "^2.0.4",
32-
"prettier": "^3.8.3",
32+
"prettier": "^3.9.4",
3333
"vitepress": "1.6.4",
34-
"vitest": "^4.1.7",
34+
"vitest": "^4.1.10",
3535
"walk-sync": "^4.0.2"
3636
}
3737
}

pnpm-lock.yaml

Lines changed: 66 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)