Skip to content

Commit

Permalink
build: update deps (#2158)
Browse files Browse the repository at this point in the history
* build: upgrade deps

* build: update dependencies

* build: upgrade graphql

* build: add changeset

* build: update lock.yaml

* build: remove unused peerDependency resolution

* build: resolved conflicts and updated lock file

* build: updated changeset

* wip

* build: upgrade vite browser plugin

* build: upgrade deps

* docs: add changeset

* test: remove vitest upgrade

* build: remove redundant changeset

* build: update lockfile

* build: update pnpm-lock file

---------

Co-authored-by: Peter Smith <peter@blueoceancomputing.co.uk>
Co-authored-by: Daniel Bate <djbate23@gmail.com>
Co-authored-by: Sérgio Torres <30977845+Torres-ssf@users.noreply.github.com>
Co-authored-by: Dhaiwat <dhaiwatpandya@gmail.com>
  • Loading branch information
5 people committed May 1, 2024
1 parent 2dd75b9 commit 86543ed
Show file tree
Hide file tree
Showing 13 changed files with 1,628 additions and 1,204 deletions.
6 changes: 6 additions & 0 deletions .changeset/beige-trainers-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@fuel-ts/account": patch
"fuels": patch
---

build: update deps
2 changes: 1 addition & 1 deletion apps/create-fuels-counter-guide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"fuels": "workspace:*",
"@tanstack/react-query": "^5.29.2",
"dotenv": "^16.4.5",
"next": "14.0.1",
"next": "14.2.2",
"react": "^18.2",
"react-dom": "^18.2",
"react-hot-toast": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/demo-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/react-dom": "18.2.4",
"@types/react": "18.2.9",
"fuels": "workspace:*",
"next": "13.4.4",
"next": "14.2.2",
"react-dom": "18.2.0",
"react": "18.2.0",
"typescript": "~5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions apps/demo-react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "~5.2.2",
"vite": "^4.3.9"
"vite": "^5.2.9"
}
}
2 changes: 1 addition & 1 deletion apps/demo-wallet-sdk-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@fuels/react": "^0.18.1",
"@tanstack/react-query": "^5.29.2",
"fuels": "workspace:*",
"next": "14.1.0",
"next": "14.2.2",
"react": "^18",
"react-dom": "^18"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"nodemon": "^3.0.3",
"replace": "^1.2.2",
"typedoc": "^0.25.1",
"typedoc-plugin-merge-modules": "^5.0.1",
"typedoc-plugin-merge-modules": "^5.1.0",
"vitepress": "1.0.0-rc.40",
"vitepress-plugin-search": "1.0.4-alpha.19",
"vue": "^3.4.15"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"eslint-plugin-tsdoc": "^0.2.17",
"glob": "^10.2.6",
"knip": "^5.9.3",
"memfs": "^4.6.0",
"memfs": "^4.8.2",
"nodemon": "^3.0.3",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
Expand All @@ -106,11 +106,11 @@
"tsx": "^4.7.0",
"turbo": "^1.8.8",
"typescript": "~5.2.2",
"vite": "^5.0.11",
"vite-plugin-node-polyfills": "^0.17.0",
"vite": "^5.2.10",
"vite-plugin-node-polyfills": "^0.21.0",
"vite-plugin-plain-text": "^1.4.2",
"vitest": "^1.1.3",
"webdriverio": "^8.32.0"
"webdriverio": "^8.36.1"
},
"pnpm": {
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion packages/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@noble/curves": "^1.3.0",
"ethers": "^6.7.1",
"events": "^3.3.0",
"graphql": "^16.6.0",
"graphql": "^16.8.1",
"graphql-request": "5.0.0",
"graphql-tag": "^2.12.6",
"portfinder": "^1.0.32",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe('autoRetryFetch', () => {

expect(fn).toHaveBeenCalledTimes(1);
expect(result).toBeFalsy();
expect(error).toMatch(/anything/);
expect(error?.message).toMatch(/anything/);
});

it('should retry until maxRetries and fail', async () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/fuels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"devDependencies": {
"@types/lodash.camelcase": "^4.3.7",
"@types/rimraf": "^3.0.2",
"vite": "^4.3.9"
"vite": "^5.2.9"
},
"keywords": [
"ethereum",
Expand Down
Loading

0 comments on commit 86543ed

Please sign in to comment.