Skip to content

Commit

Permalink
feat: add deps to main package
Browse files Browse the repository at this point in the history
  • Loading branch information
maneike committed Oct 29, 2024
1 parent b736d3b commit 388ab23
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"short-waves-flow",
"silent-rocks-design",
"warm-gorillas-yawn",
"warm-peas-behave",
"witty-months-give"
]
}
5 changes: 5 additions & 0 deletions .changeset/warm-peas-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tonik/create-stapler-app': minor
---

Add dependencies to create-stapler-app package.json
6 changes: 6 additions & 0 deletions packages/create-stapler-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tonik/create-stapler-app

## 0.1.0-alpha.12

### Minor Changes

- Add dependencies to create-stapler-app package.json

## 0.1.0-alpha.11

### Minor Changes
Expand Down
12 changes: 11 additions & 1 deletion packages/create-stapler-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonik/create-stapler-app",
"version": "0.1.0-alpha.11",
"version": "0.1.0-alpha.12",
"main": "./dist/core/index.js",
"types": "./dist/core/index.d.ts",
"bin": {
Expand All @@ -12,5 +12,15 @@
},
"scripts": {
"build": "pnpm --filter @tonik/create-stapler-app-core build && pnpm --filter @tonik/create-stapler-app-cli build"
},
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.1.0",
"gradient-string": "^3.0.0",
"inquirer": "^10.2.2"
},
"devDependencies": {
"tsup": "^8.2.4",
"typescript": "^5.6.2"
}
}

0 comments on commit 388ab23

Please sign in to comment.