Skip to content

Commit

Permalink
chore: bump dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Jul 8, 2024
1 parent 25b407c commit df802db
Show file tree
Hide file tree
Showing 5 changed files with 1,649 additions and 1,186 deletions.
6 changes: 3 additions & 3 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/bytes": "^3.1",
"@types/fs-extra": "^11",
"@types/inquirer": "^9",
"@types/node": "^20.12.7",
"@types/node": "^20.14.10",
"@types/node-fetch": "^2.6",
"@types/progress-stream": "^2.0",
"@types/prompts": "^2.4",
Expand All @@ -59,10 +59,10 @@
"eslint-config-oclif-typescript": "^3.1.7",
"npm-run-all": "^4",
"oclif": "^4.9.3",
"rimraf": "^5",
"rimraf": "^5.0.8",
"ts-node": "^10",
"tsconfig": "workspace:*",
"tslib": "^2",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vitest": "^1.5.3"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@changesets/cli": "^2",
"@cartesi/eslint-config": "workspace:*",
"@changesets/cli": "^2.27.7",
"prettier": "^3.3.2",
"turbo": "^2.0.6"
},
Expand Down
9 changes: 5 additions & 4 deletions packages/devnet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
},
"devDependencies": {
"@cartesi/rollups": "^1.4.0",
"@nomicfoundation/hardhat-viem": "^2.0.1",
"@safe-global/safe-singleton-factory": "^1.0.24",
"hardhat": "^2.22.3",
"@nomicfoundation/hardhat-viem": "^2.0.3",
"@safe-global/safe-singleton-factory": "^1.0.28",
"@types/node": "^20.14.10",
"hardhat": "^2.22.6",
"hardhat-abi-exporter": "^2",
"hardhat-deploy": "^0.12.4",
"npm-run-all": "^4",
"rimraf": "^5",
"rimraf": "^5.0.8",
"tsconfig": "workspace:*",
"typescript": "^5.5.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "Apache-2.0",
"private": true,
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vercel/style-guide": "^6.0.0",
"eslint-config-prettier": "^9",
"eslint-config-turbo": "^2.0.6",
Expand Down
Loading

0 comments on commit df802db

Please sign in to comment.