From 6e151b4f885618595bdc4eeb069692ffd9d4a432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Sep 2021 09:13:36 +0800 Subject: [PATCH] Bump wp-types from 2.11.0 to 2.12.0 (#186) Bumps [wp-types](https://github.com/johnbillion/wp-json-schemas) from 2.11.0 to 2.12.0. - [Release notes](https://github.com/johnbillion/wp-json-schemas/releases) - [Commits](https://github.com/johnbillion/wp-json-schemas/compare/2.11.0...2.12.0) --- updated-dependencies: - dependency-name: wp-types dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3101034..3d13a3a 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "vite-plugin-svgicon": "^1.0.0-alpha.0", "vue-jest": "^5.0.0-alpha.10", "vue-tsc": "^0.2.0", - "wp-types": "^2.10.0" + "wp-types": "^2.12.0" }, "engines": { "npm": "please-use-yarn", diff --git a/yarn.lock b/yarn.lock index 7d152f0..eaa419f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7178,10 +7178,10 @@ word-wrap@^1.2.3, word-wrap@~1.2.3: resolved "https://registry.npm.taobao.org/word-wrap/download/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" integrity sha1-YQY29rH3A4kb00dxzLF/uTtHB5w= -wp-types@^2.10.0: - version "2.11.0" - resolved "https://registry.nlark.com/wp-types/download/wp-types-2.11.0.tgz#205de48dbbd24f551163954a87cbfa0fb8b344ce" - integrity sha1-IF3kjbvST1URY5VKh8v6D7izRM4= +wp-types@^2.12.0: + version "2.12.0" + resolved "https://registry.yarnpkg.com/wp-types/-/wp-types-2.12.0.tgz#b4a7ad142c5a7e0720741e7d3eebf931f3330c70" + integrity sha512-PVRp/3NCSksOXEb4DGMVqgkAS+JhmjDro8CXdFVfP05+yCXlqaHDuvoOpCoEKmXEd0sYN9EEf8675+Fz8eL4zQ== dependencies: typescript ">=3"