|
40 | 40 | "test:full": "pnpm run test --run && pnpm run build && pnpm run test:build --run"
|
41 | 41 | },
|
42 | 42 | "dependencies": {
|
43 |
| - "@babel/parser": "^7.24.5", |
44 |
| - "@babel/types": "^7.24.5", |
| 43 | + "@babel/parser": "^7.24.7", |
| 44 | + "@babel/types": "^7.24.7", |
45 | 45 | "source-map-js": "^1.2.0"
|
46 | 46 | },
|
47 | 47 | "devDependencies": {
|
48 |
| - "@types/node": "^20.12.7", |
49 |
| - "@vitest/coverage-v8": "^1.5.3", |
50 |
| - "@vitest/ui": "^1.5.3", |
| 48 | + "@types/node": "^20.14.4", |
| 49 | + "@vitest/coverage-v8": "^1.6.0", |
| 50 | + "@vitest/ui": "^1.6.0", |
51 | 51 | "ast-types": "^0.16.1",
|
52 | 52 | "changelogen": "^0.5.5",
|
53 | 53 | "eslint": "^8.57.0",
|
54 |
| - "eslint-config-unjs": "^0.2.1", |
| 54 | + "eslint-config-unjs": "^0.3.2", |
55 | 55 | "esno": "^4.7.0",
|
56 | 56 | "giget": "^1.2.3",
|
57 |
| - "lint-staged": "^15.2.2", |
| 57 | + "lint-staged": "^15.2.7", |
58 | 58 | "magicast": "workspace:*",
|
59 |
| - "prettier": "^3.2.5", |
60 |
| - "recast": "^0.23.6", |
| 59 | + "prettier": "^3.3.2", |
| 60 | + "recast": "^0.23.9", |
61 | 61 | "simple-git-hooks": "^2.11.1",
|
62 | 62 | "source-map": "npm:source-map-js@latest",
|
63 | 63 | "typescript": "^5.4.5",
|
64 | 64 | "unbuild": "^2.0.0",
|
65 |
| - "vitest": "^1.5.3" |
| 65 | + "vitest": "^1.6.0" |
66 | 66 | },
|
67 | 67 | "resolutions": {
|
68 | 68 | "source-map": "npm:source-map-js@latest"
|
|
0 commit comments