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 Jan 30, 2024
1 parent a41c8be commit d1c87b1
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 31 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/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.126",
"@types/node": "^18.18.0",
"@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.3.1",
"@types/aws-lambda": "^8.10.126",
"@types/node": "^18.18.0",
"@types/node": "^20.0.0",
"astro": "^4.2.4",
"aws-lambda": "^1.0.7",
"eslint": "^8.53.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.0",
"@types/node": "^20.0.0",
"aws-cdk-lib": "^2.109.0",
"constructs": "^10.3.0",
"eslint": "^8.53.0",
Expand Down
57 changes: 31 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0"
},
"devDependencies": {
"@types/node": "^18.18.0",
"@types/node": "^20.0.0",
"eslint": "^8.53.0",
"prettier": "^3.1.0",
"tsx": "^4.1.2",
Expand Down

0 comments on commit d1c87b1

Please sign in to comment.