|
22 | 22 | }
|
23 | 23 | }
|
24 | 24 | },
|
25 |
| - "files": [ |
26 |
| - "dist", |
27 |
| - "src" |
28 |
| - ], |
| 25 | + "files": ["dist", "src"], |
29 | 26 | "scripts": {
|
30 | 27 | "lint": "biome lint ./src",
|
31 | 28 | "check": "biome check ./src --apply --no-errors-on-unmatched --files-ignore-unknown=true",
|
|
48 | 45 | },
|
49 | 46 | "homepage": "https://github.com/your-username/untilted#readme",
|
50 | 47 | "devDependencies": {
|
51 |
| - "@babel/core": "^7.24.0", |
52 |
| - "@babel/preset-env": "^7.24.0", |
53 |
| - "@babel/preset-typescript": "^7.23.3", |
| 48 | + "@babel/core": "^7.25.2", |
| 49 | + "@babel/preset-env": "^7.25.4", |
| 50 | + "@babel/preset-typescript": "^7.24.7", |
54 | 51 | "@biomejs/biome": "1.9.2",
|
55 |
| - "@changesets/cli": "^2.27.1", |
56 |
| - "@types/node": "^20.11.24", |
57 |
| - "@vitest/coverage-v8": "^1.3.1", |
| 52 | + "@changesets/cli": "^2.27.8", |
| 53 | + "@types/node": "^22.7.4", |
| 54 | + "@vitest/coverage-v8": "^2.1.1", |
58 | 55 | "babel-plugin-dev-expression": "^0.2.3",
|
59 | 56 | "babel-plugin-transform-define": "^2.1.4",
|
60 |
| - "lefthook": "^1.6.5", |
| 57 | + "lefthook": "^1.7.17", |
61 | 58 | "microbundle": "^0.15.1",
|
62 | 59 | "shx": "^0.3.4",
|
63 |
| - "typedoc": "^0.26.0", |
64 |
| - "typedoc-plugin-markdown": "^3.17.1", |
65 |
| - "typescript": "^5.3.3", |
| 60 | + "typedoc": "^0.26.7", |
| 61 | + "typedoc-plugin-markdown": "^4.2.8", |
| 62 | + "typescript": "^5.6.2", |
66 | 63 | "vite-plugin-babel": "^1.2.0"
|
67 | 64 | },
|
68 | 65 | "dependencies": {
|
69 |
| - "vitest": "^1.3.1" |
| 66 | + "vitest": "^2.1.1" |
70 | 67 | }
|
71 | 68 | }
|
0 commit comments