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 725ccbf commit 5c2861a
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 91 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
},
"dependencies": {
"camelcase-css": "^2.0.1",
"postcss": "postcss/postcss#ose"
"postcss": "^8.0.2"
},
"devDependencies": {
"@logux/eslint-config": "^40.0.4",
"clean-publish": "^1.1.8",
"eslint": "^7.8.1",
"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",
Expand All @@ -51,7 +51,7 @@
"jest-ci": "^0.1.1",
"jest-cli": "^26.4.2",
"lint-staged": "^10.3.0",
"postcss-sharec-config": "^0.1.5"
"postcss-sharec-config": "^0.1.6"
},
"husky": {
"hooks": {
Expand All @@ -77,6 +77,6 @@
},
"sharec": {
"config": "postcss-sharec-config",
"version": "0.1.5"
"version": "0.1.6"
}
}
Loading

0 comments on commit 5c2861a

Please sign in to comment.