From 5c01104ca46d1da06dc4c51a9d227f67b6257b21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 12:47:19 +0000 Subject: [PATCH] fix(deps): bump siyuan from 0.7.9 to 0.8.0 Bumps [siyuan](https://github.com/siyuan-note/petal) from 0.7.9 to 0.8.0. - [Release notes](https://github.com/siyuan-note/petal/releases) - [Changelog](https://github.com/siyuan-note/petal/blob/main/CHANGELOG.md) - [Commits](https://github.com/siyuan-note/petal/compare/v0.7.9...v0.8.0) --- updated-dependencies: - dependency-name: siyuan dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c6e794cb..862b322a 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "pinia": "^2.1.6", "shorthash2": "^1.0.3", "simple-xmlrpc": "^1.4.2", - "siyuan": "^0.7.9", + "siyuan": "^0.8.0", "siyuan-plugin-picgo": "^1.4.4", "uuid": "^9.0.0", "vue": "^3.3.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c9b55ddc..3b1f5324 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,8 +39,8 @@ dependencies: specifier: ^1.4.2 version: 1.4.2 siyuan: - specifier: ^0.7.9 - version: 0.7.9 + specifier: ^0.8.0 + version: 0.8.0 siyuan-plugin-picgo: specifier: ^1.4.4 version: 1.4.4(typescript@5.1.6) @@ -6164,6 +6164,10 @@ packages: resolution: {integrity: sha512-X5olBQhfkgyPRF+d8agpcbAaFnCSvSkN3LWX7XU9jApmCfpJ/4PAmK7mKPfR1YGBpjFLRa/xTrv11BQ3hxN15Q==} dev: false + /siyuan@0.8.0: + resolution: {integrity: sha512-QbT/6YKetvmJ/1D7OaqF/zIK+TUXI6eUPJ48qlbqdJtN8/aN809+hsMz+2xUO5pxq5nc3+hSGomia5sBoXQRwQ==} + dev: false + /slash@3.0.0: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} engines: {node: '>=8'}