Skip to content

Commit acd784c

Browse files
authored
chore: bump deps (#465)
1 parent 2d1e0cf commit acd784c

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@
3030
"eslint-plugin-promise": "^4.0.1",
3131
"eslint-plugin-standard": "^4.0.0",
3232
"eslint-plugin-vue": "^5.1.0",
33+
"nanoid": "3.3.3",
3334
"husky": "^1.1.4",
3435
"lint-staged": "^8.0.5",
36+
"postcss": "8.4.12",
3537
"prettier": "^1.16.1"
3638
},
3739
"husky": {

yarn.lock

+24
Original file line numberDiff line numberDiff line change
@@ -7837,6 +7837,11 @@ mute-stream@~0.0.4:
78377837
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
78387838
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
78397839

7840+
[email protected], nanoid@^3.3.1:
7841+
version "3.3.3"
7842+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
7843+
integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==
7844+
78407845
nanoid@^3.1.23:
78417846
version "3.1.25"
78427847
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.25.tgz#09ca32747c0e543f0e1814b7d3793477f9c8e152"
@@ -8687,6 +8692,11 @@ performance-now@^2.1.0:
86878692
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
86888693
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
86898694

8695+
picocolors@^1.0.0:
8696+
version "1.0.0"
8697+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
8698+
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
8699+
86908700
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
86918701
version "2.3.0"
86928702
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
@@ -8802,6 +8812,15 @@ postcss-value-parser@^3.3.1:
88028812
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281"
88038813
integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==
88048814

8815+
8816+
version "8.4.12"
8817+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.12.tgz#1e7de78733b28970fa4743f7da6f3763648b1905"
8818+
integrity sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==
8819+
dependencies:
8820+
nanoid "^3.3.1"
8821+
picocolors "^1.0.0"
8822+
source-map-js "^1.0.2"
8823+
88058824
postcss@^6.0.23:
88068825
version "6.0.23"
88078826
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.23.tgz#61c82cc328ac60e677645f979054eb98bc0e3324"
@@ -10042,6 +10061,11 @@ source-map-js@^0.6.2:
1004210061
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e"
1004310062
integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==
1004410063

10064+
source-map-js@^1.0.2:
10065+
version "1.0.2"
10066+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
10067+
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
10068+
1004510069
source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
1004610070
version "0.5.3"
1004710071
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"

0 commit comments

Comments
 (0)