This repository has been archived on 2023-05-29. You can view files and clone it, but cannot push or open issues or pull requests.
fp-ts-training/package.json
dependabot[bot] f5babc5737
Bump typescript from 4.9.3 to 4.9.4 (#106)
* Bump typescript from 4.9.3 to 4.9.4

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.3 to 4.9.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.3...v4.9.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* 🙈 Ignore install-state

* ⬆️ Upgrade yarn

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Beg <a.behaghel@inato.com>
2022-12-23 09:27:51 +01:00

34 lines
835 B
JSON

{
"name": "fp-ts-training",
"version": "1.0.0",
"description": "Learning fp-ts while having fun",
"author": "Hugo Saracino <hugo@inato.com>",
"private": true,
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git+https://github.com/inato/fp-ts-training.git"
},
"homepage": "https://github.com/inato/fp-ts-training",
"scripts": {
"build": "yarn tsc -b",
"test": "jest --runInBand",
"test:watch": "jest --runInBand --watch"
},
"dependencies": {
"decod": "^6.1.6",
"fp-ts": "^2.13.1",
"tslib": "^2.4.1"
},
"devDependencies": {
"@types/jest": "^29.2.3",
"@types/node": "^18.11.17",
"eslint": "^8.28.0",
"eslint-plugin-fp": "^2.3.0",
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"typescript": "^4.9.4"
},
"packageManager": "yarn@3.3.1"
}