Skip to content

Commit

Permalink
Fix issue with relative link in CookieBanner
Browse files Browse the repository at this point in the history
  • Loading branch information
benface committed Jan 16, 2024
1 parent 9bcb728 commit 007ccbd
Show file tree
Hide file tree
Showing 5 changed files with 480 additions and 479 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint-plugin-mdx": "^2.3.3",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.2.1",
"prettier": "^3.2.2",
"remark-frontmatter": "^5.0.0",
"remark-lint-first-heading-level": "^3.1.2",
"remark-lint-heading-increment": "^3.1.2",
Expand Down
12 changes: 6 additions & 6 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-1705101818074-6d04831782c9934b65ca3d72f8fdd32eb1025b86",
"@edgeandnode/go": "4.0.0-analytics-1705101818074-6d04831782c9934b65ca3d72f8fdd32eb1025b86",
"@edgeandnode/gds": "3.0.0-analytics-1705417983862-638dd10aea79fa5729496361fefc704c7dd2d0b1",
"@edgeandnode/go": "4.0.0-analytics-1705417983862-638dd10aea79fa5729496361fefc704c7dd2d0b1",
"@emotion/react": "^11.11",
"next": "^13",
"next-seo": "^6",
Expand All @@ -40,14 +40,14 @@
"@radix-ui/react-visually-hidden": "^1.0.3",
"lodash": "^4.17.21",
"react-intersection-observer": "^9.5.3",
"react-use": "^17.4.2"
"react-use": "^17.4.3"
},
"devDependencies": {
"@edgeandnode/gds": "3.0.0-analytics-1705101818074-6d04831782c9934b65ca3d72f8fdd32eb1025b86",
"@edgeandnode/go": "4.0.0-analytics-1705101818074-6d04831782c9934b65ca3d72f8fdd32eb1025b86",
"@edgeandnode/gds": "3.0.0-analytics-1705417983862-638dd10aea79fa5729496361fefc704c7dd2d0b1",
"@edgeandnode/go": "4.0.0-analytics-1705417983862-638dd10aea79fa5729496361fefc704c7dd2d0b1",
"@emotion/react": "^11.11.3",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.47",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"next": "^14.0.4",
"next-seo": "^6.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/og-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20231218.0",
"@types/react": "^18.2.47",
"@types/react": "^18.2.48",
"jest-image-snapshot": "^6.4.0",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
Expand Down
Loading

0 comments on commit 007ccbd

Please sign in to comment.