Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#340)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Nov 24, 2021
1 parent 73c5a7a commit e11a6d5
Show file tree
Hide file tree
Showing 4 changed files with 288 additions and 99 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"docus": "^0.9.0"
},
"devDependencies": {
"vue-plausible": "^1.2.1"
"vue-plausible": "^1.3.1"
}
}
15 changes: 10 additions & 5 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8127,6 +8127,11 @@ plausible-tracker@^0.3.1:
resolved "https://registry.yarnpkg.com/plausible-tracker/-/plausible-tracker-0.3.1.tgz#dd4e1f59cafc7bf1b00e30890567287b3f204efd"
integrity sha512-oXnVyfTF2gzkfK3iOZCRZEnf8sH4gBASaJhY+clwWW1orIybfQpfbgg4U5Bwj5dW/4iNstM4tx4jMCVUfMCUbg==

plausible-tracker@^0.3.4:
version "0.3.4"
resolved "https://registry.yarnpkg.com/plausible-tracker/-/plausible-tracker-0.3.4.tgz#6c4fb5888f62d0ab9b069fef7e3a06e2e728c65c"
integrity sha512-pc5fMmtagAlTYKOUcMk+AfV0t3bVpYv+zTEsBTFQL6n8frExxK54GBauxzbKF1hLZ16ggx/84mA4/ujLgbvvmQ==

pngjs@^3.3.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-3.4.0.tgz#99ca7d725965fb655814eaf65f38f12bbdbf555f"
Expand Down Expand Up @@ -11343,12 +11348,12 @@ vue-plausible@^1.1.4:
dependencies:
plausible-tracker "^0.3.1"

vue-plausible@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/vue-plausible/-/vue-plausible-1.2.1.tgz#66ceb925a98ecca715a11c3c77e1e11b8f0945fc"
integrity sha512-+HIO35sHLPMtpSzyQSjGUFQUmqHXHas5kQ/XSdowS6z8FryfP/uyPURUT1hoXK217DD2w7EbZqjs59TDcHhcEw==
vue-plausible@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/vue-plausible/-/vue-plausible-1.3.1.tgz#c8d5906566433c7f5a0a27878745f355eccf9172"
integrity sha512-OqZiScz/7glitE4XSJTwGUHO31VEbba2efmLki0+rIGDx3NysSOBJMyFz6yBFPWKms4jb1lDmx1wCsbAl7mrtA==
dependencies:
plausible-tracker "^0.3.1"
plausible-tracker "^0.3.4"

vue-router@^3.5.1:
version "3.5.1"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
"create-require": "^1.1.1",
"css-loader": "^6.5.1",
"jiti": "^1.12.9",
"postcss": "^8.3.11",
"postcss": "^8.4.0",
"upath": "^2.0.1",
"vue-loader": "^15.9.8"
},
"devDependencies": {
"@babel/preset-env": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@nuxt/content": "^1.15.0",
"@nuxt/content": "^1.15.1",
"@nuxt/types": "latest",
"@nuxt/typescript-build": "latest",
"@nuxt/typescript-runtime": "latest",
Expand All @@ -58,12 +58,12 @@
"express": "^4.17.1",
"mkdist": "^0.3.5",
"node-sass": "^5.0.0",
"nuxt-edge": "^2.16.0-27270734.ab1c6cb4",
"nuxt-edge": "^2.16.0-27295215.ab1c6cb4",
"react-docgen-typescript-plugin": "^1.0.0",
"rimraf": "^3.0.2",
"sass-loader": "^10.2.0",
"standard-version": "latest",
"typescript": "^4.4.4"
"typescript": "^4.5.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit e11a6d5

Please sign in to comment.