Skip to content

chore: upgrade nodejs tooling #14134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Aug 2, 2024
Prev Previous commit
Next Next commit
Rollback non ws related settings
  • Loading branch information
BrunoQuaresma committed Aug 2, 2024
commit 2add3e6b4bb034e417cb517d3cfcce6a37abfb79
4 changes: 2 additions & 2 deletions offlinedocs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@types/lodash": "4.14.196",
"@types/node": "22.1.0",
"@types/node": "18.19.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"eslint": "8.56.0",
Expand All @@ -41,6 +41,6 @@
},
"engines": {
"npm": ">=9.0.0 <10.0.0",
"node": ">=20.0.0 <21.0.0"
"node": ">=18.0.0 <19.0.0"
}
}
Loading
Loading