Skip to content

Commit

Permalink
chore(deps): update styled-components and stylelint (#673)
Browse files Browse the repository at this point in the history
* chore(deps): update styled-components

* chore(deps): update stylelint

* test: fix test snapshot
  • Loading branch information
nabeliwo committed Feb 28, 2020
1 parent 58f7d96 commit a26be0a
Show file tree
Hide file tree
Showing 7 changed files with 844 additions and 2,280 deletions.
6 changes: 5 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"stylelint-config-styled-components",
"stylelint-config-prettier"
],
"rules": {},
"rules": {
"value-keyword-case": ["lower", {
ignoreKeywords: "dummyValue"
}]
},
"syntax": "scss"
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/react-dom": "^16.9.5",
"@types/react-test-renderer": "^16.9.2",
"@types/react-transition-group": "^4.2.3",
"@types/styled-components": "^4.4.0",
"@types/styled-components": "^5.0.1",
"babel-loader": "^8.0.6",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
Expand All @@ -53,10 +53,10 @@
"standard-version": "^7.1.0",
"storybook-readme": "^5.0.8",
"storycap": "^2.3.4",
"styled-components": "^4.4.0",
"styled-components": "^5.0.1",
"stylelint": "^13.2.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^19.0.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"ts-jest": "^25.2.1",
Expand All @@ -66,7 +66,7 @@
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6",
"styled-components": "^4.4.0"
"styled-components": "^5.0.1"
},
"bugs": {
"url": "https://github.com/kufu/smarthr-ui/issues"
Expand Down
Loading

0 comments on commit a26be0a

Please sign in to comment.