Skip to content

Commit e09ad5a

Browse files
committed
Update dependencies
1 parent 49ea30e commit e09ad5a

File tree

4 files changed

+491
-487
lines changed

4 files changed

+491
-487
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "graph-docs",
33
"private": true,
44
"version": "1.0.0",
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].1",
66
"scripts": {
77
"dev": "turbo run dev",
88
"build": "NODE_OPTIONS='--max_old_space_size=8192' turbo run build",
@@ -21,17 +21,17 @@
2121
},
2222
"devDependencies": {
2323
"@edgeandnode/eslint-config": "^2.0.3",
24-
"@types/node": "^22.15.24",
24+
"@types/node": "^22.15.29",
2525
"eslint": "^8.57.1",
2626
"eslint-plugin-mdx": "^3.4.2",
2727
"prettier": "^3.5.3",
28-
"prettier-plugin-tailwindcss": "^0.6.11",
28+
"prettier-plugin-tailwindcss": "^0.6.12",
2929
"remark-frontmatter": "^5.0.0",
3030
"remark-lint-first-heading-level": "^4.0.1",
3131
"remark-lint-heading-increment": "^4.0.1",
3232
"remark-lint-no-heading-punctuation": "^4.0.1",
3333
"remark-lint-restrict-elements": "workspace:*",
34-
"turbo": "^2.5.3",
34+
"turbo": "^2.5.4",
3535
"typescript": "^5.8.3"
3636
},
3737
"resolutions": {

packages/og-image/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"dependencies": {
1313
"@resvg/resvg-wasm": "^2.6.2",
1414
"react": "^18.3.1",
15-
"satori": "^0.13.1",
15+
"satori": "^0.13.2",
1616
"yoga-wasm-web": "^0.3.3"
1717
},
1818
"devDependencies": {
19-
"@cloudflare/workers-types": "^4.20250529.0",
19+
"@cloudflare/workers-types": "^4.20250605.0",
2020
"@types/react": "^18.3.23",
2121
"jest-image-snapshot": "^6.5.1",
2222
"tsx": "^4.19.4",

0 commit comments

Comments
 (0)