Skip to content

Commit

Permalink
Bump TypeScript min requirement to version 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti authored and mikearnaldi committed Apr 16, 2024
1 parent d50a652 commit 9a3bd47
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-pianos-sin.md
@@ -0,0 +1,5 @@
---
"effect": minor
---

Bump TypeScript min requirement to version 5.4
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ Welcome to Effect, a powerful TypeScript framework that provides a fully-fledged

# Requirements

- TypeScript 5.0 or newer
- TypeScript 5.4 or newer
- The `strict` flag enabled in your `tsconfig.json` file

```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -44,7 +44,7 @@
"@edge-runtime/vm": "^3.2.0",
"@effect/build-utils": "^0.7.6",
"@effect/docgen": "^0.3.8",
"@effect/dtslint": "^0.0.5",
"@effect/dtslint": "^0.1.0",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.1.0",
"@types/node": "^20.11.30",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9a3bd47

Please sign in to comment.