chore(deps): bump @harlem/core from 1.3.2 to 2.2.0
Bumps [@harlem/core](https://github.com/andrewcourtice/harlem/tree/HEAD/core) from 1.3.2 to 2.2.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.2.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:
parent
2289b68410
commit
be61bea409
|
|
@ -15,7 +15,7 @@
|
|||
"test": "yarn test:unit && yarn test:e2e"
|
||||
},
|
||||
"dependencies": {
|
||||
"@harlem/core": "^1.3.2",
|
||||
"@harlem/core": "^2.2.0",
|
||||
"insane": "^2.6.2",
|
||||
"marked": "^2.1.3",
|
||||
"vue": "^3.2.24",
|
||||
|
|
|
|||
15
yarn.lock
15
yarn.lock
|
|
@ -589,10 +589,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.2.0":
|
||||
version "2.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@harlem/core/-/core-2.2.0.tgz#4b4cb2d88d7dbf191a1780ae0a312f844669a60b"
|
||||
integrity sha512-4Gob8u7OU0bpwVNMHl4lhyo9L4ytAHVtCNUIuWiDRdVHZ9ZeTa6D13Vlhf0zzIg7u+4/uBds8AiZlrwgaXwr/w==
|
||||
dependencies:
|
||||
"@harlem/utilities" "^2.2.0"
|
||||
|
||||
"@harlem/utilities@^2.2.0":
|
||||
version "2.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@harlem/utilities/-/utilities-2.2.0.tgz#b609ee79cf9f17cbf2f4479eb9af5f150917d95c"
|
||||
integrity sha512-ViNaRdmXOjKn/ikxZFWW4Id4IbAkaZYiaIJ8DFNHau4w3VdSuaBHtmc8AHaN3JEF3qmQ1mHCdrAon08fMtEz9Q==
|
||||
|
||||
"@humanwhocodes/config-array@^0.9.2":
|
||||
version "0.9.2"
|
||||
|
|
|
|||
Loading…
Reference in New Issue