Skip to content

Commit

Permalink
Revert "update is-prop-valid"
Browse files Browse the repository at this point in the history
Latest release broke support for uppercase aria/data attrs.

This reverts commit af75481.
  • Loading branch information
quantizor committed Oct 13, 2018
1 parent af75481 commit d59ebbf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -66,7 +66,7 @@
},
"homepage": "https://styled-components.com",
"dependencies": {
"@emotion/is-prop-valid": "^0.7.0",
"@emotion/is-prop-valid": "^0.6.8",
"babel-plugin-styled-components": ">= 1",
"css-to-react-native": "^2.2.2",
"memoize-one": "^4.0.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Expand Up @@ -568,15 +568,15 @@
lodash "^4.17.10"
to-fast-properties "^2.0.0"

"@emotion/is-prop-valid@^0.7.0":
version "0.7.0"
resolved "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.7.0.tgz#ea730c5e75846faae1e4946253bd1ee87ae0e39e"
"@emotion/is-prop-valid@^0.6.8":
version "0.6.8"
resolved "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.6.8.tgz#68ad02831da41213a2089d2cab4e8ac8b30cbd85"
dependencies:
"@emotion/memoize" "^0.7.0"
"@emotion/memoize" "^0.6.6"

"@emotion/memoize@^0.7.0":
version "0.7.0"
resolved "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.0.tgz#b4363577017f94a7ab9417f030516c7dad9995d7"
"@emotion/memoize@^0.6.6":
version "0.6.6"
resolved "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.6.6.tgz#004b98298d04c7ca3b4f50ca2035d4f60d2eed1b"

"@samverschueren/stream-to-observable@^0.3.0":
version "0.3.0"
Expand Down

0 comments on commit d59ebbf

Please sign in to comment.