Skip to content

Commit

Permalink
chore: refine node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko committed Dec 5, 2024
1 parent cf72df9 commit 6d669c6
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 191 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"@tsconfig/cypress": "^1.0.1",
"@types/eslint": "^8.44.2",
"@types/jest": "^29.5.4",
"@types/node": "^20.12.12",
"@types/node": "^22.10.1",
"@types/rosie": "^0.0.45",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/uuid": "^9.0.3",
Expand Down Expand Up @@ -186,7 +186,7 @@
}
},
"engines": {
"node": "20.x || >=22",
"node": ">=22",
"npm": ">=6",
"pnpm": ">=8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages-backend/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@babel/runtime": "^7.22.15",
"@babel/runtime-corejs3": "^7.22.15",
"@types/express": "^4.17.17",
"@types/node": "^20.12.12",
"@types/node": "^22.10.1",
"express": "4.20.0",
"express-jwt": "8.4.1",
"jwks-rsa": "2.1.5"
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@commercetools-test-data/commons": "8.5.0",
"@formatjs/cli": "6.2.12",
"@types/jest": "^29.5.4",
"@types/node": "^20.12.12",
"@types/node": "^22.10.1",
"@types/testing-library__jest-dom": "^5.14.9",
"@vercel/node": "^2.15.10",
"dotenv-flow": "^4.0.0",
Expand Down
Loading

0 comments on commit 6d669c6

Please sign in to comment.