Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts into ps…
Browse files Browse the repository at this point in the history
…/chore/add-minified-distribution
  • Loading branch information
petertonysmith94 committed Jul 15, 2024
2 parents bfc6fd7 + ce5b6b8 commit 46ade3f
Show file tree
Hide file tree
Showing 8 changed files with 256 additions and 484 deletions.
5 changes: 5 additions & 0 deletions .changeset/sixty-plums-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-fuels": patch
---

build(deps-dev): bump the dev-deps group with 9 updates
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 @@ -29,7 +29,7 @@
"@types/react-dom": "^18.3",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.4",
"typescript": "^5"
Expand Down
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 @@
},
"version": null,
"devDependencies": {
"bun": "^1.1.18"
"bun": "^1.1.20"
}
}
2 changes: 1 addition & 1 deletion apps/demo-react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-react-refresh": "^0.4.8",
"typescript": "~5.4.5",
"vite": "^5.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"replace": "^1.2.2",
"typedoc": "^0.25.13",
"typedoc-plugin-merge-modules": "^5.1.0",
"vitepress": "1.2.3",
"vitepress": "1.3.1",
"vitepress-plugin-search": "1.0.4-alpha.19",
"vue": "^3.4.31"
}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@typescript-eslint/parser": "^6.9.0",
"@vitest/browser": "^1.6.0",
"@vitest/coverage-istanbul": "^1.6.0",
"compare-versions": "^6.1.0",
"compare-versions": "^6.1.1",
"coverage-diff": "^3.2.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand All @@ -89,17 +89,17 @@
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-tsdoc": "^0.3.0",
"glob": "^10.2.6",
"knip": "^5.24.1",
"knip": "^5.26.0",
"memfs": "^4.9.3",
"nodemon": "^3.1.4",
"npm-run-all": "^4.1.5",
"nyc": "^17.0.0",
"open": "^8.4.2",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"rimraf": "^5.0.8",
"textlint": "^13.3.2",
"textlint-rule-no-dead-link": "^5.1.2",
Expand Down
717 changes: 242 additions & 475 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/react-dom": "^18.3",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.4",
"typescript": "^5"
Expand Down

0 comments on commit 46ade3f

Please sign in to comment.