Skip to content

Commit

Permalink
chore(deps): Update dependencies for multiple packages
Browse files Browse the repository at this point in the history
Upgraded @algorandfoundation/algokit-utils to 7.0.0-beta.14 across multiple `package.json` files. Also updated several dependencies like `date-fns`, `typescript`, and various ESLint and Prettier packages.
  • Loading branch information
pbennett committed Oct 11, 2024
1 parent 230ac3a commit 8c36ab9
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 211 deletions.
4 changes: 2 additions & 2 deletions contracts/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"license": "MIT",
"dependencies": {
"@algorandfoundation/algokit-utils": "7.0.0-beta.12",
"@algorandfoundation/algokit-utils": "7.0.0-beta.14",
"algosdk": "2.9.0",
"prompts": "^2.4.2",
"yargs": "^17.7.2"
Expand All @@ -21,6 +21,6 @@
"@types/node": "20.16.11",
"@types/prompts": "^2.4.9",
"@types/yargs": "^17.0.32",
"typescript": "^5.4.3"
"typescript": "5.6.2"
}
}
18 changes: 9 additions & 9 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@
"prettier:fix": "npx prettier --write ."
},
"dependencies": {
"@algorandfoundation/algokit-utils": "7.0.0-beta.12",
"@algorandfoundation/algokit-utils": "7.0.0-beta.14",
"algosdk": "2.9.0"
},
"devDependencies": {
"@algorandfoundation/algokit-client-generator": "^3.0.6",
"@algorandfoundation/tealscript": "^0.103.0",
"@joe-p/algokit-generate-component": "^0.2.1",
"@algorandfoundation/algokit-client-generator": "4.0.0-beta.5",
"@algorandfoundation/tealscript": "0.103.0",
"@joe-p/algokit-generate-component": "0.2.1",
"@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.8.1",
"eslint": "8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.1",
"prettier": "3.3.3",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vitest": "2.1.2"
}
}
Loading

0 comments on commit 8c36ab9

Please sign in to comment.