Skip to content

Commit

Permalink
Update dependency vite-plugin-pages to v0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2022
1 parent 6731e2b commit 7d0892c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"typescript": "4.8.4",
"vite": "3.1.4",
"vite-plugin-mdi-icons": "0.1.0",
"vite-plugin-pages": "0.26.0",
"vite-plugin-pages": "0.27.1",
"vite-plugin-vuetify": "1.0.0-alpha.17",
"vue-tsc": "0.40.13"
}
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ extract-comments@^1.1.0:
esprima-extract-comments "^1.1.0"
parse-code-context "^1.0.0"

fast-glob@^3.2.11:
fast-glob@^3.2.12:
version "3.2.12"
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==
Expand Down Expand Up @@ -1457,20 +1457,20 @@ [email protected]:
"@rollup/pluginutils" "4.2.1"
magic-string "0.26.5"

vite-plugin-pages@0.26.0:
version "0.26.0"
resolved "https://registry.yarnpkg.com/vite-plugin-pages/-/vite-plugin-pages-0.26.0.tgz#2acf077b759fd4e34d0f9677ab1c32692e12249e"
integrity sha512-yJZvwHEt7puYIf19S89IvkDsWPjWleSied4H8hmdW6i8buCA93z1UAU1ipW1d8fNKrC4FzXsUHHbPm6+kl1p9w==
vite-plugin-pages@0.27.1:
version "0.27.1"
resolved "https://registry.yarnpkg.com/vite-plugin-pages/-/vite-plugin-pages-0.27.1.tgz#4e232560bf1dcb3c9f495beaa1ef3f4f7bc456f1"
integrity sha512-KXfeG9aQSNsSXBs1mPeeuC0rwkLti+MgoJ3GknrwRDNrdrojb9czcFAVlnoPNVdfuvTHcWdf5zqN7+vuvz2JZQ==
dependencies:
"@types/debug" "^4.1.7"
debug "^4.3.4"
deep-equal "^2.0.5"
extract-comments "^1.1.0"
fast-glob "^3.2.11"
fast-glob "^3.2.12"
json5 "^2.2.1"
local-pkg "^0.4.2"
picocolors "^1.0.0"
yaml "^2.1.1"
yaml "^2.1.3"

[email protected]:
version "1.0.0-alpha.17"
Expand Down Expand Up @@ -1582,7 +1582,7 @@ yallist@^4.0.0:
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==

yaml@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.1.1.tgz#1e06fb4ca46e60d9da07e4f786ea370ed3c3cfec"
integrity sha512-o96x3OPo8GjWeSLF+wOAbrPfhFOGY0W00GNaxCDv+9hkcDJEnev1yh8S7pgHF0ik6zc8sQLuL8hjHjJULZp8bw==
yaml@^2.1.3:
version "2.1.3"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.1.3.tgz#9b3a4c8aff9821b696275c79a8bee8399d945207"
integrity sha512-AacA8nRULjKMX2DvWvOAdBZMOfQlypSFkjcOcu9FalllIDJ1kvlREzcdIZmidQUqqeMv7jorHjq2HlLv/+c2lg==

0 comments on commit 7d0892c

Please sign in to comment.