Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent f60e696 commit bc8716e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18
nodejs 22
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
},
"devDependencies": {
"@astro-aws/adapter": "workspace:^",
"@types/node": "^18.18.0",
"@types/node": "^22.0.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"starlight-links-validator": "^0.9.1"
},
"engines": {
"node": "18.x || 20.x"
"node": "18.x || 20.x || 22.x"
}
}
4 changes: 2 additions & 2 deletions apps/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"devDependencies": {
"@astro-aws/scripts": "workspace:^",
"@types/aws-lambda": "^8.10.141",
"@types/node": "^18.18.4"
"@types/node": "^22.0.0"
},
"engines": {
"node": "18.x || 20.x"
"node": "18.x || 20.x || 22.x"
},
"cli": {
"clean": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"typescript": "^5.5.3"
},
"engines": {
"node": "18.x || 20.x"
"node": "18.x || 20.x || 22.x"
},
"trustedDependencies": [
"esbuild",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@astro-aws/scripts": "workspace:^",
"@faker-js/faker": "^8.4.1",
"@types/aws-lambda": "^8.10.141",
"@types/node": "^18.18.4",
"@types/node": "^22.0.0",
"astro": "^4.11.6",
"aws-lambda": "^1.0.7",
"prettier": "^3.3.3",
Expand All @@ -88,7 +88,7 @@
"astro": ">=4"
},
"engines": {
"node": "18.x || 20.x"
"node": "18.x || 20.x || 22.x"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/constructs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@astro-aws/scripts": "workspace:^",
"@types/node": "^18.18.4",
"@types/node": "^22.0.0",
"aws-cdk-lib": "^2.149.0",
"constructs": "^10.3.0",
"prettier": "^3.3.3",
Expand All @@ -41,7 +41,7 @@
"constructs": "^10.1.0"
},
"engines": {
"node": "18.x || 20.x"
"node": "18.x || 20.x || 22.x"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"globby": "^14.0.2"
},
"devDependencies": {
"@types/node": "^18.18.4",
"@types/node": "^22.0.0",
"eslint": "^9.7.0",
"prettier": "^3.3.3",
"tsx": "^4.16.2",
Expand All @@ -44,6 +44,6 @@
"typescript": "^5.2.2"
},
"engines": {
"node": "18.x || 20.x"
"node": "18.x || 20.x || 22.x"
}
}

0 comments on commit bc8716e

Please sign in to comment.