chore(deps): bump @harlem/core from 1.3.2 to 2.1.0

Bumps [@harlem/core](https://github.com/andrewcourtice/harlem/tree/HEAD/core) from 1.3.2 to 2.1.0.
- [Release notes](https://github.com/andrewcourtice/harlem/releases)
- [Changelog](https://github.com/andrewcourtice/harlem/blob/main/CHANGELOG.md)
- [Commits](https://github.com/andrewcourtice/harlem/commits/v2.1.0/core)

---
updated-dependencies:
- dependency-name: "@harlem/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-01 19:02:47 +00:00 committed by GitHub
parent e5452ed9a9
commit 7e903fc1ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 5 deletions

View File

@ -15,7 +15,7 @@
"test": "yarn test:unit && yarn test:e2e"
},
"dependencies": {
"@harlem/core": "^1.3.2",
"@harlem/core": "^2.1.0",
"insane": "^2.6.2",
"marked": "^2.1.3",
"vue": "^3.2.2",

View File

@ -402,10 +402,17 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"
"@harlem/core@^1.3.2":
version "1.3.2"
resolved "https://registry.yarnpkg.com/@harlem/core/-/core-1.3.2.tgz#6738b38d6acbbe9928d917066df45e6180ba52f6"
integrity sha512-aHYAv8j5NrPbmZpmItgY/B8HsnaUrsYPMg6t8Z69yp0PAZ9UlQEqar22TaXuVEZehGF6mtKvPRU/EqPP/dmRNw==
"@harlem/core@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@harlem/core/-/core-2.1.0.tgz#7de45b9be7866a4a1ae2d85488406959ba258e42"
integrity sha512-maiyu1fMTT2waseVTfXwENrdi1RBdZVa2KRsGT8Nx+xHz+6D5tOCnOJGCJVzNk8y23tStYrKNIxSQ8lqAfTcEw==
dependencies:
"@harlem/utilities" "^2.1.0"
"@harlem/utilities@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@harlem/utilities/-/utilities-2.1.0.tgz#f800a5582ee546499bb30dd094856598de7d8322"
integrity sha512-v8OC14V5LqPOEQkYzkHZ9C3SrkfbZFrC8E+2/vavDS1GBsgQPpyxfhfz5G6ofm9T3ecqxAlvUaruovf+LZwK/Q==
"@humanwhocodes/config-array@^0.5.0":
version "0.5.0"