|
20 | 20 | "changeset-publish": "pnpm build && changeset publish" |
21 | 21 | }, |
22 | 22 | "devDependencies": { |
23 | | - "@babel/cli": "^7.24.5", |
24 | | - "@babel/core": "^7.24.5", |
25 | | - "@babel/plugin-transform-export-namespace-from": "^7.24.1", |
26 | | - "@babel/plugin-transform-modules-commonjs": "^7.24.1", |
| 23 | + "@babel/cli": "^7.24.6", |
| 24 | + "@babel/core": "^7.24.6", |
| 25 | + "@babel/plugin-transform-export-namespace-from": "^7.24.6", |
| 26 | + "@babel/plugin-transform-modules-commonjs": "^7.24.6", |
27 | 27 | "@changesets/changelog-github": "^0.5.0", |
28 | 28 | "@changesets/cli": "^2.27.3", |
29 | 29 | "@effect/build-utils": "^0.7.6", |
30 | 30 | "@effect/docgen": "^0.4.3", |
31 | 31 | "@effect/dtslint": "^0.1.0", |
32 | 32 | "@effect/eslint-plugin": "^0.1.2", |
33 | 33 | "@effect/language-service": "^0.1.0", |
34 | | - "@effect/vitest": "^0.5.2", |
| 34 | + "@effect/vitest": "^0.5.5", |
35 | 35 | "@types/node": "^20.12.12", |
36 | 36 | "@types/swagger-ui-dist": "^3.30.4", |
37 | 37 | "@typescript-eslint/eslint-plugin": "^7.10.0", |
|
45 | 45 | "eslint-plugin-import": "^2.29.1", |
46 | 46 | "eslint-plugin-simple-import-sort": "^12.1.0", |
47 | 47 | "eslint-plugin-sort-destructure-keys": "^2.0.0", |
48 | | - "glob": "^10.3.16", |
| 48 | + "glob": "^10.4.1", |
49 | 49 | "madge": "^7.0.0", |
50 | 50 | "prettier": "^3.2.5", |
51 | 51 | "rimraf": "^5.0.7", |
52 | | - "tsx": "^4.10.5", |
| 52 | + "tsx": "^4.11.0", |
53 | 53 | "typescript": "^5.4.5", |
54 | 54 | "vitest": "^1.6.0" |
55 | 55 | }, |
|
0 commit comments