Skip to content

Commit

Permalink
feat(cli): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Oct 11, 2024
1 parent aa69eca commit c7ee447
Show file tree
Hide file tree
Showing 3 changed files with 2,690 additions and 1,669 deletions.
64 changes: 32 additions & 32 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,54 +18,54 @@
"/oclif.manifest.json"
],
"dependencies": {
"@inquirer/confirm": "^3.1.17",
"@inquirer/core": "^9.0.5",
"@inquirer/input": "^2.2.4",
"@inquirer/select": "^2.4.2",
"@inquirer/type": "^1.5.1",
"@oclif/core": "^4.0.14",
"@oclif/plugin-help": "^6.2.7",
"@oclif/plugin-plugins": "^5.3.9",
"bytes": "^3.1",
"@inquirer/confirm": "^4.0.1",
"@inquirer/core": "^9.2.1",
"@inquirer/input": "^3.0.1",
"@inquirer/select": "^3.0.1",
"@inquirer/type": "^1.5.5",
"@oclif/core": "^4.0.22",
"@oclif/plugin-help": "^6.2.11",
"@oclif/plugin-plugins": "^5.4.8",
"bytes": "^3.1.2",
"chalk": "^5.3.0",
"cli-table3": "^0.6.5",
"execa": "^9.3.0",
"fs-extra": "^11",
"execa": "^9.4.0",
"fs-extra": "^11.2.0",
"giget": "^1.2.3",
"lookpath": "^1.2.2",
"open": "^10.1.0",
"ora": "^8.0.1",
"progress-stream": "^2.0",
"ora": "^8.1.0",
"progress-stream": "^2.0.0",
"semver": "^7.6.3",
"tmp": "^0.2.3",
"viem": "^2.18.2"
"viem": "^2.21.9"
},
"devDependencies": {
"@cartesi/devnet": "workspace:*",
"@cartesi/eslint-config": "workspace:*",
"@sunodo/wagmi-plugin-hardhat-deploy": "^0.3.0",
"@types/bytes": "^3.1",
"@types/fs-extra": "^11",
"@types/inquirer": "^9",
"@types/node": "^20.14.12",
"@types/node-fetch": "^2.6",
"@types/progress-stream": "^2.0",
"@types/prompts": "^2.4",
"@types/bytes": "^3.1.4",
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.7",
"@types/node": "^22.5.5",
"@types/node-fetch": "^2.6.11",
"@types/progress-stream": "^2.0.5",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"@types/tmp": "^0.2",
"@wagmi/cli": "^2.1.15",
"copyfiles": "^2",
"@types/tmp": "^0.2.6",
"@wagmi/cli": "^2.1.16",
"copyfiles": "^2.4.1",
"eslint": "^8.57.0",
"eslint-config-oclif": "^5.2.0",
"eslint-config-oclif-typescript": "^3.1.8",
"npm-run-all": "^4",
"oclif": "^4.14.9",
"eslint-config-oclif": "^5.2.1",
"eslint-config-oclif-typescript": "^3.1.11",
"npm-run-all": "^4.1.5",
"oclif": "^4.14.34",
"rimraf": "^6.0.1",
"ts-node": "^10",
"ts-node": "^10.9.2",
"tsconfig": "workspace:*",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"vitest": "^2.0.4"
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
},
"oclif": {
"bin": "cartesi",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"@cartesi/eslint-config": "workspace:*",
"@changesets/cli": "^2.27.7",
"prettier": "^3.3.3",
"turbo": "^2.0.7"
"turbo": "^2.1.2"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "pnpm@9.6.0"
"packageManager": "pnpm@9.10.0"
}
Loading

0 comments on commit c7ee447

Please sign in to comment.