Skip to content

Commit

Permalink
fix: merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Dec 10, 2020
2 parents 2b1c57f + f13cc2a commit 3c7731a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.4](https://github.com/dword-design/depcheck-parser-babel/compare/v1.2.3...v1.2.4) (2020-12-10)


### Bug Fixes

* **deps:** update dependency execa to v5 ([a43c145](https://github.com/dword-design/depcheck-parser-babel/commit/a43c14568e6b92c9f72021cb97ae06288113eef9))

## [1.2.3](https://github.com/dword-design/depcheck-parser-babel/compare/v1.2.2...v1.2.3) (2020-08-26)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "depcheck-parser-babel",
"version": "1.2.3",
"version": "1.2.4",
"description": "A depcheck babel parser that uses an existing babel config instead of a fixed set of plugins.",
"repository": "dword-design/depcheck-parser-babel",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@dword-design/base": "^6.0.0",
"@dword-design/functions": "^2.2.4",
"depcheck": "dword-design/depcheck#fork",
"execa": "^4.0.0",
"execa": "^5.0.0",
"get-package-name": "^1.1.0",
"output-files": "^1.1.10",
"with-local-tmp-dir": "^2.2.4"
Expand Down
13 changes: 9 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1174,9 +1174,9 @@
babel-plugin-module-resolver "^4.0.0"

"@dword-design/functions@^1.1.2":
version "1.1.4"
resolved "https://registry.yarnpkg.com/@dword-design/functions/-/functions-1.1.4.tgz#8b5be6c15e5ac9d017b9009c821d755e05299dc0"
integrity sha512-uJoO5tyJ0Wtfc3yfQpd5BEyG7G5TBfcCVyZZIZaCJUS+AcQ/Xt5xb15YYDwYI2n7zIi+wUEEL6+hJBNT+tqd3A==
version "1.1.5"
resolved "https://registry.yarnpkg.com/@dword-design/functions/-/functions-1.1.5.tgz#0b39b7a15ed2b162641991c6950cca9844f4cd4e"
integrity sha512-j/pqGY6PC/8ccXM+SMxekarpwsHsDPOUkia+Eu/28ZTx3FQ2mUDb0EEAmFj9OwEXIjVvU+F710Wh0fBB7/9eyg==
dependencies:
endent dword-design/endent#fork
lodash "^4.17.15"
Expand Down Expand Up @@ -2929,7 +2929,12 @@ decode-uri-component@^0.2.0:
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=

dedent@0.7.0, dedent@dword-design/dedent#fork:
dedent@0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c"
integrity sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=

dedent@dword-design/dedent#fork:
version "0.7.0"
resolved "https://codeload.github.com/dword-design/dedent/tar.gz/c8d46e5017d60504657c2d01b59082c0329a12a7"
dependencies:
Expand Down

0 comments on commit 3c7731a

Please sign in to comment.