|
7 | 7 | "torus-scripts": "./bin/torus-scripts.js"
|
8 | 8 | },
|
9 | 9 | "dependencies": {
|
10 |
| - "@babel/core": "^7.24.7", |
| 10 | + "@babel/core": "^7.25.2", |
11 | 11 | "@babel/plugin-syntax-bigint": "^7.8.3",
|
12 | 12 | "@babel/plugin-transform-class-properties": "^7.24.7",
|
13 | 13 | "@babel/plugin-transform-numeric-separator": "^7.24.7",
|
14 | 14 | "@babel/plugin-transform-object-rest-spread": "^7.24.7",
|
15 | 15 | "@babel/plugin-transform-runtime": "^7.24.7",
|
16 |
| - "@babel/preset-env": "^7.24.7", |
| 16 | + "@babel/preset-env": "^7.25.2", |
17 | 17 | "@babel/preset-typescript": "^7.24.7",
|
18 |
| - "@babel/runtime": "^7.24.7", |
| 18 | + "@babel/runtime": "^7.25.0", |
19 | 19 | "@rollup/plugin-babel": "^6.0.4",
|
20 | 20 | "@rollup/plugin-node-resolve": "^15.2.3",
|
21 | 21 | "@toruslabs/config": "^2.1.1",
|
|
31 | 31 | "eslint-webpack-plugin": "^4.2.0",
|
32 | 32 | "fork-ts-checker-webpack-plugin": "^9.0.2",
|
33 | 33 | "https-browserify": "^1.0.0",
|
34 |
| - "listr2": "^8.2.3", |
| 34 | + "listr2": "^8.2.4", |
35 | 35 | "lodash.mergewith": "^4.6.2",
|
36 | 36 | "object.omit": "^3.0.0",
|
37 | 37 | "os-browserify": "^0.3.0",
|
38 | 38 | "process": "^0.11.10",
|
39 |
| - "release-it": "^17.4.1", |
40 |
| - "rimraf": "^5.0.7", |
41 |
| - "rollup": "^4.18.0", |
| 39 | + "release-it": "^17.6.0", |
| 40 | + "rimraf": "^6.0.1", |
| 41 | + "rollup": "^4.19.1", |
42 | 42 | "rxjs": "^7.8.1",
|
43 | 43 | "stream-browserify": "^3.0.0",
|
44 | 44 | "stream-http": "^3.2.0",
|
45 |
| - "typescript": "^5.5.3", |
46 |
| - "update-notifier": "^7.0.0", |
47 |
| - "url": "^0.11.3", |
48 |
| - "webpack": "^5.92.1", |
| 45 | + "typescript": "^5.5.4", |
| 46 | + "update-notifier": "^7.2.0", |
| 47 | + "url": "^0.11.4", |
| 48 | + "webpack": "^5.93.0", |
49 | 49 | "webpack-bundle-analyzer": "^4.10.2",
|
50 | 50 | "webpack-cli": "^5.1.4",
|
51 | 51 | "webpack-node-externals": "^3.0.0",
|
|
0 commit comments