Skip to content

Commit

Permalink
chore: update browserslist and autoprefixer
Browse files Browse the repository at this point in the history
Stay up-to-date with brower usage data
  • Loading branch information
ludofischer committed Feb 22, 2024
1 parent 7f44a4f commit 83d3268
Show file tree
Hide file tree
Showing 11 changed files with 58 additions and 41 deletions.
13 changes: 13 additions & 0 deletions .changeset/short-lamps-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"postcss-normalize-unicode": patch
"cssnano-preset-advanced": patch
"postcss-convert-values": patch
"postcss-reduce-initial": patch
"postcss-minify-params": patch
"postcss-merge-rules": patch
"postcss-colormin": patch
"stylehacks": patch
"cssnano": patch
---

chore: update autoprefixer and browerslist
2 changes: 1 addition & 1 deletion packages/cssnano-preset-advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"license": "MIT",
"dependencies": {
"autoprefixer": "^10.4.16",
"autoprefixer": "^10.4.17",
"cssnano-preset-default": "workspace:^",
"postcss-discard-unused": "workspace:^",
"postcss-merge-idents": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/cssnano/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"node": "^14 || ^16 || >=18.0"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"autoprefixer": "^10.4.17",
"cssnano-preset-advanced": "workspace:^",
"cssnano-preset-lite": "workspace:^",
"postcss": "^8.4.35"
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-colormin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"repository": "cssnano/cssnano",
"dependencies": {
"browserslist": "^4.22.2",
"browserslist": "^4.23.0",
"caniuse-api": "^3.0.0",
"colord": "^2.9.1",
"postcss-value-parser": "^4.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-convert-values/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"repository": "cssnano/cssnano",
"dependencies": {
"browserslist": "^4.22.2",
"browserslist": "^4.23.0",
"postcss-value-parser": "^4.2.0"
},
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-merge-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"repository": "cssnano/cssnano",
"dependencies": {
"browserslist": "^4.22.2",
"browserslist": "^4.23.0",
"caniuse-api": "^3.0.0",
"cssnano-utils": "workspace:^",
"postcss-selector-parser": "^6.0.15"
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-minify-params/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/cssnano/cssnano",
"dependencies": {
"browserslist": "^4.22.2",
"browserslist": "^4.23.0",
"cssnano-utils": "workspace:^",
"postcss-value-parser": "^4.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-normalize-unicode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"repository": "cssnano/cssnano",
"dependencies": {
"browserslist": "^4.22.2",
"browserslist": "^4.23.0",
"postcss-value-parser": "^4.2.0"
},
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-reduce-initial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"repository": "cssnano/cssnano",
"dependencies": {
"browserslist": "^4.22.2",
"browserslist": "^4.23.0",
"caniuse-api": "^3.0.0"
},
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stylehacks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"repository": "cssnano/cssnano",
"dependencies": {
"browserslist": "^4.22.2",
"browserslist": "^4.23.0",
"postcss-selector-parser": "^6.0.15"
},
"bugs": {
Expand Down
68 changes: 36 additions & 32 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 83d3268

Please sign in to comment.