Skip to content

Commit

Permalink
Renovate Node.js to >=20.16.0 (#376)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 29, 2024
1 parent 5d66f35 commit bec887f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ~~ Generated by projen. To modify, edit .projenrc.js and run "pn pj".

[tools]
node = "20.15.1"
node = "20.16.0"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"typecheck": "tsc --noEmit"
},
"engines": {
"node": ">=20.15.1"
"node": ">=20.16.0"
},
"dependencies": {
"@eslint-react/eslint-plugin": "^1.5.28",
Expand Down Expand Up @@ -82,7 +82,7 @@
},
"devDependencies": {
"@types/eslint": "^8.56.11",
"@types/node": "^20.14.11",
"@types/node": "^20.14.13",
"@types/react": "^18.3.3",
"@types/semver": "^7.5.8"
},
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 bec887f

Please sign in to comment.