Bump typescript from 3.8.3 to 4.3.5 (#9)

* Bump typescript from 3.8.3 to 4.3.5

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.8.3 to 4.3.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.8.3...v4.3.5)

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

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

* Bump typescript from 3.8.3 to 4.3.5

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.8.3 to 4.3.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.8.3...v4.3.5)

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

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

* update index.js

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MOREL Matthieu <matthieu.morel@cnp.fr>
This commit is contained in:
dependabot[bot] 2021-07-24 09:24:27 +02:00 committed by GitHub
parent 622d3b015b
commit 92864e26e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 59 additions and 20 deletions

View file

@ -48,6 +48,6 @@
"jest-circus": "^27.0.6",
"prettier": "^2.3.2",
"ts-jest": "^25.3.1",
"typescript": "^3.8.3"
"typescript": "^4.3.5"
}
}