|
49 | 49 | "@astrojs/react": "^4.3.0", |
50 | 50 | "@astrojs/sitemap": "^3.4.1", |
51 | 51 | "@astrojs/vercel": "^8.1.5", |
| 52 | + "@chainlink/cl-search-frontend": "^0.11.1", |
52 | 53 | "@chainlink/components": "^0.4.18", |
53 | 54 | "@chainlink/contracts": "1.4.0", |
54 | 55 | "@chainlink/contracts-ccip": "1.6.0", |
|
62 | 63 | "@openzeppelin/contracts": "^4.9.6", |
63 | 64 | "astro": "^5.9.3", |
64 | 65 | "bignumber.js": "^9.3.0", |
65 | | - "chainlink-algolia-search": "^0.10.1", |
66 | 66 | "clipboard": "^2.0.11", |
67 | 67 | "dotenv": "^16.5.0", |
68 | | - "ethers": "^6.14.3", |
| 68 | + "ethers": "^6.14.4", |
69 | 69 | "focus-trap-react": "^11.0.4", |
70 | 70 | "github-slugger": "^2.0.0", |
71 | 71 | "graphql": "^16.11.0", |
|
74 | 74 | "marked": "^15.0.12", |
75 | 75 | "nanostores": "^0.11.4", |
76 | 76 | "pino": "^9.7.0", |
77 | | - "preact": "^10.26.8", |
78 | | - "react-instantsearch": "^7.15.8", |
| 77 | + "preact": "^10.26.9", |
| 78 | + "react-instantsearch": "^7.16.0", |
79 | 79 | "rehype-autolink-headings": "^7.1.0", |
80 | 80 | "rehype-slug": "^6.0.0", |
81 | 81 | "rehype-wrap-all": "^1.1.0", |
82 | 82 | "remark-directive": "^3.0.1", |
83 | | - "swagger-ui-dist": "^5.24.0", |
84 | | - "swagger-ui-react": "^5.24.0", |
| 83 | + "swagger-ui-dist": "^5.24.2", |
| 84 | + "swagger-ui-react": "^5.24.2", |
85 | 85 | "uuid": "^11.1.0" |
86 | 86 | }, |
87 | 87 | "devDependencies": { |
|
97 | 97 | "@rollup/plugin-yaml": "^4.1.2", |
98 | 98 | "@types/jest": "^29.5.14", |
99 | 99 | "@types/lodash": "^4.17.17", |
100 | | - "@types/node": "^20.19.0", |
| 100 | + "@types/node": "^20.19.1", |
101 | 101 | "@types/node-fetch": "^2.6.12", |
102 | 102 | "@types/prismjs": "^1.26.5", |
103 | 103 | "@types/react": "^19.1.8", |
|
113 | 113 | "eslint-plugin-n": "^15.7.0", |
114 | 114 | "eslint-plugin-prettier": "^5.4.1", |
115 | 115 | "eslint-plugin-promise": "^6.1.1", |
116 | | - "hardhat": "^2.24.2", |
| 116 | + "hardhat": "^2.24.3", |
117 | 117 | "husky": "^9.1.7", |
118 | 118 | "jest-yaml-transform": "^0.2.0", |
119 | 119 | "lint-staged": "^15.5.2", |
|
124 | 124 | "solhint": "^5.1.0", |
125 | 125 | "solhint-plugin-chainlink-solidity": "github:smartcontractkit/chainlink-solhint-rules", |
126 | 126 | "solhint-plugin-prettier": "^0.1.0", |
127 | | - "ts-jest": "^29.3.4", |
| 127 | + "ts-jest": "^29.4.0", |
128 | 128 | "tsconfig-paths": "^4.2.0", |
129 | 129 | "tsx": "^4.20.3", |
130 | 130 | "typescript": "^5.8.3", |
|
0 commit comments