From a4b8aec439cedcee9f25e44ea8826ba0d6c52136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 01:00:21 +0000 Subject: [PATCH] chore(deps-dev): bump siyuan in /packages/picgo-plugin-bootstrap Bumps [siyuan](https://github.com/siyuan-note/petal) from 0.9.9 to 1.0.2. - [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.9.9...v1.0.2) --- updated-dependencies: - dependency-name: siyuan dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/picgo-plugin-bootstrap/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/picgo-plugin-bootstrap/package.json b/packages/picgo-plugin-bootstrap/package.json index 71bd736..431a63f 100644 --- a/packages/picgo-plugin-bootstrap/package.json +++ b/packages/picgo-plugin-bootstrap/package.json @@ -21,7 +21,7 @@ "jsdom": "^24.0.0", "minimist": "^1.2.8", "rollup-plugin-livereload": "^2.0.5", - "siyuan": "^0.9.7", + "siyuan": "^1.0.2", "stylus": "^0.63.0", "typescript": "^5.4.5", "vite": "^5.2.9",