Skip to content

Commit

Permalink
chore(deps): update node.js to v20.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent b3c7fa7 commit 3736b8e
Show file tree
Hide file tree
Showing 7 changed files with 88 additions and 250 deletions.
4 changes: 2 additions & 2 deletions localenv/mock-account-servicing-entity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@remix-run/node": "^2.6.0",
"@remix-run/react": "^2.6.0",
"@remix-run/serve": "^2.6.0",
"@types/node": "^18.7.12",
"@types/node": "^20.17.6",
"@types/uuid": "^9.0.8",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
Expand All @@ -38,6 +38,6 @@
"tailwindcss": "^3.4.1"
},
"engines": {
"node": "20"
"node": "20.18.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository": "https://github.com/interledger/rafiki",
"engines": {
"pnpm": "^8.15.4",
"node": "20"
"node": "20.18.0"
},
"packageManager": "[email protected]",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@remix-run/dev": "^2.13.1",
"@remix-run/eslint-config": "^2.13.1",
"@tailwindcss/forms": "^0.5.9",
"@types/node": "^20.12.5",
"@types/node": "^20.17.6",
"@types/qs": "^6.9.14",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.22",
Expand All @@ -52,6 +52,6 @@
"tailwindcss": "^3.4.1"
},
"engines": {
"node": "20"
"node": "20.18.0"
}
}
2 changes: 1 addition & 1 deletion packages/mock-account-service-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "jest"
},
"devDependencies": {
"@types/node": "^18.7.12",
"@types/node": "^20.17.6",
"@types/uuid": "^9.0.8"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/token-introspection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test:sincemain:cov": "pnpm test:sincemain --coverage"
},
"devDependencies": {
"@types/node": "^18.7.12",
"@types/node": "^20.17.6",
"nock": "^13.5.5",
"openapi-typescript": "^6.7.5"
},
Expand Down
Loading

0 comments on commit 3736b8e

Please sign in to comment.