Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: updating packages to tag rc-2485
Browse files Browse the repository at this point in the history
github-actions[bot] committed Jun 10, 2024
1 parent 4a20b3d commit 50526e9
Showing 8 changed files with 2,705 additions and 2,079 deletions.
7 changes: 7 additions & 0 deletions .changeset/selfish-guests-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@fuel-wallet/connections": patch
"@fuel-wallet/types": patch
"fuels-wallet": patch
---

ci: update to tag rc-2485
2 changes: 1 addition & 1 deletion examples/cra-dapp/package.json
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
"@fuels/connectors": "0.5.0",
"@fuels/react": "0.21.0",
"@tanstack/react-query": "5.28.4",
"fuels": "pr-2479",
"fuels": "0.0.0-rc-2485-20240610102215",
"react": "18.2.0",
"react-dom": "18.2.0"
},
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@
"events": "3.3.0",
"fake-indexeddb": "4.0.2",
"framer-motion": "10.16.4",
"fuels": "pr-2479",
"fuels": "0.0.0-rc-2485-20240610102215",
"json-rpc-2.0": "1.7.0",
"lodash.debounce": "4.0.8",
"react": "18.2.0",
6 changes: 4 additions & 2 deletions packages/connections/package.json
Original file line number Diff line number Diff line change
@@ -19,7 +19,9 @@
}
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "pnpm ts:check && tsup",
"ts:check": "tsc --noEmit"
@@ -39,7 +41,7 @@
"@fuels/connectors": "0.5.0",
"@types/uuid": "^9.0.5",
"blob-polyfill": "^7.0.20220408",
"fuels": "pr-2479",
"fuels": "0.0.0-rc-2485-20240610102215",
"jest-environment-jsdom": "29.6.2",
"tsup": "^7.2.0",
"undici": "^6.4.0",
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
"acorn-walk": "^8.2.0",
"dotenv": "^16.3.1",
"framer-motion": "^10.16.4",
"fuels": "pr-2479",
"fuels": "0.0.0-rc-2485-20240610102215",
"globby": "^13.2.2",
"gray-matter": "^4.0.3",
"hast-util-heading-rank": "^3.0.0",
2 changes: 1 addition & 1 deletion packages/e2e-contract-tests/package.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
"@fuels/connectors": "0.5.0",
"@fuels/react": "0.21.0",
"@tanstack/react-query": "5.28.4",
"fuels": "pr-2479",
"fuels": "0.0.0-rc-2485-20240610102215",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
},
"devDependencies": {
"@fuels/connectors": "0.5.0",
"fuels": "pr-2479",
"fuels": "0.0.0-rc-2485-20240610102215",
"tsup": "^7.2.0"
}
}
4,761 changes: 2,689 additions & 2,072 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 50526e9

Please sign in to comment.