Skip to content

Commit

Permalink
Update PostCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 15, 2020
1 parent abe667c commit 491b738
Show file tree
Hide file tree
Showing 2 changed files with 206 additions and 184 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"license": "MIT",
"repository": "postcss/autoprefixer",
"peerDependencies": {
"postcss": "postcss/postcss#ose"
"postcss": "^8.0.2"
},
"dependencies": {
"browserslist": "^4.14.1",
"caniuse-lite": "^1.0.30001124",
"browserslist": "^4.14.2",
"caniuse-lite": "^1.0.30001131",
"colorette": "^1.2.1",
"normalize-range": "^0.1.2",
"num2fraction": "^1.2.2",
Expand All @@ -42,26 +42,26 @@
},
"devDependencies": {
"@logux/eslint-config": "^40.0.4",
"@size-limit/preset-small-lib": "4.5.7",
"eslint": "^7.8.1",
"@size-limit/preset-small-lib": "4.6.0",
"eslint": "^7.9.0",
"eslint-ci": "^1.0.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^24.0.0",
"eslint-plugin-jest": "^24.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-let": "^1.0.2",
"eslint-plugin-prefer-let": "^1.1.0",
"eslint-plugin-prettierx": "^0.14.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^21.0.0",
"fs-extra": "^9.0.1",
"husky": "^4.2.5",
"husky": "^4.3.0",
"jest": "^26.4.2",
"jest-ci": "^0.1.1",
"lint-staged": "^10.3.0",
"postcss": "postcss/postcss#ose",
"size-limit": "^4.5.7"
"postcss": "^8.0.2",
"size-limit": "^4.6.0"
},
"lint-staged": {
"*.js": "eslint --fix"
Expand Down
Loading

0 comments on commit 491b738

Please sign in to comment.