Skip to content

Commit

Permalink
feat: updating packages to tag latest
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 19, 2024
1 parent 9e71031 commit e2dd5c3
Show file tree
Hide file tree
Showing 6 changed files with 1,485 additions and 290 deletions.
5 changes: 5 additions & 0 deletions .changeset/strong-bees-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"fuels-wallet": patch
---

ci: update to tag latest
4 changes: 2 additions & 2 deletions examples/cra-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"start": "vite"
},
"dependencies": {
"@fuels/connectors": "0.35.1",
"@fuels/react": "0.35.1",
"@fuels/connectors": "0.36.0",
"@fuels/react": "0.36.0",
"@tanstack/react-query": "5.28.4",
"fuels": "0.96.1",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"devDependencies": {
"@crxjs/vite-plugin": "1.0.14",
"@fuel-wallet/types": "workspace:*",
"@fuels/connectors": "0.35.1",
"@fuels/connectors": "0.36.0",
"@playwright/test": "1.46.1",
"@sentry/cli": "2.33.1",
"@storybook/addon-a11y": "7.4.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@fuel-ui/css": "0.23.3",
"@fuel-ui/icons": "0.23.3",
"@fuel-ui/react": "0.23.3",
"@fuels/connectors": "0.35.1",
"@fuels/react": "0.35.1",
"@fuels/connectors": "0.36.0",
"@fuels/react": "0.36.0",
"@mdx-js/react": "2.3.0",
"@next/mdx": "14.2.12",
"@tanstack/react-query": "5.28.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e-contract-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"preview": "vite preview"
},
"dependencies": {
"@fuels/connectors": "0.35.1",
"@fuels/react": "0.35.1",
"@fuels/connectors": "0.36.0",
"@fuels/react": "0.36.0",
"@tanstack/react-query": "5.28.4",
"fuels": "0.96.1",
"react": "18.3.1",
Expand Down
Loading

0 comments on commit e2dd5c3

Please sign in to comment.