Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 22, 2024
1 parent c83efa0 commit 0a02011
Show file tree
Hide file tree
Showing 6 changed files with 356 additions and 79 deletions.
4 changes: 2 additions & 2 deletions apps/create-fuels-counter-guide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"@tanstack/react-query": "^5.29.2",
"dotenv": "^16.4.5",
"next": "14.2.2",
"react": "^18.2",
"react": "^18.3",
"react-dom": "^18.2",
"react-hot-toast": "^2.4.1",
"react-use": "^17.5.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.2",
"@types/react": "^18.3",
"@types/react-dom": "^18.2",
"autoprefixer": "^10.0.1",
"eslint": "^8",
Expand Down
4 changes: 2 additions & 2 deletions apps/demo-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"@fuels/vm-asm": "0.49.0",
"@types/node": "18.15.3",
"@types/react-dom": "18.2.4",
"@types/react": "18.2.9",
"@types/react": "18.3.2",
"fuels": "workspace:*",
"next": "14.2.2",
"react-dom": "18.2.0",
"react": "18.2.0",
"react": "18.3.1",
"typescript": "~5.2.2"
}
}
4 changes: 2 additions & 2 deletions apps/demo-react-cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"@fuels/vm-asm": "0.49.0",
"@testing-library/react": "^13.4.0",
"@types/node": "^16.18.34",
"@types/react": "^18.2.9",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.2.4",
"eslint-config-react-app": "^7.0.1",
"fuels": "workspace:*",
"react": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"typescript": "~5.2.2",
Expand Down
4 changes: 2 additions & 2 deletions apps/demo-react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"@fuels/vm-asm": "0.49.0",
"fuels": "workspace:*",
"react-dom": "^18.2.0",
"react": "^18.2.0"
"react": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.0.37",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
Expand Down
Loading

0 comments on commit 0a02011

Please sign in to comment.