mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
fix(packages): add server-only bundles (#1349)
This commit is contained in:
+4
-2
@@ -42,7 +42,8 @@
|
||||
"format:astro": "prettier --write 'site/src/**/*.astro'",
|
||||
"typecheck": "tsc --build",
|
||||
"changelog": "git-cliff --config cliff.toml --output CHANGELOG.md",
|
||||
"check:workspace": "node build/scripts/check-workspace.mjs"
|
||||
"check:workspace": "node build/scripts/check-workspace.mjs",
|
||||
"check:ssr": "node .github/scripts/ssr-check.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@actions/core": "^3.0.0",
|
||||
@@ -51,6 +52,7 @@
|
||||
"@commitlint/cli": "^20.1.0",
|
||||
"@commitlint/config-conventional": "^20.0.0",
|
||||
"@commitlint/format": "^20.0.0",
|
||||
"@edge-runtime/vm": "^5.0.0",
|
||||
"@types/node": "^22.18.6",
|
||||
"esbuild": "^0.27.3",
|
||||
"git-cliff": "^2.12.0",
|
||||
@@ -60,9 +62,9 @@
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"prettier-plugin-tailwindcss": "^0.7.2",
|
||||
"react": "^18.0.0",
|
||||
"rimraf": "^6.1.3",
|
||||
"react-compiler-runtime": "^1.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"rimraf": "^6.1.3",
|
||||
"simple-git-hooks": "^2.13.1",
|
||||
"tsx": "^4.21.0",
|
||||
"turbo": "^2.9.0",
|
||||
|
||||
Reference in New Issue
Block a user