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 Mar 7, 2024
1 parent ff0963d commit 9820ada
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 @@ -36,7 +36,7 @@
},
"devDependencies": {
"@astro-aws/adapter": "workspace:^",
"@types/node": "^18.18.0",
"@types/node": "^20.0.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@astro-aws/scripts": "workspace:^",
"@types/aws-lambda": "^8.10.136",
"@types/node": "^18.18.4",
"@types/node": "^20.0.0",
"eslint-config-get-off-my-lawn": "^7.2.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@astro-aws/scripts": "workspace:^",
"@faker-js/faker": "^8.4.1",
"@types/aws-lambda": "^8.10.136",
"@types/node": "^18.18.4",
"@types/node": "^20.0.0",
"astro": "^4.4.13",
"aws-lambda": "^1.0.7",
"eslint": "^8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"@types/node": "^20.0.0",
"aws-cdk-lib": "^2.131.0",
"constructs": "^10.3.0",
"eslint": "^8.57.0",
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.1",
Expand Down

0 comments on commit 9820ada

Please sign in to comment.