Skip to content

Commit

Permalink
Update dependencies, including @edgeandnode/common (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
benface authored Mar 1, 2024
1 parent ddf1472 commit df29311
Show file tree
Hide file tree
Showing 11 changed files with 2,891 additions and 2,673 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,18 @@
},
"devDependencies": {
"@edgeandnode/eslint-config": "^2.0.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-plugin-mdx": "^2.3.4",
"husky": "^9.0.10",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"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.3",
"turbo": "^1.12.4",
"typescript": "^5.3.3"
},
"lint-staged": {
Expand Down
18 changes: 9 additions & 9 deletions packages/nextra-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,23 @@
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-visually-hidden": "^1.0.3",
"lodash": "^4.17.21",
"react-intersection-observer": "^9.7.0",
"react-intersection-observer": "^9.8.1",
"react-use": "^17.5.0"
},
"devDependencies": {
"@edgeandnode/gds": "^3.8.0",
"@edgeandnode/go": "^4.9.0",
"@emotion/react": "^11.11.3",
"@edgeandnode/gds": "^5.0.0",
"@edgeandnode/go": "^6.0.0",
"@emotion/react": "^11.11.4",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.55",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"next": "^14.1.0",
"next-seo": "^6.4.0",
"next": "^14.1.1",
"next-seo": "^6.5.0",
"nextra": "^2.13.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"theme-ui": "^0.16.1",
"tsup": "^7.3.0"
"theme-ui": "^0.16.2",
"tsup": "^8.0.2"
},
"sideEffects": false
}
8 changes: 4 additions & 4 deletions packages/og-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"yoga-wasm-web": "0.3.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240129.0",
"@types/react": "^18.2.55",
"@cloudflare/workers-types": "^4.20240222.0",
"@types/react": "^18.2.61",
"jest-image-snapshot": "^6.4.0",
"tsx": "^4.7.0",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vitest": "^0.34.6",
"wrangler": "^3.27.0"
"wrangler": "^3.30.1"
}
}
Loading

0 comments on commit df29311

Please sign in to comment.