Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.2.2 (biaw#182)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency typescript to v5.2.2

* fix: tsc v5.2.2

Signed-off-by: Promise <[email protected]>

---------

Signed-off-by: Promise <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Promise <[email protected]>
  • Loading branch information
renovate[bot] and promise authored Aug 25, 2023
1 parent 5559ed5 commit 8bae48f
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@tsconfig/strictest": "2.0.1",
"eslint": "8.47.0",
"eslint-config-promise": "github:promise/eslint-config",
"typescript": "5.1.6",
"typescript": "5.2.2",
"wrangler": "3.6.0"
},
"eslintConfig": {
Expand Down
78 changes: 39 additions & 39 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"outDir": "./build",
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "NodeNext",
"moduleResolution": "Bundler",
"lib": ["ESNext"],
"types": ["@cloudflare/workers-types/2022-11-30"]
}
Expand Down

0 comments on commit 8bae48f

Please sign in to comment.