Skip to content

Commit

Permalink
chore(node): reduce root dependecies (rolldown#519)
Browse files Browse the repository at this point in the history
<!-- Thank you for contributing! -->

### Description

<!-- Please insert your description here and provide especially info about the "what" this PR is solving -->

### Test Plan

<!-- e.g. is there anything you'd like reviewers to focus on? -->

---
  • Loading branch information
hyf0 committed Mar 10, 2024
1 parent 833aeb8 commit 10b1d0a
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 268 deletions.
22 changes: 5 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,36 +36,24 @@
"docs": "cd web/docs && yarn dev",
"docs:build": "cd web/docs && yarn build",
"docs:preview": "cd web/docs && yarn preview",
"version": "yarn lerna version --force-publish --no-private --no-git-tag-version && node scripts/post-version.cjs",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"TODO(hyf0): #need to investigate following commands": "_",
"build:ci:release": "run-s build:node:ci build:binding:release",
"build:node:ci": "yarn workspace @rolldown/node run build",
"version": "yarn lerna version --force-publish --no-private --no-git-tag-version && node scripts/post-version.cjs",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
"build:node:ci": "yarn workspace @rolldown/node run build"
},
"license": "MIT",
"devDependencies": {
"@ls-lint/ls-lint": "^2.2.2",
"@parcel/watcher": "^2.4.1",
"@taplo/cli": "^0.7.0",
"chalk": "^5.3.0",
"change-case": "^5.4.3",
"conventional-changelog-cli": "^4.1.0",
"debug": "^4.3.4",
"dedent": "^1.5.1",
"execa": "^8.0.1",
"fs-extra": "^11.2.0",
"husky": "^9.0.11",
"lerna": "^8.1.2",
"lint-staged": "^15.2.2",
"lodash-es": "^4.17.21",
"npm-run-all2": "^6.1.2",
"oxlint": "^0.2.13",
"prettier": "^3.2.5",
"rollup": "^4.12.1",
"tree-sitter": "^0.20.6",
"tree-sitter-go": "^0.20.0",
"typescript": "^5.4.2",
"zx": "^7.2.3"
"typescript": "^5.4.2"
},
"prettier": {
"printWidth": 80,
Expand All @@ -78,4 +66,4 @@
"engines": {
"node": ">=18.18.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
"unbuild": "^2.0.0",
"vitest": "^1.3.1"
}
}
}
11 changes: 10 additions & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@
"scripts": {
"type-check": "tsc --noEmit"
},
"devDependencies": {
"dependencies": {
"@parcel/watcher": "^2.4.1",
"chalk": "^5.3.0",
"change-case": "^5.4.3",
"debug": "^4.3.4",
"dedent": "^1.5.1",
"execa": "^8.0.1",
"fs-extra": "^11.2.0",
"tree-sitter": "^0.20.6",
"tree-sitter-go": "^0.20.0",
"typescript": "^5.4.2"
}
}
Loading

0 comments on commit 10b1d0a

Please sign in to comment.