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 Dec 5, 2024
1 parent 21eb5cd commit 218c520
Show file tree
Hide file tree
Showing 9 changed files with 868 additions and 733 deletions.
8 changes: 8 additions & 0 deletions .changeset/famous-trains-rest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@fuels/playwright-utils": patch
"@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.35.1",
"@fuels/react": "0.35.1",
"@fuels/connectors": "0.36.1",
"@fuels/react": "0.36.1",
"@tanstack/react-query": "5.28.4",
"fuels": "0.96.1",
"fuels": "0.97.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"events": "3.3.0",
"fake-indexeddb": "4.0.2",
"framer-motion": "10.16.4",
"fuels": "0.96.1",
"fuels": "0.97.0",
"json-edit-react": "1.13.3",
"json-rpc-2.0": "1.7.0",
"lodash.debounce": "4.0.8",
Expand All @@ -63,7 +63,7 @@
"devDependencies": {
"@crxjs/vite-plugin": "1.0.14",
"@fuel-wallet/types": "workspace:*",
"@fuels/connectors": "0.35.1",
"@fuels/connectors": "0.36.1",
"@playwright/test": "1.46.1",
"@sentry/cli": "2.33.1",
"@storybook/addon-a11y": "7.4.6",
Expand Down
6 changes: 4 additions & 2 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 @@ -37,7 +39,7 @@
"@fuel-wallet/types": "workspace:*",
"@types/uuid": "^9.0.5",
"blob-polyfill": "^7.0.20220408",
"fuels": "0.96.1",
"fuels": "0.97.0",
"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.35.1",
"@fuels/react": "0.35.1",
"@fuels/connectors": "0.36.1",
"@fuels/react": "0.36.1",
"@mdx-js/react": "2.3.0",
"@next/mdx": "14.2.12",
"@tanstack/react-query": "5.28.4",
Expand All @@ -27,7 +27,7 @@
"crypto-browserify": "3.12.0",
"dotenv": "^16.3.1",
"framer-motion": "^10.16.4",
"fuels": "0.96.1",
"fuels": "0.97.0",
"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 @@ -12,10 +12,10 @@
"preview": "vite preview"
},
"dependencies": {
"@fuels/connectors": "0.35.1",
"@fuels/react": "0.35.1",
"@fuels/connectors": "0.36.1",
"@fuels/react": "0.36.1",
"@tanstack/react-query": "5.28.4",
"fuels": "0.96.1",
"fuels": "0.97.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "^4.0.11",
Expand Down
10 changes: 6 additions & 4 deletions packages/playwright-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
}
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "pnpm ts:check && tsup",
"ts:check": "pnpm tsc --noEmit"
Expand All @@ -25,15 +27,15 @@
"adm-zip": "^0.5.10"
},
"devDependencies": {
"fuels": "0.96.1",
"@fuels/ts-config": "^0.23.0",
"@fuels/tsup-config": "^0.23.0",
"@playwright/test": "1.46.1",
"@types/adm-zip": "^0.5.3",
"fuels": "0.97.0",
"tsup": "^7.2.0"
},
"peerDependencies": {
"fuels": ">=0.96.1",
"@playwright/test": ">=1.46.1"
"@playwright/test": ">=1.46.1",
"fuels": ">=0.96.1"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"dexie": "4.0.9",
"fuels": "0.96.1",
"fuels": "0.97.0",
"json-rpc-2.0": "1.7.0",
"tsup": "^7.2.0"
}
Expand Down
1,553 changes: 838 additions & 715 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 218c520

Please sign in to comment.