Skip to content

Commit

Permalink
feat: updating packages to tag latest (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
fuel-service-user and github-actions[bot] authored Mar 29, 2024
1 parent 332976e commit adf2fa0
Show file tree
Hide file tree
Showing 8 changed files with 200 additions and 162 deletions.
9 changes: 9 additions & 0 deletions .changeset/dull-dancers-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@fuel-connectors/fuel-development-wallet": patch
"@fuel-connectors/fuelet-wallet": patch
"@fuel-connectors/fuel-wallet": patch
"@fuels/connectors": patch
"nodejs": patch
---

ci: update to tag latest
4 changes: 2 additions & 2 deletions examples/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"dependencies": {
"@fuels/connectors": "workspace:*",
"fuels": "0.78.0"
"fuels": "0.79.0"
},
"devDependencies": {
"tsx": "4.7.1",
"tsup": "8.0.2",
"tsx": "4.7.1",
"typescript": "5.4.3"
}
}
2 changes: 1 addition & 1 deletion examples/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@fuels/connectors": "workspace:*",
"@fuels/react": "0.18.0",
"@tanstack/react-query": "5.28.8",
"fuels": "0.78.0",
"fuels": "0.79.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
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 All @@ -24,7 +26,7 @@
"@fuel-connectors/fuel-development-wallet": "workspace:*",
"@fuel-connectors/fuel-wallet": "workspace:*",
"@fuel-connectors/fuelet-wallet": "workspace:*",
"fuels": "0.78.0",
"fuels": "0.79.0",
"terser": "5.29.2",
"tsup": "8.0.2",
"typescript": "5.4.3"
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.78.0",
"fuels": "0.79.0",
"tsup": "8.0.2",
"typescript": "5.4.3",
"undici": "6.10.1",
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.78.0",
"fuels": "0.79.0",
"tsup": "8.0.2",
"typescript": "5.4.3",
"undici": "6.10.1",
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.78.0",
"fuels": "0.79.0",
"tsup": "8.0.2",
"typescript": "5.4.3",
"undici": "6.10.1",
Expand Down
Loading

0 comments on commit adf2fa0

Please sign in to comment.