Skip to content

Commit 9a7a1fc

Browse files
committed
undo s-c v4 requirement
Loosening this so all users can benefit from the single comment interpolation fix. At the moment, the only v4+ change is the no tags entry rewrite, which we can feature detect to enable.
1 parent e04eb6f commit 9a7a1fc

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@
2323
"rimraf": "^2.6.2"
2424
},
2525
"dependencies": {
26-
"@babel/helper-annotate-as-pure": "^7.0.0-beta.37",
2726
"lodash": "^4.17.10"
2827
},
2928
"peerDependencies": {
30-
"styled-components": ">= 4.0"
29+
"styled-components": ">= 2"
3130
},
3231
"scripts": {
3332
"clean": "rimraf lib",

yarn.lock

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,6 @@
22
# yarn lockfile v1
33

44

5-
"@babel/helper-annotate-as-pure@^7.0.0-beta.37":
6-
version "7.0.0-beta.38"
7-
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0-beta.38.tgz#888cf28a1b9094d670dbdb1be1ec550b40c2dd9c"
8-
dependencies:
9-
"@babel/types" "7.0.0-beta.38"
10-
11-
12-
version "7.0.0-beta.38"
13-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.38.tgz#2ce2443f7dc6ad535a67db4940cbd34e64035a6f"
14-
dependencies:
15-
esutils "^2.0.2"
16-
lodash "^4.2.0"
17-
to-fast-properties "^2.0.0"
18-
195
abab@^1.0.3:
206
version "1.0.3"
217
resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.3.tgz#b81de5f7274ec4e756d797cd834f303642724e5d"
@@ -2675,10 +2661,6 @@ to-fast-properties@^1.0.3:
26752661
version "1.0.3"
26762662
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"
26772663

2678-
to-fast-properties@^2.0.0:
2679-
version "2.0.0"
2680-
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
2681-
26822664
tough-cookie@^2.3.2, tough-cookie@~2.3.0:
26832665
version "2.3.2"
26842666
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.2.tgz#f081f76e4c85720e6c37a5faced737150d84072a"

0 commit comments

Comments
 (0)