Browse Source

Bump pressbooks-build-tools from 1.2.0 to 1.2.1 (#165)

Bumps [pressbooks-build-tools](https://github.com/pressbooks/pressbooks-build-tools) from 1.2.0 to 1.2.1.
<details>
<summary>Release notes</summary>

*Sourced from [pressbooks-build-tools's releases](https://github.com/pressbooks/pressbooks-build-tools/releases).*

> ## 1.2.1
> ### Patches 
> 
> - Bump rimraf from 2.6.2 to 2.6.3: [#220](https://github-redirect.dependabot.com/pressbooks/pressbooks-build-tools/issues/220)
> - Bump laravel-mix from 4.0.12 to 4.0.13: [#222](https://github-redirect.dependabot.com/pressbooks/pressbooks-build-tools/issues/222)
> - Bump eslint-plugin-react from 7.12.1 to 7.12.2: [#221](https://github-redirect.dependabot.com/pressbooks/pressbooks-build-tools/issues/221)
> - Bump eslint-plugin-flowtype from 3.2.0 to 3.2.1: [#226](https://github-redirect.dependabot.com/pressbooks/pressbooks-build-tools/issues/226)
> - Bump eslint-plugin-react from 7.12.2 to 7.12.3: [#225](https://github-redirect.dependabot.com/pressbooks/pressbooks-build-tools/issues/225)
> - Bump sass from 1.15.2 to 1.15.3: [#224](https://github-redirect.dependabot.com/pressbooks/pressbooks-build-tools/issues/224)
> - Bump vue-template-compiler from 2.5.21 to 2.5.22: [#229](https://github-redirect.dependabot.com/pressbooks/pressbooks-build-tools/issues/229)
</details>
<details>
<summary>Commits</summary>

- [`d7dc8a9`](d7dc8a9225) 1.2.1
- [`ec0e50c`](ec0e50c3a9) Bump vue-template-compiler from 2.5.21 to 2.5.22 ([#229](https://github-redirect.dependabot.com/pressbooks/pressbooks-build-tools/issues/229))
- [`2b877c9`](2b877c934f) Bump sass from 1.15.2 to 1.15.3 ([#224](https://github-redirect.dependabot.com/pressbooks/pressbooks-build-tools/issues/224))
- [`820cc27`](820cc27794) Bump eslint-plugin-react from 7.12.2 to 7.12.3 ([#225](https://github-redirect.dependabot.com/pressbooks/pressbooks-build-tools/issues/225))
- [`7863e6a`](7863e6a6f5) Bump eslint-plugin-flowtype from 3.2.0 to 3.2.1 ([#226](https://github-redirect.dependabot.com/pressbooks/pressbooks-build-tools/issues/226))
- [`a23c743`](a23c7438d7) Bump eslint-plugin-react from 7.12.1 to 7.12.2 ([#221](https://github-redirect.dependabot.com/pressbooks/pressbooks-build-tools/issues/221))
- [`e97e77b`](e97e77b673) Bump laravel-mix from 4.0.12 to 4.0.13 ([#222](https://github-redirect.dependabot.com/pressbooks/pressbooks-build-tools/issues/222))
- [`30b1e2f`](30b1e2f5f1) Bump rimraf from 2.6.2 to 2.6.3 ([#220](https://github-redirect.dependabot.com/pressbooks/pressbooks-build-tools/issues/220))
- See full diff in [compare view](https://github.com/pressbooks/pressbooks-build-tools/compare/1.2.0...1.2.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=pressbooks-build-tools&package-manager=npm_and_yarn&previous-version=1.2.0&new-version=1.2.1)](https://dependabot.com/compatibility-score.html?dependency-name=pressbooks-build-tools&package-manager=npm_and_yarn&previous-version=1.2.0&new-version=1.2.1)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
pull/167/head
dependabot[bot] 6 years ago committed by Ned Zimmerman
parent
commit
2e4dc4c8f9
  1. 19390
      package-lock.json
  2. 2
      package.json

19390
package-lock.json generated

File diff suppressed because it is too large Load Diff

2
package.json

@ -60,7 +60,7 @@
"node": ">= 6.9.4"
},
"devDependencies": {
"pressbooks-build-tools": "^1.2.0",
"pressbooks-build-tools": "^1.2.1",
"sass": "^1.15.2",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.5.21"

Loading…
Cancel
Save