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 26, 2024
1 parent 7515e7e commit f4d4b3a
Show file tree
Hide file tree
Showing 5 changed files with 325 additions and 345 deletions.
6 changes: 3 additions & 3 deletions 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.12",
"@types/node-fetch": "^2.6",
"@types/progress-stream": "^2.0",
"@types/prompts": "^2.4",
Expand All @@ -60,11 +60,11 @@
"eslint-config-oclif-typescript": "^3.1.8",
"npm-run-all": "^4",
"oclif": "^4.14.9",
"rimraf": "^5.0.8",
"rimraf": "^6.0.1",
"ts-node": "^10",
"tsconfig": "workspace:*",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"vitest": "^2.0.4"
},
"oclif": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"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"
},
"packageManager": "pnpm@9.5.0"
"packageManager": "pnpm@9.6.0"
}
10 changes: 5 additions & 5 deletions packages/devnet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"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",
"npm-run-all": "^4",
"rimraf": "^5.0.8",
"rimraf": "^6.0.1",
"tsconfig": "workspace:*",
"typescript": "^5.5.3",
"viem": "^2.17.5"
"typescript": "^5.5.4",
"viem": "^2.18.2"
},
"dependencies": {
"@openzeppelin/contracts": "5.0.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"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"
"typescript": "^5.5.4"
},
"files": [
"library.js",
Expand Down
Loading

0 comments on commit f4d4b3a

Please sign in to comment.