Skip to content

Commit

Permalink
⬆️ Bump Bud to v6.8.0 (#3120)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ben Word <[email protected]>
  • Loading branch information
renovate[bot] and retlehs authored Feb 4, 2023
1 parent 07f2807 commit 7129b9b
Show file tree
Hide file tree
Showing 3 changed files with 563 additions and 481 deletions.
2 changes: 1 addition & 1 deletion bud.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default async (app) => {
* Development origin
* @see {@link https://bud.js.org/docs/bud.serve/}
*/
.serve('http://0.0.0.0:3000')
.serve('http://localhost:3000')

/**
* URI of the `public` directory
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"translate:mo": "wp i18n make-mo ./resources/lang ./resources/lang"
},
"devDependencies": {
"@roots/bud": "6.7.3",
"@roots/bud-tailwindcss": "6.7.3",
"@roots/sage": "6.7.3"
"@roots/bud": "6.8.0",
"@roots/bud-tailwindcss": "6.8.0",
"@roots/sage": "6.8.0"
}
}
Loading

0 comments on commit 7129b9b

Please sign in to comment.