Skip to content

Commit

Permalink
chore: update dependencies + add colorful logs
Browse files Browse the repository at this point in the history
  • Loading branch information
realdreamer committed Nov 13, 2023
1 parent be4721a commit c0f00b3
Show file tree
Hide file tree
Showing 3 changed files with 879 additions and 498 deletions.
39 changes: 20 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena/create-kadena-app",
"version": "0.2.2",
"version": "0.1.0",
"description": "CLI tool to create a starter project with @kadena/client integration",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,31 +37,32 @@
},
"dependencies": {
"@changesets/cli": "^2.26.2",
"commander": "^9.3.0",
"cross-fetch": "~3.1.5",
"commander": "^11.1.0",
"cross-fetch": "~4.0.0",
"cross-spawn": "~7.0.3",
"yaml": "~2.1.1"
"yaml": "~2.3.4"
},
"devDependencies": {
"@kadena-dev/eslint-config": "~0.0.10",
"@kadena-dev/heft-rig": "~0.0.10",
"@rushstack/eslint-config": "~3.3.0",
"@kadena-dev/eslint-config": "~1.0.2",
"@kadena-dev/heft-rig": "~0.1.0",
"@rushstack/eslint-config": "~3.4.1",
"@rushstack/heft": "~0.50.6",
"@types/cross-spawn": "~6.0.2",
"@types/debug": "~4.1.7",
"@types/heft-jest": "~1.0.3",
"@types/mkdirp": "~1.0.2",
"@types/node": "^18.17.1",
"@types/rimraf": "~3.0.2",
"@types/cross-spawn": "~6.0.5",
"@types/debug": "~4.1.12",
"@types/heft-jest": "~1.0.6",
"@types/mkdirp": "~2.0.0",
"@types/node": "^20.9.0",
"@types/rimraf": "~4.0.5",
"chalk": "4.1.2",
"cross-env": "~7.0.3",
"eslint": "^8.45.0",
"prettier": "~3.0.0",
"prettier-plugin-organize-imports": "^3.2.3",
"eslint": "^8.53.0",
"prettier": "~3.0.3",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.4.6",
"recursive-copy": "^2.0.14",
"rimraf": "~5.0.1",
"ts-node": "~10.8.2",
"typescript": "^5.1.6"
"rimraf": "~5.0.5",
"ts-node": "~10.9.1",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18.16.1",
Expand Down
Loading

0 comments on commit c0f00b3

Please sign in to comment.