Skip to content

Commit

Permalink
[typescript] Update Aptos Client axios, and other typescript deps (#1…
Browse files Browse the repository at this point in the history
…1267)

* [ts-deps] Update typescript aptos-client to newest dependencies

Axios was on an old version that needed to be updated for all
downstream usages.

* [ts-sdk-deps] Update aptos-client's semver dev dependency
  • Loading branch information
gregnazario authored Dec 11, 2023
1 parent f7d127b commit 8c3e8bb
Show file tree
Hide file tree
Showing 3 changed files with 1,236 additions and 831 deletions.
8 changes: 8 additions & 0 deletions ecosystem/typescript/aptos-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Aptos Client Changelog

All notable changes to the Aptos client will be captured in this file. This changelog is written by hand for now. It
adheres to the format set out by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

# Unreleased

- Update to Axios v1.6.2, and other dev dependencies
31 changes: 16 additions & 15 deletions ecosystem/typescript/aptos-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"_build:types": "tsc src/types.ts src/index.node.ts --outDir dist/types --declaration",
"lint": "eslint \"**/*.ts\"",
"fmt": "pnpm _fmt --write",
"_fmt": "prettier 'src/**/*.ts' '.eslintrc.js'"
"_fmt": "prettier 'src/**/*.ts' '.eslintrc.js' '*.md'"
},
"repository": {
"type": "git",
Expand All @@ -53,22 +53,23 @@
"Aptos SDK"
],
"dependencies": {
"axios": "0.27.2",
"got": "^11.0.0"
"axios": "1.6.2",
"got": "^11.8.6"
},
"devDependencies": {
"@types/node": "18.6.2",
"ts-node": "10.9.1",
"tsup": "6.2.3",
"typescript": "4.8.2",
"eslint": "8.23.0",
"prettier": "2.6.2",
"eslint-config-prettier": "8.5.0",
"@types/node": "20.10.4",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-plugin-import": "2.26.0",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2"
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-plugin-import": "2.29.0",
"prettier": "3.1.0",
"semver": "6.3.1",
"ts-node": "10.9.2",
"tsup": "8.0.1",
"typescript": "5.3.3"
},
"version": "0.0.2"
"version": "0.1.0"
}
Loading

0 comments on commit 8c3e8bb

Please sign in to comment.