Skip to content

Commit

Permalink
Mark NEAR as supported by the upgrade indexer (#620)
Browse files Browse the repository at this point in the history
* Update dependencies

* Mark NEAR as supported by the upgrade indexer
  • Loading branch information
benface authored Mar 15, 2024
1 parent 707f317 commit 86f23f8
Show file tree
Hide file tree
Showing 6 changed files with 921 additions and 932 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"prettier-plugin-tailwindcss": "^0.5.12",
"remark-frontmatter": "^5.0.0",
"remark-lint-first-heading-level": "^3.1.2",
"remark-lint-heading-increment": "^3.1.2",
"remark-lint-no-heading-punctuation": "^3.1.2",
"remark-lint-restrict-elements": "workspace:*",
"turbo": "^1.12.4",
"typescript": "^5.3.3"
"turbo": "^1.12.5",
"typescript": "^5.4.2"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,mjs,cjs}": "eslint --fix",
Expand Down
16 changes: 8 additions & 8 deletions packages/nextra-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,23 @@
"theme-ui": "^0.16"
},
"dependencies": {
"@docsearch/react": "^3.5.2",
"@docsearch/react": "^3.6.0",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-visually-hidden": "^1.0.3",
"lodash": "^4.17.21",
"react-intersection-observer": "^9.8.1",
"react-use": "^17.5.0"
},
"devDependencies": {
"@edgeandnode/gds": "^5.0.0",
"@edgeandnode/go": "^6.0.0",
"@edgeandnode/gds": "^5.2.0-next-1710434420674-0b3ac10436d3c3f69814fdbe0814a0e35493864a",
"@edgeandnode/go": "^6.2.0-next-1710434420674-0b3ac10436d3c3f69814fdbe0814a0e35493864a",
"@emotion/react": "^11.11.4",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"next": "^14.1.1",
"@types/lodash": "^4.17.0",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"next": "^14.1.3",
"next-seo": "^6.5.0",
"nextra": "^2.13.3",
"nextra": "^2.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"theme-ui": "^0.16.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/nextra-theme/src/components/DocSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function DocSearch(props: DocSearchProps) {
<Link.Area
ref={searchButtonRef}
onClick={onOpen}
innerFocus
innerFocusRing
sx={{
borderRadius: [BorderRadius.FULL, null, BorderRadius.S],
'&:focus-visible': { outline: ['none', null, `${BorderWidth['4px']} solid ${theme.colors!.Purple16}`] },
Expand Down
Loading

0 comments on commit 86f23f8

Please sign in to comment.