Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v18 (#4516)
Browse files Browse the repository at this point in the history
Co-authored-by: live-github-bot[bot] <105061298+live-github-bot[bot]@users.noreply.github.com>
  • Loading branch information
live-github-bot[bot] authored Aug 29, 2023
1 parent 1a3205b commit 52bb460
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 82 deletions.
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@ledgerhq/types-live": "workspace:^",
"@types/command-line-args": "^5.2.0",
"@types/lodash": "^4.14.177",
"@types/node": "^17.0.15",
"@types/node": "^18.0.0",
"@types/pako": "^2.0.0",
"ts-node": "^10.4.0"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/test-utils/dummy-live-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"cross-env": "^7.0.3",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/node": "^18.0.0",
"@types/react": "^17.0.53",
"@types/react-dom": "^17.0.9"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/test-utils/dummy-wallet-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"cross-env": "^7.0.3",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/node": "^18.0.0",
"@types/react": "^17.0.53",
"@types/react-dom": "^17.0.9"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/ui/packages/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"@svgr/plugin-jsx": "^5.5.0",
"@svgr/plugin-svgo": "^5.5.0",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/node": "^17.0.31",
"@types/node": "^18.0.0",
"@types/prop-types": "^15.7.5",
"@types/react": "^17.0.53",
"@types/react-native": "0.71.5",
Expand Down
102 changes: 25 additions & 77 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 tools/github-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/jest": "^27.5.1",
"@types/node": "^14.14.19",
"@types/node": "^18.0.0",
"jest": "^28.1.0",
"nock": "^13.0.5",
"nodemon": "^3.0.0",
Expand Down

1 comment on commit 52bb460

@vercel
Copy link

@vercel vercel bot commented on 52bb460 Aug 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ledger-live-github-bot – ./tools/github-bot

ledger-live-github-bot-ledgerhq.vercel.app
ledger-live-github-bot-git-develop-ledgerhq.vercel.app
ledger-live-github-bot.vercel.app

Please sign in to comment.