Skip to content

Commit c7f0aa6

Browse files
committed
resolve conflicts
2 parents 625bee0 + d2f0cdd commit c7f0aa6

35 files changed

+708
-1074
lines changed

package-lock.json

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

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@
4141
},
4242
"dependencies": {
4343
"@11ty/eleventy-fetch": "^4.0.1",
44-
"@apollo/client": "^3.13.8",
44+
"@apollo/client": "^3.13.9",
4545
"@astro-community/astro-embed-youtube": "^0.5.6",
46-
"@astrojs/mdx": "^4.3.1",
46+
"@astrojs/mdx": "^4.3.3",
4747
"@astrojs/partytown": "^2.1.4",
4848
"@astrojs/preact": "^4.1.0",
4949
"@astrojs/prism": "^3.3.0",
5050
"@astrojs/react": "^4.3.0",
51-
"@astrojs/sitemap": "^3.4.1",
52-
"@astrojs/vercel": "^8.2.3",
51+
"@astrojs/sitemap": "^3.4.2",
52+
"@astrojs/vercel": "^8.2.5",
5353
"@chainlink/cl-search-frontend": "^0.11.4",
5454
"@chainlink/components": "^0.4.18",
5555
"@chainlink/contracts": "1.4.0",
@@ -62,7 +62,7 @@
6262
"@nanostores/preact": "^0.5.2",
6363
"@nanostores/react": "^0.8.4",
6464
"@openzeppelin/contracts": "^4.9.6",
65-
"astro": "^5.12.3",
65+
"astro": "^5.12.8",
6666
"bignumber.js": "^9.3.1",
6767
"clipboard": "^2.0.11",
6868
"dotenv": "^16.6.1",
@@ -99,10 +99,10 @@
9999
"@types/jest": "^29.5.14",
100100
"@types/lodash": "^4.17.20",
101101
"@types/node": "^20.19.9",
102-
"@types/node-fetch": "^2.6.12",
102+
"@types/node-fetch": "^2.6.13",
103103
"@types/prismjs": "^1.26.5",
104-
"@types/react": "^19.1.8",
105-
"@types/react-dom": "^19.1.6",
104+
"@types/react": "^19.1.9",
105+
"@types/react-dom": "^19.1.7",
106106
"@types/swagger-ui-dist": "^3.30.6",
107107
"@types/swagger-ui-react": "^5.18.0",
108108
"@typescript-eslint/eslint-plugin": "^5.62.0",
@@ -125,10 +125,10 @@
125125
"solhint": "^5.2.0",
126126
"solhint-plugin-chainlink-solidity": "github:smartcontractkit/chainlink-solhint-rules",
127127
"solhint-plugin-prettier": "^0.1.0",
128-
"ts-jest": "^29.4.0",
128+
"ts-jest": "^29.4.1",
129129
"tsconfig-paths": "^4.2.0",
130130
"tsx": "^4.20.3",
131-
"typescript": "^5.8.3",
131+
"typescript": "^5.9.2",
132132
"vite": "^6.3.5"
133133
},
134134
"lint-staged": {

0 commit comments

Comments
 (0)