Skip to content

Commit

Permalink
Merge branch 'master' into st/docs/migrate-types-snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
Torres-ssf committed Oct 22, 2024
2 parents d8e7b19 + 28e9ed8 commit c5ecd35
Show file tree
Hide file tree
Showing 16 changed files with 3,076 additions and 3,109 deletions.
9 changes: 9 additions & 0 deletions .changeset/famous-hornets-obey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@fuel-ts/contract": patch
"@fuel-ts/account": patch
"@fuel-ts/program": patch
"fuels": patch
"create-fuels": patch
---

build(deps): bump the deps-minor group with 20 updates
16 changes: 8 additions & 8 deletions apps/create-fuels-counter-guide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,30 @@
"@tanstack/react-query": "^5.55.4",
"clsx": "2.1.1",
"@wagmi/connectors": "^5.1.14",
"@wagmi/core": "^2.13.8",
"@wagmi/core": "^2.13.9",
"dotenv": "^16.4.5",
"fuels": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-toastify": "^10.0.5"
"react-toastify": "^10.0.6"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@eslint/js": "^9.10.0",
"@types/node": "^22.5.5",
"@playwright/test": "^1.47.2",
"@types/react": "^18.3.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-react-refresh": "^0.4.13",
"globals": "^15.9.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12",
"typescript": "~5.6.2",
"tailwindcss": "^3.4.14",
"typescript": "~5.6.3",
"typescript-eslint": "^8.8.0",
"vite": "^5.4.8",
"vite": "^5.4.9",
"vitest": "~2.0.5"
}
}
2 changes: 1 addition & 1 deletion apps/demo-bun-fuels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"fuels": "workspace:*"
},
"devDependencies": {
"bun": "^1.1.29"
"bun": "^1.1.31"
}
}
8 changes: 4 additions & 4 deletions apps/demo-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"pretest": "pnpm original:build"
},
"dependencies": {
"@fuels/vm-asm": "0.58.0",
"@fuels/vm-asm": "0.58.2",
"@types/node": "^22.5.5",
"@types/react-dom": "^18.3",
"@types/react": "^18.3.10",
"@types/react": "^18.3.11",
"fuels": "workspace:*",
"next": "14.2.13",
"next": "14.2.15",
"react-dom": "^18.3.1",
"react": "^18.3.1",
"typescript": "~5.6.2"
"typescript": "~5.6.3"
}
}
6 changes: 3 additions & 3 deletions apps/demo-react-cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"version": "0.1.29",
"private": true,
"dependencies": {
"@fuels/vm-asm": "0.58.0",
"@fuels/vm-asm": "0.58.2",
"@testing-library/react": "^16.0.1",
"@types/node": "^22.5.5",
"@types/react": "^18.3.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3",
"eslint-config-react-app": "^7.0.1",
"fuels": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"typescript": "~5.6.2",
"typescript": "~5.6.3",
"web-vitals": "^2.1.4"
},
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions apps/demo-react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"pretest": "pnpm original:build"
},
"dependencies": {
"@fuels/vm-asm": "0.58.0",
"@fuels/vm-asm": "0.58.2",
"fuels": "workspace:*",
"react-dom": "^18.3.1",
"react": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"typescript": "~5.6.2",
"vite": "^5.4.8"
"eslint-plugin-react-refresh": "^0.4.13",
"typescript": "~5.6.3",
"vite": "^5.4.9"
}
}
10 changes: 5 additions & 5 deletions apps/demo-wallet-sdk-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
"@fuels/react": "^0.27.1",
"@tanstack/react-query": "^5.55.4",
"fuels": "workspace:*",
"next": "14.2.13",
"next": "14.2.15",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^22.5.5",
"@types/react": "^18.3.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.13",
"eslint-config-next": "14.2.15",
"postcss": "^8.4.47",
"postcss-load-config": "^6.0.1",
"tailwindcss": "^3.4.12",
"typescript": "~5.6.2"
"tailwindcss": "^3.4.14",
"typescript": "~5.6.3"
}
}
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@fuel-ts/errors": "workspace:*",
"@fuel-ts/versions": "workspace:*",
"fuels": "workspace:*",
"typedoc-plugin-markdown": "^4.2.8"
"typedoc-plugin-markdown": "^4.2.9"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
Expand All @@ -27,9 +27,9 @@
"nodemon": "^3.1.7",
"replace": "^1.2.2",
"typedoc": "^0.26.3",
"typedoc-plugin-merge-modules": "^6.0.1",
"typedoc-plugin-merge-modules": "^6.0.2",
"vitepress-plugin-search": "1.0.4-alpha.22",
"vitepress": "1.3.4",
"vue": "^3.5.10"
"vue": "^3.5.12"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"devDependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@changesets/cli": "^2.27.8",
"@changesets/cli": "^2.27.9",
"@changesets/get-github-info": "^0.6.0",
"@changesets/read": "^0.6.1",
"@changesets/types": "^6.0.0",
Expand All @@ -87,7 +87,7 @@
"@playwright/test": "^1.47.2",
"@types/node": "^22.5.5",
"@types/node-fetch": "^2.6.11",
"@types/web": "^0.0.167",
"@types/web": "^0.0.174",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.21.0",
"@vitest/browser": "~2.0.5",
Expand Down Expand Up @@ -117,15 +117,15 @@
"open": "^10.1.0",
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"textlint": "^14.2.0",
"textlint": "^14.2.1",
"syncpack": "12.3.3",
"textlint-rule-no-dead-link": "^5.2.0",
"ts-generator": "^0.1.1",
"tsup": "^6.7.0",
"tsx": "^4.19.1",
"turbo": "^2.1.2",
"typescript": "~5.6.2",
"vite": "^5.4.8",
"typescript": "~5.6.3",
"vite": "^5.4.9",
"vite-plugin-json5": "^1.1.2",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-plain-text": "^1.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@fuel-ts/transactions": "workspace:*",
"@fuel-ts/utils": "workspace:*",
"@fuel-ts/versions": "workspace:*",
"@fuels/vm-asm": "0.58.0",
"@fuels/vm-asm": "0.58.2",
"@noble/curves": "^1.6.0",
"events": "^3.3.0",
"graphql": "^16.9.0",
Expand All @@ -72,7 +72,7 @@
"@fuel-ts/hasher": "workspace:*",
"@fuel-ts/math": "workspace:*",
"@fuel-ts/utils": "workspace:*",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-generic-sdk": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@fuel-ts/transactions": "workspace:*",
"@fuel-ts/utils": "workspace:*",
"@fuel-ts/versions": "workspace:*",
"@fuels/vm-asm": "0.58.0",
"@fuels/vm-asm": "0.58.2",
"ramda": "^0.30.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fuels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"devDependencies": {
"@types/lodash.camelcase": "^4.3.9",
"@types/rimraf": "^3.0.2",
"vite": "^5.4.8"
"vite": "^5.4.9"
},
"keywords": [
"ethereum",
Expand Down
2 changes: 1 addition & 1 deletion packages/program/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@fuel-ts/math": "workspace:*",
"@fuel-ts/transactions": "workspace:*",
"@fuel-ts/utils": "workspace:*",
"@fuels/vm-asm": "0.58.0"
"@fuels/vm-asm": "0.58.2"
},
"devDependencies": {
"@types/ramda": "^0.30.2"
Expand Down
Loading

0 comments on commit c5ecd35

Please sign in to comment.