Skip to content

Commit

Permalink
chore(release): gridsome v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kriya committed Dec 17, 2023
1 parent ee5bd72 commit caf3e3f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions gridsome/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.8.2",
"version": "0.8.3",
"name": "@kriya/gridsome",
"description": "A JAMstack framework for building blazing fast websites with Vue.js",
"homepage": "https://gridsome.org",
Expand Down Expand Up @@ -85,7 +85,7 @@
"svgo": "^3.1.0",
"tapable": "^2.2.1",
"vue": "~2.7.15",
"vue-loader": "~16.8.3",
"vue-loader": "~15.11.1",
"vue-meta": "^2.4.0",
"vue-router": "~3.6.5",
"vue-server-renderer": "^2.7.15",
Expand Down
16 changes: 9 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16781,14 +16781,16 @@ vue-loader@^15.10.0:
vue-hot-reload-api "^2.3.0"
vue-style-loader "^4.1.0"

vue-loader@~16.8.3:
version "16.8.3"
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-16.8.3.tgz#d43e675def5ba9345d6c7f05914c13d861997087"
integrity sha512-7vKN45IxsKxe5GcVCbc2qFU5aWzyiLrYJyUuMz4BQLKctCj/fmCa0w6fGiiQ2cLFetNcek1ppGJQDCup0c1hpA==
vue-loader@~15.11.1:
version "15.11.1"
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-15.11.1.tgz#dee91169211276ed43c5715caef88a56b1f497b0"
integrity sha512-0iw4VchYLePqJfJu9s62ACWUXeSqM30SQqlIftbYWM3C+jpPcEHKSPUZBLjSF9au4HTHQ/naF6OGnO3Q/qGR3Q==
dependencies:
chalk "^4.1.0"
hash-sum "^2.0.0"
loader-utils "^2.0.0"
"@vue/component-compiler-utils" "^3.1.0"
hash-sum "^1.0.2"
loader-utils "^1.1.0"
vue-hot-reload-api "^2.3.0"
vue-style-loader "^4.1.0"

vue-meta@^2.4.0:
version "2.4.0"
Expand Down

0 comments on commit caf3e3f

Please sign in to comment.