Skip to content

Commit

Permalink
chore: update @fuels dependencies to version 0.26.0 (FE-1221) (#1741)
Browse files Browse the repository at this point in the history
- Upgraded @fuels/ts-config and @fuels/tsup-config to version 0.26.0 in
package.json files across multiple packages.
- Updated @fuels/local-storage to version 0.26.0 in package.json files
for the app and playwright-utils.
- Adjusted pnpm-lock.yaml to reflect the new versions for consistency
across the project.
  • Loading branch information
nelitow authored Dec 28, 2024
1 parent 7fcfee7 commit 197d175
Show file tree
Hide file tree
Showing 6 changed files with 192 additions and 211 deletions.
6 changes: 6 additions & 0 deletions .changeset/few-pants-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@fuels/playwright-utils": minor
"fuels-wallet": minor
---

Update @fuels packages to implement localStorage fix.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@fuels/ts-config": "0.20.0",
"@fuels/ts-config": "0.26.0",
"@jest/types": "29.6.3",
"@playwright/test": "1.46.1",
"@types/jest": "^29.5.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@fuel-ui/react": "0.23.3",
"@fuel-ui/test-utils": "0.17.0",
"@fuel-wallet/connections": "workspace:*",
"@fuels/local-storage": "0.20.0",
"@fuels/local-storage": "0.26.0",
"@fuels/playwright-utils": "workspace:*",
"@fuels/react-xstore": "0.20.0",
"@hookform/resolvers": "3.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"gray-matter": "^4.0.3",
"hast-util-heading-rank": "^3.0.0",
"hast-util-to-string": "^3.0.0",
"next": "14.2.12",
"next": "14.2.15",
"next-mdx-remote": "4.4.1",
"plyr-react": "^5.3.0",
"react": "18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/playwright-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"devDependencies": {
"fuels": "0.96.1",
"@fuels/ts-config": "^0.23.0",
"@fuels/tsup-config": "^0.23.0",
"@fuels/ts-config": "^0.26.0",
"@fuels/tsup-config": "^0.26.0",
"@playwright/test": "1.46.1",
"@types/adm-zip": "^0.5.3",
"tsup": "^7.2.0"
Expand Down
Loading

0 comments on commit 197d175

Please sign in to comment.