Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eglove committed Sep 28, 2024
1 parent a5ed9ad commit b5da38d
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 67 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethang/project-builder",
"version": "2.6.1",
"version": "3.0.0",
"description": "",
"license": "ISC",
"author": "Ethan Glover",
Expand All @@ -14,27 +14,27 @@
"dependencies": {
"chalk": "^5.3.0",
"fs-extra": "^11.2.0",
"inquirer": "^11.0.2",
"inquirer": "^11.1.0",
"lodash": "^4.17.21",
"simple-git": "^3.27.0",
"sort-package-json": "^2.10.1",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
},
"devDependencies": {
"@ethang/eslint-config": "19.8.7",
"@ethang/eslint-config": "19.8.8",
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.7",
"@types/lodash": "^4.17.9",
"@types/node": "^22.7.3",
"@types/node": "^22.7.4",
"eslint": "^9.11.1",
"type-fest": "^4.26.1",
"typescript-eslint": "^8.7.0"
},
"peerDependencies": {
"chalk": "^5.3.0",
"fs-extra": "^11.2.0",
"inquirer": "^11.0.2",
"inquirer": "^11.1.0",
"lodash": "^4.17.21",
"simple-git": "^3.27.0",
"sort-package-json": "^2.10.1",
Expand Down
Loading

0 comments on commit b5da38d

Please sign in to comment.