Skip to content

Commit 7129b9b

Browse files
⬆️ Bump Bud to v6.8.0 (#3120)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ben Word <[email protected]>
1 parent 07f2807 commit 7129b9b

File tree

3 files changed

+563
-481
lines changed

3 files changed

+563
-481
lines changed

bud.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default async (app) => {
4040
* Development origin
4141
* @see {@link https://bud.js.org/docs/bud.serve/}
4242
*/
43-
.serve('http://0.0.0.0:3000')
43+
.serve('http://localhost:3000')
4444

4545
/**
4646
* URI of the `public` directory

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"translate:mo": "wp i18n make-mo ./resources/lang ./resources/lang"
2020
},
2121
"devDependencies": {
22-
"@roots/bud": "6.7.3",
23-
"@roots/bud-tailwindcss": "6.7.3",
24-
"@roots/sage": "6.7.3"
22+
"@roots/bud": "6.8.0",
23+
"@roots/bud-tailwindcss": "6.8.0",
24+
"@roots/sage": "6.8.0"
2525
}
2626
}

0 commit comments

Comments
 (0)