Skip to content

Commit

Permalink
chore(deps): update dependency node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 9, 2024
1 parent 48e4410 commit 488e240
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18
nodejs 20
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@astro-aws/adapter": "workspace:^",
"@types/node": "^18.18.0",
"@types/node": "^20.0.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"starlight-links-validator": "^0.7.1"
Expand Down
2 changes: 1 addition & 1 deletion apps/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@astro-aws/scripts": "workspace:^",
"@types/aws-lambda": "^8.10.137",
"@types/node": "^18.18.4"
"@types/node": "^20.0.0"
},
"engines": {
"node": "18.x || 20.x"
Expand Down
2 changes: 1 addition & 1 deletion 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.137",
"@types/node": "^18.18.4",
"@types/node": "^20.0.0",
"astro": "^4.5.17",
"aws-lambda": "^1.0.7",
"prettier": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion 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": "^20.0.0",
"aws-cdk-lib": "^2.136.0",
"constructs": "^10.3.0",
"prettier": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"globby": "^14.0.1"
},
"devDependencies": {
"@types/node": "^18.18.4",
"@types/node": "^20.0.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"tsx": "^4.7.2",
Expand Down

0 comments on commit 488e240

Please sign in to comment.