Skip to content

Commit

Permalink
docs-ts 0.8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
samhh committed Oct 24, 2023
1 parent e4f2f82 commit e18634d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/jsdom": "^21.1.1",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"docs-ts": "^0.7.2",
"docs-ts": "^0.8.0",
"eslint": "^8.0.1",
"eslint-plugin-functional": "^6.0.0",
"fast-check": "^3.1.2",
Expand Down
17 changes: 6 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1447,14 +1447,14 @@ dir-glob@^3.0.1:
dependencies:
path-type "^4.0.0"

docs-ts@^0.7.2:
version "0.7.2"
resolved "https://registry.yarnpkg.com/docs-ts/-/docs-ts-0.7.2.tgz#ee4f34a1f9d11a91bd37d2cae7a0952b8e6efdfd"
integrity sha512-9zydJV84gi0imZWdVPHHqar7yIx6wRpwRHc4aJ3pw9vov/4pAmjfEPPE5gXRtiPFf+3WqOrE4qC6ih1kBJGl9w==
docs-ts@^0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/docs-ts/-/docs-ts-0.8.0.tgz#48e43a9d38ac5ee1c6354e5fb80706175c9db411"
integrity sha512-Z++SYRAoJJnWrLZNHKkalIyroJQAppqnfrjoc8pmAr/k3wxZvl7YFd9mocVEAhIZwUEkzUl6luBaAlsJip3sdw==
dependencies:
chalk "^2.4.2"
doctrine "^3.0.0"
fp-ts "^2.13.2"
fp-ts "^2.15.0"
fs-extra "^7.0.1"
glob "^7.1.6"
io-ts "^2.2.20"
Expand Down Expand Up @@ -1798,12 +1798,7 @@ fp-ts-laws@^0.3.0:
resolved "https://registry.yarnpkg.com/fp-ts-laws/-/fp-ts-laws-0.3.0.tgz#428639e087081317cdbf96fc7958449fb8c42602"
integrity sha512-uCLBnZq429UDYIx7TDsKmIOXQvgVfEFJMDBbJ2OljpW19cCEF+UgwoGnTfq6AYkHofFlkd6t0p3a9HB1OXTiaA==

fp-ts@^2.13.2:
version "2.15.0"
resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-2.15.0.tgz#ed1ff6fc9a072176ec2310e20e814077bb391545"
integrity sha512-3o6EllAvGuCsDgjM+frscLKDRPR9pqbrg13tJ13z86F4eni913kBV8h85rM6zpu2fEvJ8RWA0ouYlUWwHEmxTg==

fp-ts@^2.16.0:
fp-ts@^2.15.0, fp-ts@^2.16.0:
version "2.16.1"
resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-2.16.1.tgz#6abc401ce42b65364ca8f0b0d995c5840c68a930"
integrity sha512-by7U5W8dkIzcvDofUcO42yl9JbnHTEDBrzu3pt5fKT+Z4Oy85I21K80EYJYdjQGC2qum4Vo55Ag57iiIK4FYuA==
Expand Down

0 comments on commit e18634d

Please sign in to comment.