Skip to content
This repository was archived by the owner on Jan 4, 2023. It is now read-only.

Commit 851d1de

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 20559a0 commit 851d1de

File tree

4 files changed

+1003
-989
lines changed

4 files changed

+1003
-989
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
},
99
"devDependencies": {
1010
"docus": "^0.9.0",
11-
"vue-plausible": "^1.2.1"
11+
"vue-plausible": "^1.3.1"
1212
}
1313
}

docs/yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7963,6 +7963,11 @@ plausible-tracker@^0.3.1:
79637963
resolved "https://registry.yarnpkg.com/plausible-tracker/-/plausible-tracker-0.3.1.tgz#dd4e1f59cafc7bf1b00e30890567287b3f204efd"
79647964
integrity sha512-oXnVyfTF2gzkfK3iOZCRZEnf8sH4gBASaJhY+clwWW1orIybfQpfbgg4U5Bwj5dW/4iNstM4tx4jMCVUfMCUbg==
79657965

7966+
plausible-tracker@^0.3.4:
7967+
version "0.3.5"
7968+
resolved "https://registry.yarnpkg.com/plausible-tracker/-/plausible-tracker-0.3.5.tgz#49c09a7eb727f1d5c859c3fc8072837b13ee9b85"
7969+
integrity sha512-6c6VPdPtI9KmIsfr8zLBViIDMt369eeaNA1J8JrAmAtrpSkeJWvjwcJ+cLn7gVJn5AtQWC8NgSEee2d/5RNytA==
7970+
79667971
pngjs@^3.3.0:
79677972
version "3.4.0"
79687973
resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-3.4.0.tgz#99ca7d725965fb655814eaf65f38f12bbdbf555f"
@@ -11061,13 +11066,20 @@ vue-no-ssr@^1.1.1:
1106111066
resolved "https://registry.yarnpkg.com/vue-no-ssr/-/vue-no-ssr-1.1.1.tgz#875f3be6fb0ae41568a837f3ac1a80eaa137b998"
1106211067
integrity sha512-ZMjqRpWabMPqPc7gIrG0Nw6vRf1+itwf0Itft7LbMXs2g3Zs/NFmevjZGN1x7K3Q95GmIjWbQZTVerxiBxI+0g==
1106311068

11064-
vue-plausible@^1.1.4, vue-plausible@^1.2.1:
11069+
vue-plausible@^1.1.4:
1106511070
version "1.2.1"
1106611071
resolved "https://registry.yarnpkg.com/vue-plausible/-/vue-plausible-1.2.1.tgz#66ceb925a98ecca715a11c3c77e1e11b8f0945fc"
1106711072
integrity sha512-+HIO35sHLPMtpSzyQSjGUFQUmqHXHas5kQ/XSdowS6z8FryfP/uyPURUT1hoXK217DD2w7EbZqjs59TDcHhcEw==
1106811073
dependencies:
1106911074
plausible-tracker "^0.3.1"
1107011075

11076+
vue-plausible@^1.3.1:
11077+
version "1.3.1"
11078+
resolved "https://registry.yarnpkg.com/vue-plausible/-/vue-plausible-1.3.1.tgz#c8d5906566433c7f5a0a27878745f355eccf9172"
11079+
integrity sha512-OqZiScz/7glitE4XSJTwGUHO31VEbba2efmLki0+rIGDx3NysSOBJMyFz6yBFPWKms4jb1lDmx1wCsbAl7mrtA==
11080+
dependencies:
11081+
plausible-tracker "^0.3.4"
11082+
1107111083
vue-router@^3.5.1:
1107211084
version "3.5.2"
1107311085
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.5.2.tgz#5f55e3f251970e36c3e8d88a7cd2d67a350ade5c"

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,35 +26,35 @@
2626
"test": "mocha -b -r jiti/register ./test/*.test.*"
2727
},
2828
"dependencies": {
29-
"@vitejs/plugin-legacy": "^1.6.0",
29+
"@vitejs/plugin-legacy": "^1.8.1",
3030
"consola": "^2.15.3",
31-
"defu": "^5.0.0",
32-
"fs-extra": "^10.0.0",
31+
"defu": "^5.0.1",
32+
"fs-extra": "^10.1.0",
3333
"pathe": "^0.2.0",
34-
"postcss-import": "^14.0.2",
34+
"postcss-import": "^14.1.0",
3535
"postcss-import-resolver": "^2.0.0",
36-
"postcss-preset-env": "^6.7.0",
36+
"postcss-preset-env": "^6.7.1",
3737
"postcss-url": "^10.1.3",
38-
"semver": "^7.3.5",
39-
"ufo": "^0.7.9",
38+
"semver": "^7.3.7",
39+
"ufo": "^0.8.3",
4040
"vite": "^2.5.7",
41-
"vite-plugin-vue2": "^1.8.2"
41+
"vite-plugin-vue2": "^1.9.3"
4242
},
4343
"devDependencies": {
4444
"@nuxt/types": "^2.15.8",
45-
"@nuxtjs/composition-api": "^0.29.2",
45+
"@nuxtjs/composition-api": "^0.32.0",
4646
"@nuxtjs/eslint-config-typescript": "^6.0.1",
4747
"@types/fs-extra": "^9.0.13",
48-
"@types/mocha": "^9.0.0",
49-
"chai": "^4.3.4",
48+
"@types/mocha": "^9.1.1",
49+
"chai": "^4.3.6",
5050
"eslint": "^7.32.0",
51-
"mkdist": "^0.3.3",
52-
"mocha": "^9.1.2",
51+
"mkdist": "^0.3.10",
52+
"mocha": "^9.2.2",
5353
"nuxt": "^2.15.8",
54-
"ohmyfetch": "^0.3.1",
55-
"playwright": "^1.15.1",
56-
"sass": "^1.42.1",
54+
"ohmyfetch": "^0.4.15",
55+
"playwright": "^1.21.1",
56+
"sass": "^1.50.1",
5757
"siroc": "^0.16.0",
58-
"standard-version": "^9.3.1"
58+
"standard-version": "^9.3.2"
5959
}
6060
}

0 commit comments

Comments
 (0)