Skip to content

Commit

Permalink
chore: upgrade deps and bump versions (#19)
Browse files Browse the repository at this point in the history
* chore: upgrade dependencies

* chore(create-carrot-template): v0.10.1

* chore(create-carrot-template): add missing dependencies

* chore(create-carrot-template): add missing dependencies

---------

Co-authored-by: luzzifoss <fedeluzzi00@gmail.com>
  • Loading branch information
luzzif and luzzifoss authored Jan 5, 2024
1 parent cd4b214 commit b3cf7d9
Show file tree
Hide file tree
Showing 4 changed files with 308 additions and 698 deletions.
20 changes: 11 additions & 9 deletions packages/carrot-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "carrot-scripts",
"version": "0.23.0",
"version": "0.23.1",
"types": "./lib/carrot-template.d.ts",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -40,7 +40,7 @@
"carrot-scripts": "./dist/index.js"
},
"dependencies": {
"@carrot-kpi/sdk": "^1.45.1",
"@carrot-kpi/sdk": "^1.46.0",
"@viem/anvil": "^0.0.6",
"chalk": "^5.3.0",
"ethers": "5",
Expand All @@ -51,18 +51,20 @@
"viem": "^1.19.9"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"eslint": "^8.54.0",
"eslint": "^8.56.0",
"eslint-config-custom": "*",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-turbo": "^1.11.3",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.36.0",
"turbo": "^1.10.16",
"typescript": "^5.3.2"
"turbo": "^1.11.3",
"typescript": "^5.3.3"
}
}
10 changes: 7 additions & 3 deletions packages/create-carrot-template/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "create-carrot-template",
"version": "0.10.0",
"version": "0.10.1",
"keywords": [
"ethereum",
"web3",
Expand Down Expand Up @@ -41,12 +41,16 @@
"commander": "^11.1.0",
"cpy": "^11.0.0",
"envinfo": "^7.11.0",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"ora": "^7.0.1",
"semver": "^7.5.4",
"validate-npm-package-name": "^5.0.0"
},
"devDependencies": {
"eslint-config-custom": "*"
"@typescript-eslint/eslint-plugin": "^6.17.0",
"eslint-config-custom": "*",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-turbo": "^1.11.3"
}
}
18 changes: 11 additions & 7 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,19 @@
"format": "prettier --write ."
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.16",
"eslint-plugin-prettier": "^5.0.1"
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.11.3"
},
"peerDependencies": {
"eslint-plugin-prettier": "latest",
"eslint-plugin-turbo": "latest",
"prettier": "latest"
},
"devDependencies": {
"prettier": "^3.1.0"
"prettier": "^3.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit b3cf7d9

Please sign in to comment.