Skip to content

Commit 1cd1287

Browse files
authored
Merge pull request #2091 from aeternity/update-deps
Update dependencies
2 parents 0381855 + 439be7e commit 1cd1287

File tree

21 files changed

+2867
-3187
lines changed

21 files changed

+2867
-3187
lines changed

examples/browser/tools/src/index.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
:root {
2-
--font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
3-
Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
2+
--font-sans:
3+
ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue,
4+
Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
45
Noto Color Emoji;
5-
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New,
6-
monospace;
6+
--font-mono:
7+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
78
}
89

910
body {

package-lock.json

Lines changed: 2794 additions & 3117 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -59,25 +59,25 @@
5959
"SDK"
6060
],
6161
"dependencies": {
62-
"@aeternity/aepp-calldata": "^1.8.0",
63-
"@azure/core-client": "^1.9.2",
64-
"@azure/core-rest-pipeline": "^1.17.0",
65-
"@babel/runtime-corejs3": "^7.25.7",
62+
"@aeternity/aepp-calldata": "^1.9.1",
63+
"@azure/core-client": "^1.9.3",
64+
"@azure/core-rest-pipeline": "^1.19.1",
65+
"@babel/runtime-corejs3": "^7.27.0",
6666
"@ledgerhq/hw-transport": "^6.31.4",
67-
"@metamask/providers": "17.2.0 || ^17.2.2",
68-
"@scure/bip39": "^1.4.0",
67+
"@metamask/providers": "^22.1.0",
68+
"@scure/bip39": "^1.6.0",
6969
"@types/json-bigint": "^1.0.4",
70-
"@types/node": "^22.7.5",
71-
"@types/readable-stream": "^4.0.15",
70+
"@types/node": "^22.15.3",
71+
"@types/readable-stream": "^4.0.18",
7272
"@types/sha.js": "^2.4.4",
73-
"@types/webextension-polyfill": "^0.12.1",
73+
"@types/webextension-polyfill": "^0.12.3",
7474
"@types/websocket": "^1.0.10",
75-
"@types/ws": "^8.5.12",
76-
"bignumber.js": "^9.1.2",
75+
"@types/ws": "^8.18.1",
76+
"bignumber.js": "^9.3.0",
7777
"blakejs": "^1.2.1",
7878
"bs58": "^6.0.0",
7979
"buffer": "^6.0.3",
80-
"canonicalize": "^2.0.0",
80+
"canonicalize": "^2.1.0",
8181
"eventemitter3": "^5.0.1",
8282
"events": "^3.3.0",
8383
"isomorphic-ws": "^5.0.0",
@@ -89,60 +89,60 @@
8989
"tweetnacl-auth": "^1.0.1",
9090
"webextension-polyfill": "^0.12.0",
9191
"websocket": "^1.0.35",
92-
"ws": "^8.18.0"
92+
"ws": "^8.18.1"
9393
},
9494
"repository": {
9595
"type": "git",
9696
"url": "git+https://github.com/aeternity/aepp-sdk-js.git"
9797
},
9898
"devDependencies": {
99-
"@babel/cli": "^7.25.7",
100-
"@babel/core": "^7.25.8",
101-
"@babel/node": "^7.25.7",
102-
"@babel/plugin-transform-runtime": "^7.25.7",
103-
"@babel/preset-env": "^7.25.8",
104-
"@babel/preset-typescript": "^7.25.7",
105-
"@babel/register": "^7.25.7",
106-
"@commitlint/cli": "^19.5.0",
107-
"@commitlint/config-conventional": "^19.5.0",
99+
"@babel/cli": "^7.27.0",
100+
"@babel/core": "^7.26.10",
101+
"@babel/node": "^7.26.0",
102+
"@babel/plugin-transform-runtime": "^7.26.10",
103+
"@babel/preset-env": "^7.26.9",
104+
"@babel/preset-typescript": "^7.27.0",
105+
"@babel/register": "^7.25.9",
106+
"@commitlint/cli": "^19.8.0",
107+
"@commitlint/config-conventional": "^19.8.0",
108108
"@ledgerhq/hw-transport-mocker": "^6.29.4",
109109
"@ledgerhq/hw-transport-node-hid-singleton": "^6.31.5",
110110
"@ledgerhq/hw-transport-webusb": "^6.29.4",
111-
"@types/chai": "^5.0.0",
112-
"@types/chai-as-promised": "^8.0.1",
113-
"@types/mocha": "^10.0.9",
111+
"@types/chai": "^5.2.1",
112+
"@types/chai-as-promised": "^8.0.2",
113+
"@types/mocha": "^10.0.10",
114114
"@types/node-hid": "^1.3.4",
115-
"@types/sinon": "^17.0.3",
115+
"@types/sinon": "^17.0.4",
116116
"@typescript-eslint/eslint-plugin": "^7.15.0",
117117
"@typescript-eslint/parser": "^7.15.0",
118118
"autorest": "^3.7.1",
119-
"babel-loader": "^9.2.1",
119+
"babel-loader": "^10.0.0",
120120
"babel-plugin-import-globals": "^2.0.0",
121-
"babel-plugin-transform-import-meta": "^2.2.1",
121+
"babel-plugin-transform-import-meta": "^2.3.2",
122122
"c8": "^10.1.3",
123-
"chai": "^5.1.1",
124-
"chai-as-promised": "^8.0.0",
123+
"chai": "^5.2.0",
124+
"chai-as-promised": "^8.0.1",
125125
"eslint": "^8.57.1",
126126
"eslint-config-airbnb-typescript": "^18.0.0",
127127
"eslint-plugin-import": "^2.31.0",
128128
"eslint-plugin-rulesdir": "^0.2.2",
129-
"eslint-plugin-tsdoc": "^0.3.0",
129+
"eslint-plugin-tsdoc": "^0.4.0",
130130
"extract-zip": "^2.0.1",
131-
"html-webpack-plugin": "^5.6.0",
132-
"mocha": "^10.7.3",
133-
"npm-run-all2": "^6.2.3",
134-
"prettier": "^3.3.3",
135-
"puppeteer-core": "^23.5.3",
136-
"sinon": "^19.0.2",
131+
"html-webpack-plugin": "^5.6.3",
132+
"mocha": "^11.1.0",
133+
"npm-run-all2": "^7.0.2",
134+
"prettier": "^3.5.3",
135+
"puppeteer-core": "^24.7.2",
136+
"sinon": "^20.0.0",
137137
"source-map": "^0.7.4",
138138
"standard-version": "^9.5.0",
139-
"tsx": "^4.19.1",
140-
"typedoc": "^0.26.10",
141-
"typedoc-plugin-missing-exports": "^3.0.0",
139+
"tsx": "^4.19.4",
140+
"typedoc": "^0.27.9",
141+
"typedoc-plugin-missing-exports": "^3.1.0",
142142
"typescript": "^5.6.3",
143-
"webpack": "^5.95.0",
143+
"webpack": "^5.99.7",
144144
"webpack-bundle-analyzer": "^4.10.2",
145-
"webpack-cli": "^5.1.4"
145+
"webpack-cli": "^6.0.1"
146146
},
147147
"files": [
148148
"dist",
@@ -168,7 +168,7 @@
168168
"engines": {
169169
"node": ">=18.19"
170170
},
171-
"packageManager": "npm@10.9.0",
171+
"packageManager": "npm@11.3.0",
172172
"contributors": [
173173
"Till Kolter <till.kolter@gmail.com>",
174174
"Alexander Kahl <ak@sodosopa.io>",

src/aens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* repository.
77
*/
88

9-
import { BigNumber } from 'bignumber.js';
9+
import BigNumber from 'bignumber.js';
1010
import { genSalt, isEncoded } from './utils/crypto.js';
1111
import { commitmentHash, isAuctionName, produceNameId } from './tx/builder/helpers.js';
1212
import { Tag, AensName } from './tx/builder/constants.js';

src/channel/Contract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { BigNumber } from 'bignumber.js';
1+
import BigNumber from 'bignumber.js';
22
import { snakeToPascal } from '../utils/string.js';
33
import { MIN_GAS_PRICE, Tag, AbiVersion, VmVersion } from '../tx/builder/constants.js';
44
import {

src/channel/Spend.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { BigNumber } from 'bignumber.js';
1+
import BigNumber from 'bignumber.js';
22
import {
33
notify,
44
call,

src/channel/internal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { default as websocket, ICloseEvent } from 'websocket';
2-
import { BigNumber } from 'bignumber.js';
2+
import BigNumber from 'bignumber.js';
33
import type Channel from './Base.js';
44
import JsonBig from '../utils/json-big.js';
55
import { pascalToSnake } from '../utils/string.js';

src/spend.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { BigNumber } from 'bignumber.js';
1+
import BigNumber from 'bignumber.js';
22
import { getBalance, resolveName } from './chain.js';
33
import { sendTransaction, SendTransactionOptions } from './send-transaction.js';
44
import { buildTxAsync, BuildTxOptions, unpackTx } from './tx/builder/index.js';

src/tx/builder/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { BigNumber } from 'bignumber.js';
1+
import BigNumber from 'bignumber.js';
22
import { mapObject } from '../../utils/other.js';
33

44
/**

src/tx/builder/field-types/fee.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { BigNumber } from 'bignumber.js';
1+
import BigNumber from 'bignumber.js';
22
import { ArgumentError, IllegalArgumentError } from '../../../utils/errors.js';
33
import { Int, MIN_GAS_PRICE, Tag } from '../constants.js';
44
import uInt from './u-int.js';

0 commit comments

Comments
 (0)