X Tutup
Skip to content

Commit 35250e8

Browse files
authored
Merge pull request #90 from javaistic/depfu/update/yarn/autoprefixer-10.4.2
Update autoprefixer: 10.4.1 → 10.4.2 (patch)
2 parents f450e2b + 4f350da commit 35250e8

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@svgr/webpack": "^5.5.0",
3737
"@tailwindcss/jit": "^0.1.18",
3838
"@tailwindcss/typography": "^0.4.1",
39-
"autoprefixer": "^10.4.1",
39+
"autoprefixer": "^10.4.2",
4040
"babel-plugin-preval": "^5.0.0",
4141
"clsx": "^1.1.1",
4242
"dlv": "^1.1.3",

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2333,13 +2333,13 @@ astral-regex@^2.0.0:
23332333
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"
23342334
integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
23352335

2336-
autoprefixer@^10.4.1:
2337-
version "10.4.1"
2338-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.1.tgz#1735959d6462420569bc42408016acbc56861c12"
2339-
integrity sha512-B3ZEG7wtzXDRCEFsan7HmR2AeNsxdJB0+sEC0Hc5/c2NbhJqPwuZm+tn233GBVw82L+6CtD6IPSfVruwKjfV3A==
2336+
autoprefixer@^10.4.2:
2337+
version "10.4.2"
2338+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.2.tgz#25e1df09a31a9fba5c40b578936b90d35c9d4d3b"
2339+
integrity sha512-9fOPpHKuDW1w/0EKfRmVnxTDt8166MAnLI3mgZ1JCnhNtYWxcJ6Ud5CO/AVOZi/AvFa8DY9RTy3h3+tFBlrrdQ==
23402340
dependencies:
23412341
browserslist "^4.19.1"
2342-
caniuse-lite "^1.0.30001294"
2342+
caniuse-lite "^1.0.30001297"
23432343
fraction.js "^4.1.2"
23442344
normalize-range "^0.1.2"
23452345
picocolors "^1.0.0"
@@ -2668,11 +2668,16 @@ caniuse-lite@^1.0.30001271:
26682668
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001274.tgz#26ca36204d15b17601ba6fc35dbdad950a647cc7"
26692669
integrity sha512-+Nkvv0fHyhISkiMIjnyjmf5YJcQ1IQHZN6U9TLUMroWR38FNwpsC51Gb68yueafX1V6ifOisInSgP9WJFS13ew==
26702670

2671-
caniuse-lite@^1.0.30001286, caniuse-lite@^1.0.30001294:
2671+
caniuse-lite@^1.0.30001286:
26722672
version "1.0.30001294"
26732673
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001294.tgz#4849f27b101fd59ddee3751598c663801032533d"
26742674
integrity sha512-LiMlrs1nSKZ8qkNhpUf5KD0Al1KCBE3zaT7OLOwEkagXMEDij98SiOovn9wxVGQpklk9vVC/pUSqgYmkmKOS8g==
26752675

2676+
caniuse-lite@^1.0.30001297:
2677+
version "1.0.30001298"
2678+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001298.tgz#0e690039f62e91c3ea581673d716890512e7ec52"
2679+
integrity sha512-AcKqikjMLlvghZL/vfTHorlQsLDhGRalYf1+GmWCf5SCMziSGjRYQW/JEksj14NaYHIR6KIhrFAy0HV5C25UzQ==
2680+
26762681
ccount@^1.0.0:
26772682
version "1.1.0"
26782683
resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.1.0.tgz#246687debb6014735131be8abab2d93898f8d043"

0 commit comments

Comments
 (0)
X Tutup