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 Jul 28, 2024
1 parent a715ad6 commit 00fdb8a
Show file tree
Hide file tree
Showing 8 changed files with 5,910 additions and 2,927 deletions.
7 changes: 7 additions & 0 deletions .changeset/green-yaks-switch.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 latest
6 changes: 3 additions & 3 deletions examples/cra-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"start": "vite"
},
"dependencies": {
"@fuels/connectors": "0.5.0",
"@fuels/react": "0.21.0",
"@fuels/connectors": "0.9.0",
"@fuels/react": "0.20.0",
"@tanstack/react-query": "5.28.4",
"fuels": "pr-2479",
"fuels": "0.92.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@fuel-wallet/connections": "workspace:*",
"@fuels/assets": "0.20.0",
"@fuels/local-storage": "0.20.0",
"@fuels/react": "0.21.0",
"@fuels/react": "0.20.0",
"@fuels/react-xstore": "0.20.0",
"@hookform/resolvers": "3.3.2",
"@react-aria/utils": "3.21.0",
Expand All @@ -45,7 +45,7 @@
"events": "3.3.0",
"fake-indexeddb": "4.0.2",
"framer-motion": "10.16.4",
"fuels": "pr-2479",
"fuels": "0.92.1",
"json-rpc-2.0": "1.7.0",
"lodash.debounce": "4.0.8",
"react": "18.2.0",
Expand All @@ -63,7 +63,7 @@
"devDependencies": {
"@crxjs/vite-plugin": "1.0.14",
"@fuel-wallet/types": "workspace:*",
"@fuels/connectors": "0.5.0",
"@fuels/connectors": "0.9.0",
"@playwright/test": "1.39.0",
"@sentry/cli": "2.21.2",
"@storybook/addon-a11y": "7.4.6",
Expand Down
8 changes: 5 additions & 3 deletions packages/connections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
}
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "pnpm ts:check && tsup",
"ts:check": "tsc --noEmit"
Expand All @@ -36,10 +38,10 @@
},
"devDependencies": {
"@fuel-wallet/types": "workspace:*",
"@fuels/connectors": "0.5.0",
"@fuels/connectors": "0.9.0",
"@types/uuid": "^9.0.5",
"blob-polyfill": "^7.0.20220408",
"fuels": "pr-2479",
"fuels": "0.92.1",
"jest-environment-jsdom": "29.6.2",
"tsup": "^7.2.0",
"undici": "^6.4.0",
Expand Down
6 changes: 3 additions & 3 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.5.0",
"@fuels/react": "0.21.0",
"@fuels/connectors": "0.9.0",
"@fuels/react": "0.20.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "14.2.3",
"@tanstack/react-query": "5.28.4",
Expand All @@ -26,7 +26,7 @@
"acorn-walk": "^8.2.0",
"dotenv": "^16.3.1",
"framer-motion": "^10.16.4",
"fuels": "pr-2479",
"fuels": "0.92.1",
"globby": "^13.2.2",
"gray-matter": "^4.0.3",
"hast-util-heading-rank": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/e2e-contract-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"preview": "vite preview"
},
"dependencies": {
"@fuels/connectors": "0.5.0",
"@fuels/react": "0.21.0",
"@fuels/connectors": "0.9.0",
"@fuels/react": "0.20.0",
"@tanstack/react-query": "5.28.4",
"fuels": "pr-2479",
"fuels": "0.92.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"fuels": ">=0.88.1"
},
"devDependencies": {
"@fuels/connectors": "0.5.0",
"fuels": "pr-2479",
"@fuels/connectors": "0.9.0",
"fuels": "0.92.1",
"tsup": "^7.2.0"
}
}
Loading

0 comments on commit 00fdb8a

Please sign in to comment.