chore(deps): Bump roots/acorn to v2.0.0-beta.5 (#2861)

This commit is contained in:
Ben Word
2021-11-28 13:39:55 -06:00
committed by GitHub
parent 54b2711c01
commit 174c64f261
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
### HEAD
- Replace Laravel Mix with Bud ([#2643](https://github.com/roots/sage/pull/2643))
- chore(deps): Bump roots/acorn to v2.0.0-beta.4 ([#2844](https://github.com/roots/sage/pull/2844))
- chore(deps): Bump roots/acorn to v2.0.0-beta.5 ([#2861](https://github.com/roots/sage/pull/2861))
- Move compiled views back to cache dir by default ([#2837](https://github.com/roots/sage/pull/2837))
### 10.0.0-beta.1: October 21st, 2021

View File

@@ -40,7 +40,7 @@
},
"require": {
"php": "^7.3|^8.0",
"roots/acorn": "2.0.0-beta.4"
"roots/acorn": "2.0.0-beta.5"
},
"require-dev": {
"filp/whoops": "^2.12",