Skip to content

Commit

Permalink
update dependencies (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubhy authored Nov 10, 2023
1 parent 3d0c8de commit 16fc976
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 295 deletions.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-days-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/docgen": patch
---

Updated dependencies
29 changes: 10 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"docgen": "tsx src/bin.ts"
},
"dependencies": {
"@effect/platform-node": "^0.28.2",
"@effect/schema": "^0.47.2",
"@effect/platform-node": "^0.29.0",
"@effect/schema": "^0.47.3",
"chalk": "^5.3.0",
"doctrine": "^3.0.0",
"effect": "2.0.0-next.54",
Expand All @@ -58,36 +58,27 @@
"@changesets/cli": "^2.26.2",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.0.21",
"@effect/platform-node": "^0.28.2",
"@effect/schema": "^0.47.2",
"@types/doctrine": "0.0.8",
"@types/doctrine": "0.0.9",
"@types/glob": "^8.1.0",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitest/coverage-v8": "^0.34.6",
"chalk": "^5.3.0",
"doctrine": "^3.0.0",
"effect": "2.0.0-next.54",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "^0.17.0",
"eslint-plugin-codegen": "^0.18.1",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"glob": "^10.3.10",
"markdown-toc": "github:effect-ts/markdown-toc",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"ts-morph": "^20.0.0",
"tsx": "^3.14.0",
"tsx": "^4.1.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vitest": "^0.34.6"
},
"peerDependencies": {
"tsx": "^3.14.0",
"tsx": "^4.1.0",
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit 16fc976

Please sign in to comment.