Skip to content

Commit

Permalink
Revert "build: update deps (#2155)"
Browse files Browse the repository at this point in the history
This reverts commit 3299256.
  • Loading branch information
petertonysmith94 authored Apr 24, 2024
1 parent 3299256 commit d056a69
Show file tree
Hide file tree
Showing 14 changed files with 1,168 additions and 1,607 deletions.
6 changes: 0 additions & 6 deletions .changeset/beige-trainers-bathe.md

This file was deleted.

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.2.2",
"next": "14.0.1",
"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": "14.2.2",
"next": "13.4.4",
"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.2.1",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "~5.2.2",
"vite": "^5.2.9"
"vite": "^4.3.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.2.2",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/docs-snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@fuel-ts/utils": "workspace:*",
"ethers": "^6.7.1",
"fuels": "workspace:*",
"vitest": "^1.5.0"
"vitest": "^1.1.3"
},
"keywords": [],
"author": "",
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.1.0",
"typedoc-plugin-merge-modules": "^5.0.1",
"vitepress": "1.0.0-rc.40",
"vitepress-plugin-search": "1.0.4-alpha.19",
"vue": "^3.4.15"
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
"@types/web": "^0.0.65",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitest/browser": "^1.5.0",
"@vitest/coverage-istanbul": "^1.5.0",
"@vitest/browser": "^1.1.3",
"@vitest/coverage-istanbul": "^1.1.3",
"compare-versions": "^6.1.0",
"coverage-diff": "^3.2.0",
"eslint": "^8.52.0",
Expand All @@ -92,7 +92,7 @@
"eslint-plugin-tsdoc": "^0.2.17",
"glob": "^10.2.6",
"knip": "^5.9.3",
"memfs": "^4.8.2",
"memfs": "^4.6.0",
"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.2.10",
"vite-plugin-node-polyfills": "^0.21.0",
"vite": "^5.0.11",
"vite-plugin-node-polyfills": "^0.17.0",
"vite-plugin-plain-text": "^1.4.2",
"vitest": "^1.5.0",
"webdriverio": "^8.36.1"
"vitest": "^1.1.3",
"webdriverio": "^8.32.0"
},
"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.8.1",
"graphql": "^16.6.0",
"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?.message).toMatch(/anything/);
expect(error).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": "^5.2.9"
"vite": "^4.3.9"
},
"keywords": [
"ethereum",
Expand Down
Loading

0 comments on commit d056a69

Please sign in to comment.