Skip to content

Commit

Permalink
build(deps): bump @types/node from 20.14.11 to 22.2.0 (#2906)
Browse files Browse the repository at this point in the history
* build(deps): bump @types/node from 20.14.11 to 22.2.0

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.11 to 22.2.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* build: update dependency changeset

* Update .changeset/five-cycles-live.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Anderson Arboleya <[email protected]>
  • Loading branch information
3 people committed Aug 13, 2024
1 parent f75b673 commit 60b50d1
Show file tree
Hide file tree
Showing 8 changed files with 185 additions and 229 deletions.
5 changes: 5 additions & 0 deletions .changeset/five-cycles-live.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-fuels": patch
---

build(deps): bump @types/node from 20.14.11 to 22.2.0
2 changes: 1 addition & 1 deletion apps/create-fuels-counter-guide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react-use": "^17.5.1"
},
"devDependencies": {
"@types/node": "^20.14.11",
"@types/node": "^22.2.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3",
"autoprefixer": "^10.4.20",
Expand Down
2 changes: 1 addition & 1 deletion apps/demo-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@fuels/vm-asm": "0.55.0",
"@types/node": "^20.14.11",
"@types/node": "^22.2.0",
"@types/react-dom": "^18.3",
"@types/react": "^18.3.3",
"fuels": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/demo-react-cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@fuels/vm-asm": "0.55.0",
"@testing-library/react": "^16.0.0",
"@types/node": "^20.14.11",
"@types/node": "^22.2.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3",
"eslint-config-react-app": "^7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/demo-wallet-sdk-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.14.11",
"@types/node": "^22.2.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3",
"autoprefixer": "^10.4.20",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@internal/tsup": "workspace:*",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@playwright/test": "^1.45.3",
"@types/node": "^20.14.11",
"@types/node": "^22.2.0",
"@types/node-fetch": "^2.6.11",
"@types/web": "^0.0.153",
"@typescript-eslint/eslint-plugin": "^6.9.0",
Expand Down
397 changes: 174 additions & 223 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react-use": "^17.5.1"
},
"devDependencies": {
"@types/node": "^20.14.11",
"@types/node": "^22.2.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3",
"autoprefixer": "^10.4.20",
Expand Down

0 comments on commit 60b50d1

Please sign in to comment.