Skip to content

Commit df29311

Browse files
authored
Update dependencies, including @edgeandnode/common (#615)
1 parent ddf1472 commit df29311

File tree

11 files changed

+2891
-2673
lines changed

11 files changed

+2891
-2673
lines changed

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,18 @@
2222
},
2323
"devDependencies": {
2424
"@edgeandnode/eslint-config": "^2.0.3",
25-
"eslint": "^8.56.0",
25+
"eslint": "^8.57.0",
2626
"eslint-plugin-mdx": "^2.3.4",
27-
"husky": "^9.0.10",
27+
"husky": "^9.0.11",
2828
"lint-staged": "^15.2.2",
2929
"prettier": "^3.2.5",
30+
"prettier-plugin-tailwindcss": "^0.5.11",
3031
"remark-frontmatter": "^5.0.0",
3132
"remark-lint-first-heading-level": "^3.1.2",
3233
"remark-lint-heading-increment": "^3.1.2",
3334
"remark-lint-no-heading-punctuation": "^3.1.2",
3435
"remark-lint-restrict-elements": "workspace:*",
35-
"turbo": "^1.12.3",
36+
"turbo": "^1.12.4",
3637
"typescript": "^5.3.3"
3738
},
3839
"lint-staged": {

packages/nextra-theme/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,23 @@
3939
"@radix-ui/react-collapsible": "^1.0.3",
4040
"@radix-ui/react-visually-hidden": "^1.0.3",
4141
"lodash": "^4.17.21",
42-
"react-intersection-observer": "^9.7.0",
42+
"react-intersection-observer": "^9.8.1",
4343
"react-use": "^17.5.0"
4444
},
4545
"devDependencies": {
46-
"@edgeandnode/gds": "^3.8.0",
47-
"@edgeandnode/go": "^4.9.0",
48-
"@emotion/react": "^11.11.3",
46+
"@edgeandnode/gds": "^5.0.0",
47+
"@edgeandnode/go": "^6.0.0",
48+
"@emotion/react": "^11.11.4",
4949
"@types/lodash": "^4.14.202",
50-
"@types/react": "^18.2.55",
50+
"@types/react": "^18.2.61",
5151
"@types/react-dom": "^18.2.19",
52-
"next": "^14.1.0",
53-
"next-seo": "^6.4.0",
52+
"next": "^14.1.1",
53+
"next-seo": "^6.5.0",
5454
"nextra": "^2.13.3",
5555
"react": "^18.2.0",
5656
"react-dom": "^18.2.0",
57-
"theme-ui": "^0.16.1",
58-
"tsup": "^7.3.0"
57+
"theme-ui": "^0.16.2",
58+
"tsup": "^8.0.2"
5959
},
6060
"sideEffects": false
6161
}

packages/og-image/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"yoga-wasm-web": "0.3.3"
1717
},
1818
"devDependencies": {
19-
"@cloudflare/workers-types": "^4.20240129.0",
20-
"@types/react": "^18.2.55",
19+
"@cloudflare/workers-types": "^4.20240222.0",
20+
"@types/react": "^18.2.61",
2121
"jest-image-snapshot": "^6.4.0",
22-
"tsx": "^4.7.0",
22+
"tsx": "^4.7.1",
2323
"typescript": "^5.3.3",
2424
"vitest": "^0.34.6",
25-
"wrangler": "^3.27.0"
25+
"wrangler": "^3.30.1"
2626
}
2727
}

0 commit comments

Comments
 (0)