|
62 | 62 | "@astrojs/preact": "^4.1.3", |
63 | 63 | "@astrojs/prism": "^3.3.0", |
64 | 64 | "@astrojs/react": "^4.4.2", |
65 | | - "@astrojs/sitemap": "^3.7.2", |
| 65 | + "@astrojs/sitemap": "^3.7.3", |
66 | 66 | "@astrojs/vercel": "^8.2.11", |
67 | | - "@chainlink/cl-search-frontend": "^0.12.1", |
| 67 | + "@chainlink/cl-search-frontend": "^0.13.2", |
68 | 68 | "@chainlink/components": "^0.4.18", |
69 | 69 | "@chainlink/contracts": "1.5.0", |
70 | 70 | "@chainlink/contracts-1.4.0": "npm:@chainlink/contracts@1.4.0", |
|
89 | 89 | "@solana/wallet-adapter-react-ui": "^0.9.39", |
90 | 90 | "@solana/wallet-adapter-solflare": "^0.6.32", |
91 | 91 | "@solana/wallet-adapter-trust": "^0.1.17", |
92 | | - "@supabase/supabase-js": "^2.105.4", |
93 | | - "astro": "^5.18.1", |
| 92 | + "@supabase/supabase-js": "^2.108.0", |
| 93 | + "astro": "^5.18.2", |
94 | 94 | "bignumber.js": "^9.3.1", |
95 | 95 | "bs58": "^6.0.0", |
96 | 96 | "clipboard": "^2.0.11", |
97 | 97 | "dotenv": "^16.6.1", |
98 | 98 | "ethers": "^6.16.0", |
99 | 99 | "focus-trap-react": "^11.0.6", |
100 | | - "fuse.js": "^7.3.0", |
| 100 | + "fuse.js": "^7.4.2", |
101 | 101 | "github-slugger": "^2.0.0", |
102 | 102 | "lodash": "^4.18.1", |
103 | 103 | "marked": "^15.0.12", |
104 | 104 | "nanostores": "^0.11.4", |
105 | 105 | "next": "14.2.35", |
106 | 106 | "pino": "^9.14.0", |
107 | 107 | "preact": "^10.29.2", |
108 | | - "react-instantsearch": "^7.32.3", |
| 108 | + "react": "^19.2.7", |
| 109 | + "react-dom": "^19.2.7", |
| 110 | + "react-instantsearch": "^7.35.0", |
109 | 111 | "rehype-autolink-headings": "^7.1.0", |
110 | 112 | "rehype-slug": "^6.0.0", |
111 | 113 | "rehype-wrap-all": "^1.1.0", |
|
122 | 124 | "@rollup/plugin-yaml": "^4.1.2", |
123 | 125 | "@types/jest": "^29.5.14", |
124 | 126 | "@types/lodash": "^4.17.24", |
125 | | - "@types/node": "^20.19.41", |
| 127 | + "@types/node": "^20.19.42", |
126 | 128 | "@types/node-fetch": "^2.6.13", |
127 | 129 | "@types/prismjs": "^1.26.6", |
128 | | - "@types/react": "^19.2.14", |
| 130 | + "@types/react": "^19.2.17", |
129 | 131 | "@types/react-dom": "^19.2.3", |
130 | 132 | "@types/swagger-ui-dist": "^3.30.6", |
131 | 133 | "@types/swagger-ui-react": "^5.18.0", |
|
136 | 138 | "eslint-config-standard": "^17.1.0", |
137 | 139 | "eslint-plugin-import": "^2.32.0", |
138 | 140 | "eslint-plugin-n": "^15.7.0", |
139 | | - "eslint-plugin-prettier": "^5.5.5", |
| 141 | + "eslint-plugin-prettier": "^5.5.6", |
140 | 142 | "eslint-plugin-promise": "^6.1.1", |
141 | 143 | "husky": "^9.1.7", |
142 | 144 | "jest-yaml-transform": "^0.2.0", |
|
152 | 154 | "remark-stringify": "^11.0.0", |
153 | 155 | "solhint": "^6.2.1", |
154 | 156 | "solhint-plugin-chainlink-solidity": "github:smartcontractkit/chainlink-solhint-rules#v1.3.0", |
155 | | - "ts-jest": "^29.4.9", |
| 157 | + "ts-jest": "^29.4.11", |
156 | 158 | "tsconfig-paths": "^4.2.0", |
157 | | - "tsx": "^4.22.1", |
| 159 | + "tsx": "^4.22.4", |
158 | 160 | "typescript": "^5.9.3", |
159 | 161 | "unified": "^11.0.4", |
160 | 162 | "unist-util-visit": "^5.1.0", |
161 | | - "vite": "^6.4.2" |
| 163 | + "vite": "^6.4.3" |
162 | 164 | }, |
163 | 165 | "lint-staged": { |
164 | 166 | "*.{css,md,mdx,yml,yaml,astro}": "prettier --write", |
|
181 | 183 | "bugs": { |
182 | 184 | "url": "https://github.com/smartcontractkit/documentation/issues" |
183 | 185 | }, |
184 | | - "homepage": "https://github.com/smartcontractkit/documentation#readme" |
| 186 | + "homepage": "https://github.com/smartcontractkit/documentation#readme", |
| 187 | + "overrides": { |
| 188 | + "react": "$react", |
| 189 | + "react-dom": "$react-dom" |
| 190 | + } |
185 | 191 | } |
0 commit comments