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

Bumps [@harlem/core](https://github.com/andrewcourtice/harlem/tree/HEAD/core) from 1.3.2 to 2.0.1.
- [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.0.1/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-10-01 19:03:20 +00:00 committed by GitHub
parent e5452ed9a9
commit 87fb84e844
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.0.1",
"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.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@harlem/core/-/core-2.0.1.tgz#d6a825103984e9027e8f378e73e9474ba82937d8"
integrity sha512-pDHNz2IS50BbfBjjOdGPkkux185i9/ZWKdC6RG9jWwdVZjVlx2sccEEbrV+btJeZ6g4DDLGS1JSRuV50yF4Y+Q==
dependencies:
"@harlem/utilities" "^2.0.1"
"@harlem/utilities@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@harlem/utilities/-/utilities-2.0.1.tgz#ad15904509ca0379a4cd68cff09db4917e423d66"
integrity sha512-I1dq5nBm/oS74mSgKnSnyDLtPfxDziQoAY3KE57iAFWPVFXL8vYtP4JfiBoYWQP+Jm300g1nFMOJ5QKicRchlA==
"@humanwhocodes/config-array@^0.5.0":
version "0.5.0"