chore(deps): bump @harlem/core from 2.2.3 to 2.3.0
Bumps [@harlem/core](https://github.com/andrewcourtice/harlem/tree/HEAD/core) from 2.2.3 to 2.3.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.3.0/core) --- updated-dependencies: - dependency-name: "@harlem/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e2e0b45ee4
commit
4d444bbbae
|
|
@ -15,7 +15,7 @@
|
|||
"test": "yarn test:unit && yarn test:e2e"
|
||||
},
|
||||
"dependencies": {
|
||||
"@harlem/core": "^2.2.3",
|
||||
"@harlem/core": "^2.3.0",
|
||||
"insane": "^2.6.2",
|
||||
"marked": "^4.0.12",
|
||||
"vue": "^3.2.30",
|
||||
|
|
|
|||
18
yarn.lock
18
yarn.lock
|
|
@ -376,17 +376,17 @@
|
|||
minimatch "^3.0.4"
|
||||
strip-json-comments "^3.1.1"
|
||||
|
||||
"@harlem/core@^2.2.3":
|
||||
version "2.2.3"
|
||||
resolved "https://registry.yarnpkg.com/@harlem/core/-/core-2.2.3.tgz#98fb5358199740c363f0220df0036d6adefb63e0"
|
||||
integrity sha512-RDUM6TeeYp9dg0hWak821+COSWLzRtlItok8J4/ynkH6v9jFmrprOdsxf1hYZWMAkX9/b4us2M1TL+4v2Kw/LQ==
|
||||
"@harlem/core@^2.3.0":
|
||||
version "2.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@harlem/core/-/core-2.3.0.tgz#b0d6eab86e71e39293b1805651d4a9a885c1f9ed"
|
||||
integrity sha512-qKjL2lk+qnW6p5owQrLoCNBI7Fo4VIMiEWf3l1Sb3NeaAIpd9dGkcMlWZj7M/VpK56yeYpTCsDUkQ/7zeI1LEw==
|
||||
dependencies:
|
||||
"@harlem/utilities" "^2.2.3"
|
||||
"@harlem/utilities" "^2.3.0"
|
||||
|
||||
"@harlem/utilities@^2.2.3":
|
||||
version "2.2.3"
|
||||
resolved "https://registry.yarnpkg.com/@harlem/utilities/-/utilities-2.2.3.tgz#03d6cbd4284d0b54ee8de019e76cbbe35574ca88"
|
||||
integrity sha512-mWRaKPWOXWPsnjlClQsgaZ2iEqZYEUkKrHH0/UpVjMEkQIGHrPMDdlOjlHTWtae//xlkg9iy138wn79NQwFWPg==
|
||||
"@harlem/utilities@^2.3.0":
|
||||
version "2.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@harlem/utilities/-/utilities-2.3.0.tgz#54ddf536a6ea9f91a7d4bcf3d530bcf43edf67c5"
|
||||
integrity sha512-DCTse2Gwa4ec6LT2m593sI0E8aUGiWgCfRRrgGW8E4EwLJfnQKzvg4vfssRXRgWYXqOyoqlg2nWwJDDQjOyWeQ==
|
||||
|
||||
"@humanwhocodes/config-array@^0.9.2":
|
||||
version "0.9.3"
|
||||
|
|
|
|||
Loading…
Reference in New Issue