Skip to content

Commit

Permalink
@comet/create-app: Upgrade major dependencies
Browse files Browse the repository at this point in the history
Upgrade commander, glob, and rimraf to the latest versions.
  • Loading branch information
johnnyomair committed Oct 3, 2024
1 parent 4e5cc85 commit 5d57847
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 30 deletions.
89 changes: 62 additions & 27 deletions create-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions create-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"start": "tsc --watch --project tsconfig.json"
},
"dependencies": {
"commander": "^11.0.0",
"commander": "^12.0.0",
"eslint": "^8.0.0",
"glob": "^10.3.3",
"glob": "^11.0.0",
"kleur": "^4.1.5",
"nanospinner": "^1.1.0",
"rimraf": "^5.0.1"
"rimraf": "^6.0.0"
},
"devDependencies": {
"@comet/eslint-config": "^7.5.0",
Expand Down

0 comments on commit 5d57847

Please sign in to comment.