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 19, 2024
1 parent 8f00eb1 commit 9d2b2fc
Show file tree
Hide file tree
Showing 5 changed files with 211 additions and 164 deletions.
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/bytes": "^3.1",
"@types/fs-extra": "^11",
"@types/inquirer": "^9",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@types/node-fetch": "^2.6",
"@types/progress-stream": "^2.0",
"@types/prompts": "^2.4",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"devDependencies": {
"@cartesi/eslint-config": "workspace:*",
"@changesets/cli": "^2.27.7",
"prettier": "^3.3.2",
"turbo": "^2.0.6"
"prettier": "^3.3.3",
"turbo": "^2.0.7"
},
"engines": {
"node": ">=18.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/devnet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"devDependencies": {
"@cartesi/rollups": "^1.4.0",
"@nomicfoundation/hardhat-viem": "^2.0.3",
"@safe-global/safe-singleton-factory": "^1.0.28",
"@types/node": "^20.14.10",
"@safe-global/safe-singleton-factory": "^1.0.30",
"@types/node": "^20.14.11",
"hardhat": "^2.22.6",
"hardhat-abi-exporter": "^2",
"hardhat-deploy": "^0.12.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"license": "Apache-2.0",
"private": true,
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vercel/style-guide": "^6.0.0",
"eslint-config-prettier": "^9",
"eslint-config-turbo": "^2.0.6",
"eslint-config-turbo": "^2.0.7",
"eslint-plugin-only-warn": "^1",
"typescript": "^5.5.3"
},
Expand Down
Loading

0 comments on commit 9d2b2fc

Please sign in to comment.