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 17, 2024
1 parent d9c0624 commit f583538
Show file tree
Hide file tree
Showing 19 changed files with 2,652 additions and 1,146 deletions.
18 changes: 18 additions & 0 deletions .changeset/slimy-suns-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
"@fuel-connectors/burner-wallet-connector": patch
"@fuel-connectors/fuel-development-wallet": patch
"@fuel-connectors/walletconnect-connector": patch
"@fuel-connectors/solana-connector": patch
"@fuel-connectors/evm-predicates": patch
"@fuel-connectors/evm-connector": patch
"@fuel-connectors/fuelet-wallet": patch
"@fuel-connectors/fuel-wallet": patch
"@fuels/connectors": patch
"@fuel-connectors/bako-safe": patch
"@e2e-tests/runner": patch
"@fuel-connectors/common": patch
"@fuels/react": patch
"docs": patch
---

ci: update to tag latest
6 changes: 3 additions & 3 deletions e2e-tests/react-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"start": "next start"
},
"dependencies": {
"react-app": "workspace:*",
"@fuels/connectors": "workspace:*",
"@fuels/react": "workspace:*",
"@fuels/react": "*",
"@radix-ui/react-toast": "1.1.5",
"@tanstack/react-query": "5.35.1",
"@wagmi/connectors": "5.1.7",
"@wagmi/core": "2.13.4",
"fuels": "0.96.1",
"clsx": "2.1.1",
"connectkit": "1.8.2",
"fuels": "0.97.2",
"next": "14.2.3",
"react-app": "workspace:*",
"wagmi": "2.12.7"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions e2e-tests/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"devDependencies": {
"@fuels/connectors": "workspace:*",
"@fuels/playwright-utils": "0.41.1",
"@phantom/synpress": "4.0.0-alpha.53",
"@playwright/test": "1.48.2",
"@synthetixio/synpress": "4.0.3",
"@synthetixio/synpress-cache": "0.0.4",
"dotenv": "16.4.5",
"@phantom/synpress": "4.0.0-alpha.53",
"fuels": "0.96.1"
"fuels": "0.97.2"
}
}
4 changes: 2 additions & 2 deletions examples/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
},
"dependencies": {
"@fuels/connectors": "workspace:*",
"@fuels/react": "workspace:*",
"@fuels/react": "*",
"@radix-ui/react-toast": "1.1.5",
"@tanstack/react-query": "5.35.1",
"@wagmi/connectors": "5.1.7",
"@wagmi/core": "2.13.4",
"clsx": "2.1.1",
"fuels": "0.96.1",
"fuels": "0.97.2",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
},
"dependencies": {
"@fuels/connectors": "workspace:*",
"@fuels/react": "workspace:*",
"@fuels/react": "*",
"@tanstack/react-query": "5.35.1",
"connectkit": "1.8.2",
"fuels": "0.96.1",
"fuels": "0.97.2",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/bako-safe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"socket.io-client": "4.7.2"
},
"devDependencies": {
"fuels": "0.96.1",
"fuels": "0.97.2",
"tsup": "8.0.2",
"typescript": "5.4.2",
"undici": "6.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/burner-wallet-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@fuel-connectors/common": "workspace:*",
"fuels": "0.96.1",
"fuels": "0.97.2",
"jsdom": "24.0.0",
"tsup": "8.0.2",
"typescript": "5.4.5",
Expand Down
6 changes: 4 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"types": "./dist/scripts/index.d.ts"
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup --dts",
"build:watch": "tsup --watch --dts",
Expand All @@ -37,7 +39,7 @@
},
"devDependencies": {
"@types/memoizee": "0.4.11",
"fuels": "0.96.1",
"fuels": "0.97.2",
"terser": "5.31.0",
"tsup": "8.0.2",
"typescript": "5.4.5",
Expand Down
6 changes: 4 additions & 2 deletions packages/connectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"types": "./dist/index.d.ts"
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"build:watch": "tsup --watch",
Expand Down Expand Up @@ -42,7 +44,7 @@
"@fuel-connectors/fuelet-wallet": "workspace:*",
"@fuel-connectors/solana-connector": "workspace:*",
"@fuel-connectors/walletconnect-connector": "workspace:*",
"fuels": "0.96.1",
"fuels": "0.97.2",
"terser": "5.31.0",
"tsup": "8.0.2",
"typescript": "5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@fuel-ts/errors": "0.96.0",
"@fuel-ts/versions": "0.96.0",
"fuels": "0.96.1",
"fuels": "0.97.2",
"typedoc-plugin-markdown": "^3.15.3"
},
"devDependencies": {
Expand Down
6 changes: 4 additions & 2 deletions packages/evm-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "0.36.1",
"private": true,
"type": "module",
"files": ["dist"],
"files": [
"dist"
],
"main": "./dist/wallet-connector-evm.umd.cjs",
"module": "./dist/wallet-connector-evm.js",
"exports": {
Expand Down Expand Up @@ -31,7 +33,7 @@
"@fuel-connectors/common": "workspace:*",
"@fuel-connectors/evm-predicates": "workspace:*",
"@types/memoizee": "0.4.11",
"fuels": "0.96.1",
"fuels": "0.97.2",
"jsdom": "24.0.0",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/evm-predicates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@fuel-connectors/common": "workspace:*",
"dotenv": "16.4.5",
"fuels": "0.96.1",
"fuels": "0.97.2",
"tsx": "4.9.3",
"typescript": "5.4.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel-development-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@fuel-connectors/fuel-wallet": "workspace:*",
"fuels": "0.96.1",
"fuels": "0.97.2",
"tsup": "8.0.2",
"typescript": "5.4.5",
"undici": "6.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"events": "3.3.0",
"fuels": "0.96.1",
"fuels": "0.97.2",
"tsup": "8.0.2",
"typescript": "5.4.5",
"undici": "6.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fuelet-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@fuel-connectors/fuel-wallet": "workspace:*",
"fuels": "0.96.1",
"fuels": "0.97.2",
"tsup": "8.0.2",
"typescript": "5.4.5",
"undici": "6.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@tanstack/react-query": "5.35.1",
"@types/react": "18.3.1",
"compare-versions": "6.1.0",
"fuels": "0.96.1",
"fuels": "0.97.2",
"react": "18.3.1",
"tsup": "7.3.0",
"tsx": "4.9.3",
Expand Down
6 changes: 4 additions & 2 deletions packages/solana-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "0.36.1",
"private": true,
"type": "module",
"files": ["dist"],
"files": [
"dist"
],
"main": "./dist/wallet-connector-solana.umd.cjs",
"module": "./dist/wallet-connector-solana.js",
"exports": {
Expand Down Expand Up @@ -39,7 +41,7 @@
"@types/memoizee": "0.4.11",
"@web3modal/core": "5.0.0",
"dotenv": "16.4.5",
"fuels": "0.96.1",
"fuels": "0.97.2",
"jsdom": "24.0.0",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
Expand Down
6 changes: 4 additions & 2 deletions packages/walletconnect-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"private": true,
"version": "0.36.1",
"type": "module",
"files": ["dist"],
"files": [
"dist"
],
"main": "./dist/wallet-connector-walletconnect.umd.cjs",
"module": "./dist/wallet-connector-walletconnect.js",
"exports": {
Expand Down Expand Up @@ -37,7 +39,7 @@
"@fuel-connectors/evm-predicates": "workspace:*",
"@types/memoizee": "0.4.11",
"@web3modal/core": "5.0.0",
"fuels": "0.96.1",
"fuels": "0.97.2",
"jsdom": "24.0.0",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
Expand Down
Loading

0 comments on commit f583538

Please sign in to comment.