Skip to content

Commit 86f23f8

Browse files
authored
Mark NEAR as supported by the upgrade indexer (#620)
* Update dependencies * Mark NEAR as supported by the upgrade indexer
1 parent 707f317 commit 86f23f8

File tree

6 files changed

+921
-932
lines changed

6 files changed

+921
-932
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"husky": "^9.0.11",
2828
"lint-staged": "^15.2.2",
2929
"prettier": "^3.2.5",
30-
"prettier-plugin-tailwindcss": "^0.5.11",
30+
"prettier-plugin-tailwindcss": "^0.5.12",
3131
"remark-frontmatter": "^5.0.0",
3232
"remark-lint-first-heading-level": "^3.1.2",
3333
"remark-lint-heading-increment": "^3.1.2",
3434
"remark-lint-no-heading-punctuation": "^3.1.2",
3535
"remark-lint-restrict-elements": "workspace:*",
36-
"turbo": "^1.12.4",
37-
"typescript": "^5.3.3"
36+
"turbo": "^1.12.5",
37+
"typescript": "^5.4.2"
3838
},
3939
"lint-staged": {
4040
"**/*.{js,jsx,ts,tsx,mjs,cjs}": "eslint --fix",

packages/nextra-theme/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,23 @@
3535
"theme-ui": "^0.16"
3636
},
3737
"dependencies": {
38-
"@docsearch/react": "^3.5.2",
38+
"@docsearch/react": "^3.6.0",
3939
"@radix-ui/react-collapsible": "^1.0.3",
4040
"@radix-ui/react-visually-hidden": "^1.0.3",
4141
"lodash": "^4.17.21",
4242
"react-intersection-observer": "^9.8.1",
4343
"react-use": "^17.5.0"
4444
},
4545
"devDependencies": {
46-
"@edgeandnode/gds": "^5.0.0",
47-
"@edgeandnode/go": "^6.0.0",
46+
"@edgeandnode/gds": "^5.2.0-next-1710434420674-0b3ac10436d3c3f69814fdbe0814a0e35493864a",
47+
"@edgeandnode/go": "^6.2.0-next-1710434420674-0b3ac10436d3c3f69814fdbe0814a0e35493864a",
4848
"@emotion/react": "^11.11.4",
49-
"@types/lodash": "^4.14.202",
50-
"@types/react": "^18.2.61",
51-
"@types/react-dom": "^18.2.19",
52-
"next": "^14.1.1",
49+
"@types/lodash": "^4.17.0",
50+
"@types/react": "^18.2.66",
51+
"@types/react-dom": "^18.2.22",
52+
"next": "^14.1.3",
5353
"next-seo": "^6.5.0",
54-
"nextra": "^2.13.3",
54+
"nextra": "^2.13.4",
5555
"react": "^18.2.0",
5656
"react-dom": "^18.2.0",
5757
"theme-ui": "^0.16.2",

packages/nextra-theme/src/components/DocSearch.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function DocSearch(props: DocSearchProps) {
6262
<Link.Area
6363
ref={searchButtonRef}
6464
onClick={onOpen}
65-
innerFocus
65+
innerFocusRing
6666
sx={{
6767
borderRadius: [BorderRadius.FULL, null, BorderRadius.S],
6868
'&:focus-visible': { outline: ['none', null, `${BorderWidth['4px']} solid ${theme.colors!.Purple16}`] },

0 commit comments

Comments
 (0)