Skip to content

Commit ff79358

Browse files
authored
Update deps (#22)
1 parent 086a0ab commit ff79358

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ const Component1 = glm.a({
6868

6969
See: [postcss-syntax](https://github.com/gucong3000/postcss-syntax)
7070

71-
### Style Transformations
71+
## Style Transformations
7272

7373
The main use case of this plugin is to apply PostCSS transformations to CSS code in template literals & styles as object literals.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,26 +41,26 @@
4141
"test": "nyc mocha --no-timeouts"
4242
},
4343
"dependencies": {
44-
"@babel/generator": "^7.0.0-beta.49",
45-
"@babel/parser": "^7.0.0-beta.49",
46-
"@babel/traverse": "^7.0.0-beta.49",
47-
"@babel/types": "^7.0.0-beta.49",
44+
"@babel/generator": "^7.0.0-beta.54",
45+
"@babel/parser": "^7.0.0-beta.54",
46+
"@babel/traverse": "^7.0.0-beta.54",
47+
"@babel/types": "^7.0.0-beta.54",
4848
"postcss-styled": ">=0.31.0"
4949
},
5050
"peerDependencies": {
5151
"postcss": ">=5.0.0",
5252
"postcss-syntax": ">=0.31.0"
5353
},
5454
"devDependencies": {
55-
"autoprefixer": "^8.6.4",
55+
"autoprefixer": "^9.0.0",
5656
"chai": "^4.1.2",
57-
"codecov": "^3.0.2",
57+
"codecov": "^3.0.4",
5858
"json5": "^1.0.1",
5959
"mocha": "^5.2.0",
6060
"nyc": "^12.0.2",
61-
"postcss": "^6.0.23",
61+
"postcss": "^7.0.0",
6262
"postcss-parser-tests": "^6.3.0",
63-
"postcss-safe-parser": "^3.0.1",
63+
"postcss-safe-parser": "^4.0.1",
6464
"postcss-syntax": ">=0.31.0"
6565
}
6666
}

0 commit comments

Comments
 (0)