Skip to content

Commit

Permalink
Move search to the header (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
benface committed Jan 19, 2024
1 parent 4de418f commit 9981404
Show file tree
Hide file tree
Showing 13 changed files with 585 additions and 511 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"devDependencies": {
"@edgeandnode/eslint-config": "^2.0.3",
"eslint": "^8.56.0",
"eslint-plugin-mdx": "^2.3.3",
"eslint-plugin-mdx": "^2.3.4",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.2.2",
"prettier": "^3.2.4",
"remark-frontmatter": "^5.0.0",
"remark-lint-first-heading-level": "^3.1.2",
"remark-lint-heading-increment": "^3.1.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/nextra-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"@edgeandnode/gds": "3.0.0-analytics-1705417983862-638dd10aea79fa5729496361fefc704c7dd2d0b1",
"@edgeandnode/go": "4.0.0-analytics-1705417983862-638dd10aea79fa5729496361fefc704c7dd2d0b1",
"@edgeandnode/gds": "^3.0.0",
"@edgeandnode/go": "^4.0.0",
"@emotion/react": "^11.11",
"next": "^13",
"next-seo": "^6",
Expand All @@ -43,13 +43,13 @@
"react-use": "^17.4.3"
},
"devDependencies": {
"@edgeandnode/gds": "3.0.0-analytics-1705417983862-638dd10aea79fa5729496361fefc704c7dd2d0b1",
"@edgeandnode/go": "4.0.0-analytics-1705417983862-638dd10aea79fa5729496361fefc704c7dd2d0b1",
"@edgeandnode/gds": "^3.3.0",
"@edgeandnode/go": "^4.3.0",
"@emotion/react": "^11.11.3",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"next": "^14.0.4",
"next": "^14.1.0",
"next-seo": "^6.4.0",
"nextra": "^2.13.2",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit 9981404

Please sign in to comment.