Skip to content

Commit

Permalink
Update dependencies, notably for updated GlobalHeader and `GlobalFo…
Browse files Browse the repository at this point in the history
…oter` (#729)

Update dependencies
  • Loading branch information
benface authored Jul 19, 2024
1 parent 91d960f commit 5634476
Show file tree
Hide file tree
Showing 7 changed files with 2,506 additions and 1,792 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV ENVIRONMENT=$ENVIRONMENT
ENV PNPM_HOME="/usr/bin"

RUN apk add --no-cache git
RUN npm install -g pnpm@9.4.0
RUN npm install -g pnpm@9.5.0

WORKDIR /app

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "the-graph-docs-monorepo",
"private": true,
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.5.0",
"scripts": {
"build": "NODE_OPTIONS='--max_old_space_size=4096' turbo run build",
"check": "pnpm typecheck && pnpm lint && pnpm prettier:check",
Expand All @@ -21,14 +21,14 @@
"@edgeandnode/eslint-config": "^2.0.3",
"eslint": "^8.57.0",
"eslint-plugin-mdx": "^2.3.4",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"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.13.4",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}
16 changes: 8 additions & 8 deletions packages/nextra-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,27 +35,27 @@
"theme-ui": "^0.16"
},
"dependencies": {
"@docsearch/react": "^3.6.0",
"@docsearch/react": "^3.6.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-visually-hidden": "^1.1.0",
"lodash": "^4.17.21",
"react-intersection-observer": "^9.10.3",
"react-intersection-observer": "^9.13.0",
"react-use": "^17.5.0"
},
"devDependencies": {
"@edgeandnode/gds": "^5.21.0",
"@edgeandnode/go": "^6.31.0",
"@emotion/react": "^11.11.4",
"@types/lodash": "^4.17.6",
"@edgeandnode/gds": "^5.23.0",
"@edgeandnode/go": "^6.33.0",
"@emotion/react": "^11.12.0",
"@types/lodash": "^4.17.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"next": "^14.2.4",
"next": "^14.2.5",
"next-seo": "^6.5.0",
"nextra": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"theme-ui": "^0.16.2",
"tsup": "^8.1.0"
"tsup": "^8.2.0"
},
"sideEffects": false
}
10 changes: 5 additions & 5 deletions packages/og-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"dependencies": {
"@resvg/resvg-wasm": "2.6.2",
"react": "18.3.1",
"satori": "0.10.13",
"satori": "0.10.14",
"yoga-wasm-web": "0.3.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240620.0",
"@cloudflare/workers-types": "^4.20240718.0",
"@types/react": "^18.3.3",
"jest-image-snapshot": "^6.4.0",
"tsx": "^4.15.7",
"typescript": "^5.5.2",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"vitest": "^1.6.0",
"wrangler": "^3.62.0"
"wrangler": "^3.65.1"
}
}
Loading

0 comments on commit 5634476

Please sign in to comment.