Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent 942d062 commit c933483
Show file tree
Hide file tree
Showing 7 changed files with 2,530 additions and 6,108 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"rimraf": "^5.0.5"
},
"engines": {
"node": "18.x"
"node": "20.x"
}
}
4 changes: 2 additions & 2 deletions apps/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
},
"devDependencies": {
"@astro-aws/scripts": "workspace:^",
"@types/node": "^18.18.0",
"@types/node": "^20.0.0",
"eslint-config-get-off-my-lawn": "^7.2.0"
},
"engines": {
"node": "18.x"
"node": "20.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 @@ -56,6 +56,6 @@
"typescript": "^5.2.2"
},
"engines": {
"node": "18.x"
"node": "20.x"
}
}
4 changes: 2 additions & 2 deletions packages/adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@astro-aws/scripts": "workspace:^",
"@faker-js/faker": "^8.1.0",
"@types/aws-lambda": "^8.10.124",
"@types/node": "^18.18.0",
"@types/node": "^20.0.0",
"astro": "^3.2.4",
"aws-lambda": "^1.0.7",
"eslint": "^8.51.0",
Expand All @@ -68,7 +68,7 @@
"astro": ">=1"
},
"engines": {
"node": "18.x"
"node": "20.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 @@ -36,7 +36,7 @@
},
"devDependencies": {
"@astro-aws/scripts": "workspace:^",
"@types/node": "^18.18.0",
"@types/node": "^20.0.0",
"aws-cdk-lib": "^2.100.0",
"constructs": "^10.3.0",
"eslint": "^8.51.0",
Expand All @@ -48,7 +48,7 @@
"constructs": "^10.1.0"
},
"engines": {
"node": "18.x"
"node": "20.x"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit c933483

Please sign in to comment.