Skip to content

Commit 163a903

Browse files
committed
Update dependency autoprefixer to v10
1 parent 548d9d4 commit 163a903

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@tailwindcss/postcss7-compat": "^2.0.4",
41-
"autoprefixer": "^9",
41+
"autoprefixer": "^10.0.0",
4242
"postcss": "^7",
4343
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
4444
"tailwindcss-glow": "file:.."

example/yarn.lock

+23-1
Original file line numberDiff line numberDiff line change
@@ -2519,6 +2519,18 @@ atob@^2.1.2:
25192519
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
25202520
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
25212521

2522+
autoprefixer@^10.0.0:
2523+
version "10.2.5"
2524+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.2.5.tgz#096a0337dbc96c0873526d7fef5de4428d05382d"
2525+
integrity sha512-7H4AJZXvSsn62SqZyJCP+1AWwOuoYpUfK6ot9vm0e87XD6mT8lDywc9D9OTJPMULyGcvmIxzTAMeG2Cc+YX+fA==
2526+
dependencies:
2527+
browserslist "^4.16.3"
2528+
caniuse-lite "^1.0.30001196"
2529+
colorette "^1.2.2"
2530+
fraction.js "^4.0.13"
2531+
normalize-range "^0.1.2"
2532+
postcss-value-parser "^4.1.0"
2533+
25222534
autoprefixer@^9, autoprefixer@^9.6.1:
25232535
version "9.8.6"
25242536
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.6.tgz#3b73594ca1bf9266320c5acf1588d74dea74210f"
@@ -3134,6 +3146,11 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, can
31343146
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001191.tgz#bacb432b6701f690c8c5f7c680166b9a9f0843d9"
31353147
integrity sha512-xJJqzyd+7GCJXkcoBiQ1GuxEiOBCLQ0aVW9HMekifZsAVGdj5eJ4mFB9fEhSHipq9IOk/QXFJUiIr9lZT+EsGw==
31363148

3149+
caniuse-lite@^1.0.30001196:
3150+
version "1.0.30001223"
3151+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001223.tgz#39b49ff0bfb3ee3587000d2f66c47addc6e14443"
3152+
integrity sha512-k/RYs6zc/fjbxTjaWZemeSmOjO0JJV+KguOBA3NwPup8uzxM1cMhR2BD9XmO86GuqaqTCO8CgkgH9Rz//vdDiA==
3153+
31373154
capture-exit@^2.0.0:
31383155
version "2.0.0"
31393156
resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4"
@@ -5128,6 +5145,11 @@ forwarded@~0.1.2:
51285145
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz#98c23dab1175657b8c0573e8ceccd91b0ff18c84"
51295146
integrity sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=
51305147

5148+
fraction.js@^4.0.13:
5149+
version "4.0.13"
5150+
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.0.13.tgz#3c1c315fa16b35c85fffa95725a36fa729c69dfe"
5151+
integrity sha512-E1fz2Xs9ltlUp+qbiyx9wmt2n9dRzPsS11Jtdb8D2o+cC7wr9xkkKsVKJuBX0ST+LVS+LhLO+SbLJNtfWcJvXA==
5152+
51315153
fragment-cache@^0.2.1:
51325154
version "0.2.1"
51335155
resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19"
@@ -10490,7 +10512,7 @@ table@^6.0.4:
1049010512
string-width "^4.2.0"
1049110513

1049210514
"tailwindcss-glow@file:..":
10493-
version "0.3.10"
10515+
version "2.0.0-alpha.1"
1049410516
dependencies:
1049510517
color-convert "^2.0.1"
1049610518
color-string "^1.5.5"

0 commit comments

Comments
 (0)