Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 5, 2020
1 parent 62ccf5a commit a9074d1
Show file tree
Hide file tree
Showing 4 changed files with 416 additions and 350 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ of Autoprefixer.
:-ms-input-placeholder {
color: gray;
}
::-ms-input-placeholder {
color: gray;
}
::placeholder {
color: gray;
}
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"license": "MIT",
"repository": "postcss/autoprefixer",
"dependencies": {
"browserslist": "^4.14.0",
"caniuse-lite": "^1.0.30001113",
"browserslist": "^4.14.1",
"caniuse-lite": "^1.0.30001124",
"colorette": "^1.2.1",
"normalize-range": "^0.1.2",
"num2fraction": "^1.2.2",
Expand All @@ -39,13 +39,13 @@
"chalk": false
},
"devDependencies": {
"@logux/eslint-config": "^40.0.3",
"@size-limit/preset-small-lib": "4.5.6",
"eslint": "^7.6.0",
"@logux/eslint-config": "^40.0.4",
"@size-limit/preset-small-lib": "4.5.7",
"eslint": "^7.8.1",
"eslint-ci": "^1.0.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-jest": "^24.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-let": "^1.0.2",
"eslint-plugin-prettierx": "^0.14.0",
Expand All @@ -55,10 +55,10 @@
"eslint-plugin-unicorn": "^21.0.0",
"fs-extra": "^9.0.1",
"husky": "^4.2.5",
"jest": "^26.3.0",
"jest": "^26.4.2",
"jest-ci": "^0.1.1",
"lint-staged": "^10.2.11",
"size-limit": "^4.5.6"
"lint-staged": "^10.3.0",
"size-limit": "^4.5.7"
},
"lint-staged": {
"*.js": "eslint --fix"
Expand Down
4 changes: 0 additions & 4 deletions test/cases/example.out.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
color: gray;
}

::-ms-input-placeholder {
color: gray;
}

::placeholder {
color: gray;
}
Expand Down
Loading

0 comments on commit a9074d1

Please sign in to comment.