Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stereobooster committed Oct 13, 2024
1 parent 429a76b commit 38f3a84
Show file tree
Hide file tree
Showing 4 changed files with 873 additions and 839 deletions.
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@
"packages/*"
],
"dependencies": {
"@types/node": "^20.12.7",
"playwright": "^1.43.1",
"turbo": "^1.13.3",
"typescript": "^5.4.5",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.2"
"@types/node": "^22.7.5",
"playwright": "^1.48.0",
"turbo": "^2.1.3",
"typescript": "^5.6.3",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.2"
},
"scripts": {
"test": "vitest",
"build": "turbo run build",
"dev": "turbo run dev",
"clean": "turbo run clean",
"tsc": "turbo run tsc"
}
"build": "turbo run build --concurrency 12",
"dev": "turbo run dev --concurrency 12",
"clean": "turbo run clean --concurrency 12",
"tsc": "turbo run tsc --concurrency 12"
},
"packageManager": "[email protected]"
}
8 changes: 4 additions & 4 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/starlight": "^0.27.1",
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.28.3",
"@beoe/astro-graphviz": "workspace:*",
"@beoe/cache": "workspace:*",
"@beoe/pan-zoom": "workspace:*",
"@beoe/rehype-gnuplot": "workspace:*",
"@beoe/rehype-graphviz": "workspace:*",
"@beoe/rehype-mermaid": "workspace:*",
"astro": "4.15.4",
"astro": "4.16.2",
"sharp": "^0.33.5",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite-plugin-qrcode": "^0.2.3"
}
}
Loading

0 comments on commit 38f3a84

Please sign in to comment.