Skip to content

Commit

Permalink
release(minor): update deps, drop node 16 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 authored May 11, 2024
1 parent 240fc96 commit 3887a43
Show file tree
Hide file tree
Showing 6 changed files with 269 additions and 166 deletions.
2 changes: 1 addition & 1 deletion examples/aptos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "NODE_OPTIONS=--experimental-vm-modules pnpm jest"
},
"dependencies": {
"@aptos-labs/ts-sdk": "~1.13.0",
"@aptos-labs/ts-sdk": "~1.14.0",
"@typemove/aptos": "workspace:*",
"@typemove/move": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/sui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "NODE_OPTIONS=--experimental-vm-modules pnpm jest"
},
"dependencies": {
"@mysten/sui.js": "~0.52.0",
"@mysten/sui.js": "~0.54.1",
"@typemove/move": "workspace:*",
"@typemove/sui": "workspace:*"
},
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,34 +14,34 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@jest/types": "^29.6.3",
"@ls-lint/ls-lint": "^2.2.2",
"@types/chai": "^4.3.11",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.7",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@ls-lint/ls-lint": "^2.2.3",
"@types/chai": "^4.3.16",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.11",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"chai": "^4.4.1",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^8.56.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"jest": "^29.7.0",
"json": "^11.0.0",
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-package-json": "^2.8.0",
"prettier-plugin-sh": "^0.14.0",
"semantic-release": "^23.0.0",
"semantic-release": "^23.1.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typedoc": "^0.25.7",
"typescript": "^5.3.3"
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
},
"engines": {
"node": ">=16"
"node": ">=18"
}
}
2 changes: 1 addition & 1 deletion packages/aptos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"types": "./dist/cjs/index.d.ts",
"dependencies": {
"@aptos-labs/ts-sdk": "~1.13.0",
"@aptos-labs/ts-sdk": "~1.14.0",
"@typemove/move": "workspace:*",
"chalk": "^5.3.0",
"commander": "^12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"types": "./dist/cjs/index.d.ts",
"dependencies": {
"@mysten/bcs": "^0.11.1",
"@mysten/sui.js": "~0.52.0",
"@mysten/sui.js": "~0.54.1",
"@typemove/move": "workspace:*",
"chalk": "^5.3.0",
"commander": "^12.0.0",
Expand Down
Loading

0 comments on commit 3887a43

Please sign in to comment.