Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed May 3, 2024
1 parent 79b1b04 commit a85702c
Show file tree
Hide file tree
Showing 10 changed files with 745 additions and 378 deletions.
11 changes: 11 additions & 0 deletions .changeset/angry-fans-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"eslint-config-deroll": patch
"minimal": patch
"wallet": patch
"@deroll/router": patch
"@deroll/wallet": patch
"@deroll/core": patch
"@deroll/app": patch
---

bump dependencies
6 changes: 3 additions & 3 deletions examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"dependencies": {
"@deroll/app": "workspace:*",
"abitype": "^1.0.2",
"viem": "^2.9.19"
"viem": "^2.9.31"
},
"devDependencies": {
"@deroll/tsconfig": "workspace:*",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"eslint": "^8.57.0",
"eslint-config-deroll": "workspace:*",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}
6 changes: 3 additions & 3 deletions examples/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"@deroll/app": "workspace:*",
"@deroll/router": "workspace:*",
"@deroll/wallet": "workspace:*",
"viem": "^2.9.19"
"viem": "^2.9.31"
},
"devDependencies": {
"@deroll/tsconfig": "workspace:*",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"eslint": "^8.57.0",
"eslint-config-deroll": "workspace:*",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"eslint": "^8.57.0",
"eslint-config-deroll": "workspace:*",
"prettier": "^3.2.5",
"turbo": "^1.13.2",
"turbo": "^1.13.3",
"typedoc": "^0.25.13"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].6"
}
6 changes: 3 additions & 3 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"dependencies": {
"@deroll/core": "workspace:*",
"openapi-fetch": "^0.9.3",
"viem": "^2.9.19"
"openapi-fetch": "^0.9.5",
"viem": "^2.9.31"
},
"devDependencies": {
"@deroll/tsconfig": "workspace:*",
Expand All @@ -29,7 +29,7 @@
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
"prepack": "run-s build"
},
"dependencies": {
"viem": "^2.9.19"
"viem": "^2.9.31"
},
"devDependencies": {
"@deroll/tsconfig": "workspace:*",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"eslint": "^8.57.0",
"eslint-config-deroll": "workspace:*",
"npm-run-all": "^4",
"openapi-typescript": "^6.7.5",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-deroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "MIT",
"private": true,
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.13.2",
"eslint-config-turbo": "^1.13.3",
"eslint-plugin-import": "^2"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"dependencies": {
"@deroll/core": "workspace:*",
"path-to-regexp": "^6.2.2",
"viem": "^2.9.19"
"viem": "^2.9.31"
},
"devDependencies": {
"@deroll/tsconfig": "workspace:*",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"eslint": "^8.57.0",
"eslint-config-deroll": "workspace:*",
"npm-run-all": "^4",
"openapi-typescript": "^6.7.5",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.5.0",
"vitest": "^1.6.0",
"vitest-mock-extended": "^1.3.1"
},
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 deletions packages/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@
},
"dependencies": {
"@deroll/core": "workspace:*",
"viem": "^2.9.19"
"viem": "^2.9.31"
},
"devDependencies": {
"@cartesi/rollups": "^1.3.1",
"@cartesi/rollups": "^1.4.0",
"@deroll/tsconfig": "workspace:*",
"@sunodo/wagmi-plugin-hardhat-deploy": "^0.3",
"@vitest/coverage-istanbul": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-istanbul": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@wagmi/cli": "^2.1.4",
"abitype": "^1.0.2",
"eslint": "^8.57.0",
"eslint-config-deroll": "workspace:*",
"npm-run-all": "^4",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit a85702c

Please sign in to comment.