umt 2.7.0 → 2.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -5,35 +5,35 @@
5
5
  },
6
6
  "description": "UMT Main Package is written in TypeScript and is a collection of useful functions for various tasks.",
7
7
  "devDependencies": {
8
- "@babel/cli": "7.28.0",
9
- "@babel/core": "7.28.0",
10
- "@babel/preset-env": "7.28.0",
8
+ "@babel/cli": "7.28.3",
9
+ "@babel/core": "7.28.3",
10
+ "@babel/preset-env": "7.28.3",
11
11
  "@babel/preset-typescript": "7.27.1",
12
- "@biomejs/biome": "2.1.2",
13
- "@swc/core": "1.13.0",
12
+ "@biomejs/biome": "2.2.0",
13
+ "@swc/core": "1.13.4",
14
14
  "@swc/jest": "0.2.39",
15
- "@types/bun": "1.2.18",
15
+ "@types/bun": "1.2.20",
16
16
  "@types/jest": "30.0.0",
17
17
  "@types/lodash": "4.17.20",
18
- "@types/node": "24.0.14",
19
- "@typescript-eslint/eslint-plugin": "8.37.0",
20
- "@typescript-eslint/parser": "8.37.0",
21
- "bun-types": "1.2.18",
22
- "dependency-cruiser": "16.10.4",
23
- "es-toolkit": "1.39.7",
24
- "eslint": "9.31.0",
18
+ "@types/node": "24.3.0",
19
+ "@typescript-eslint/eslint-plugin": "8.40.0",
20
+ "@typescript-eslint/parser": "8.40.0",
21
+ "bun-types": "1.2.20",
22
+ "dependency-cruiser": "17.0.1",
23
+ "es-toolkit": "1.39.10",
24
+ "eslint": "9.33.0",
25
25
  "eslint-plugin-import": "2.32.0",
26
- "eslint-plugin-unicorn": "59.0.1",
26
+ "eslint-plugin-unicorn": "60.0.0",
27
27
  "fast-sort": "3.4.1",
28
28
  "gh-pages": "6.3.0",
29
- "jest": "30.0.4",
29
+ "jest": "30.0.5",
30
30
  "lodash": "4.17.21",
31
31
  "mitata": "1.0.34",
32
- "ts-jest": "29.4.0",
32
+ "ts-jest": "29.4.1",
33
33
  "ts-node": "10.9.2",
34
34
  "tsc-alias": "1.8.16",
35
- "typedoc": "0.28.7",
36
- "typescript": "5.8.3"
35
+ "typedoc": "0.28.10",
36
+ "typescript": "5.9.2"
37
37
  },
38
38
  "directories": {
39
39
  "doc": "doc",
@@ -75,5 +75,5 @@
75
75
  },
76
76
  "type": "module",
77
77
  "types": "module/index.d.js",
78
- "version": "2.7.0"
78
+ "version": "2.8.0"
79
79
  }