Skip to content

Commit

Permalink
build(deps): bump the deps-patch group (#3173)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Peter Smith <[email protected]>
Co-authored-by: Chad Nehemiah <[email protected]>
  • Loading branch information
4 people authored and nedsalk committed Sep 17, 2024
1 parent 7096791 commit dc0db20
Show file tree
Hide file tree
Showing 15 changed files with 1,329 additions and 1,636 deletions.
7 changes: 7 additions & 0 deletions .changeset/sweet-wasps-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"create-fuels": patch
"@fuel-ts/abi-typegen": patch
"@fuel-ts/math": patch
---

build(deps): bump the deps-patch group
18 changes: 9 additions & 9 deletions apps/create-fuels-counter-guide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@tanstack/react-query": "^5.55.4",
"@tanstack/react-router": "^1.56.5",
"fuels": "workspace:*",
"@wagmi/connectors": "^5.1.9",
"@wagmi/core": "^2.13.4",
"@wagmi/connectors": "^5.1.10",
"@wagmi/core": "^2.13.5",
"dotenv": "^16.4.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -30,21 +30,21 @@
"devDependencies": {
"@eslint/js": "^9.10.0",
"@tanstack/router-plugin": "^1.56.4",
"@types/node": "^22.5.4",
"@playwright/test": "^1.47.0",
"@types/react": "^18.3.5",
"@types/node": "^22.5.5",
"@playwright/test": "^1.47.1",
"@types/react": "^18.3.6",
"@types/react-dom": "^18.3",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.11",
"typescript": "~5.6.2",
"typescript-eslint": "^8.5.0",
"vite": "^5.4.3",
"vite": "^5.4.5",
"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.26"
"bun": "^1.1.27"
}
}
6 changes: 3 additions & 3 deletions apps/demo-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"dependencies": {
"@fuels/vm-asm": "0.56.0",
"@types/node": "^22.5.4",
"@types/node": "^22.5.5",
"@types/react-dom": "^18.3",
"@types/react": "^18.3.5",
"@types/react": "^18.3.6",
"fuels": "workspace:*",
"next": "14.2.9",
"next": "14.2.11",
"react-dom": "^18.3.1",
"react": "^18.3.1",
"typescript": "~5.6.2"
Expand Down
6 changes: 3 additions & 3 deletions apps/demo-react-cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"dependencies": {
"@fuels/vm-asm": "0.56.0",
"@testing-library/react": "^16.0.1",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/node": "^22.5.5",
"@types/react": "^18.3.6",
"@types/react-dom": "^18.3",
"eslint-config-react-app": "^7.0.1",
"fuels": "workspace:*",
Expand Down Expand Up @@ -42,6 +42,6 @@
]
},
"devDependencies": {
"@types/jest": "^29.5.12"
"@types/jest": "^29.5.13"
}
}
6 changes: 3 additions & 3 deletions apps/demo-react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"react": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react": "^18.3.6",
"@types/react-dom": "^18.3",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"eslint-plugin-react-refresh": "^0.4.12",
"typescript": "~5.6.2",
"vite": "^5.4.3"
"vite": "^5.4.5"
}
}
12 changes: 6 additions & 6 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.9",
"next": "14.2.11",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/node": "^22.5.5",
"@types/react": "^18.3.6",
"@types/react-dom": "^18.3",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.9",
"postcss": "^8.4.45",
"eslint-config-next": "14.2.11",
"postcss": "^8.4.47",
"postcss-load-config": "^6.0.1",
"tailwindcss": "^3.4.10",
"tailwindcss": "^3.4.11",
"typescript": "~5.6.2"
}
}
4 changes: 2 additions & 2 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.0"
"typedoc-plugin-markdown": "^4.2.7"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
Expand All @@ -30,6 +30,6 @@
"typedoc-plugin-merge-modules": "^6.0.0",
"vitepress-plugin-search": "1.0.4-alpha.22",
"vitepress": "1.3.4",
"vue": "^3.5.3"
"vue": "^3.5.6"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
"devDependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@changesets/cli": "^2.27.7",
"@changesets/cli": "^2.27.8",
"@changesets/get-github-info": "^0.6.0",
"@changesets/read": "^0.6.0",
"@changesets/read": "^0.6.1",
"@changesets/types": "^6.0.0",
"@codspeed/vitest-plugin": "^3.1.1",
"@elasticpath/textlint-rule-no-dead-relative-link": "^1.1.1",
Expand All @@ -84,10 +84,10 @@
"@internal/fuel-core": "workspace:*",
"@internal/tsup": "workspace:*",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@playwright/test": "^1.47.0",
"@types/node": "^22.5.4",
"@playwright/test": "^1.47.1",
"@types/node": "^22.5.5",
"@types/node-fetch": "^2.6.11",
"@types/web": "^0.0.159",
"@types/web": "^0.0.163",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.21.0",
"@vitest/browser": "^2.0.5",
Expand All @@ -109,23 +109,23 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-tsdoc": "^0.3.0",
"glob": "^10.4.5",
"knip": "^5.30.0",
"knip": "^5.30.2",
"memfs": "^4.11.1",
"nodemon": "^3.1.4",
"npm-run-all": "^4.1.5",
"nyc": "^17.0.0",
"open": "^10.1.0",
"prettier": "^3.3.3",
"rimraf": "^5.0.8",
"rimraf": "^5.0.10",
"textlint": "^14.2.0",
"syncpack": "12.3.3",
"textlint-rule-no-dead-link": "^5.2.0",
"ts-generator": "^0.1.1",
"tsup": "^6.7.0",
"tsx": "^4.19.0",
"turbo": "^2.1.1",
"tsx": "^4.19.1",
"turbo": "^2.1.2",
"typescript": "~5.6.2",
"vite": "^5.4.3",
"vite": "^5.4.5",
"vite-plugin-json5": "^1.1.2",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-plain-text": "^1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/abi-typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"handlebars": "^4.7.8",
"mkdirp": "^3.0.1",
"ramda": "^0.30.1",
"rimraf": "^5.0.8"
"rimraf": "^5.0.10"
},
"devDependencies": {
"@internal/forc": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/fuels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"devDependencies": {
"@types/lodash.camelcase": "^4.3.9",
"@types/rimraf": "^3.0.2",
"vite": "^5.4.3"
"vite": "^5.4.5"
},
"keywords": [
"ethereum",
Expand Down
2 changes: 1 addition & 1 deletion packages/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@types/bn.js": "^5.1.5",
"@types/bn.js": "^5.1.6",
"@fuel-ts/errors": "workspace:*",
"bn.js": "^5.2.1"
}
Expand Down
Loading

0 comments on commit dc0db20

Please sign in to comment.