Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Commit 0b7a687

Browse files
authored
update deps. (#14)
update @babel/* to 7.0.0-beta.49 update postcss-syntax
1 parent 82433e2 commit 0b7a687

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-jsx",
3-
"version": "0.25.0",
3+
"version": "0.26.0",
44
"description": "PostCSS syntax for parsing CSS in JS literals",
55
"repository": {
66
"type": "git",
@@ -34,18 +34,18 @@
3434
"test": "nyc mocha --no-timeouts"
3535
},
3636
"dependencies": {
37-
"@babel/generator": "^7.0.0-beta.48",
38-
"@babel/parser": "^7.0.0-beta.48",
39-
"@babel/traverse": "^7.0.0-beta.48",
40-
"@babel/types": "^7.0.0-beta.48",
41-
"postcss-styled": ">=0.25.0"
37+
"@babel/generator": "^7.0.0-beta.49",
38+
"@babel/parser": "^7.0.0-beta.49",
39+
"@babel/traverse": "^7.0.0-beta.49",
40+
"@babel/types": "^7.0.0-beta.49",
41+
"postcss-styled": ">=0.26.0"
4242
},
4343
"peerDependencies": {
4444
"postcss": ">=5.0.0",
45-
"postcss-syntax": ">=0.25.0"
45+
"postcss-syntax": ">=0.26.0"
4646
},
4747
"devDependencies": {
48-
"autoprefixer": "^8.5.0",
48+
"autoprefixer": "^8.5.1",
4949
"chai": "^4.1.2",
5050
"codecov": "^3.0.2",
5151
"json5": "^1.0.1",
@@ -54,6 +54,6 @@
5454
"postcss": "^6.0.22",
5555
"postcss-parser-tests": "^6.2.1",
5656
"postcss-safe-parser": "^3.0.1",
57-
"postcss-syntax": ">=0.25.0"
57+
"postcss-syntax": ">=0.26.0"
5858
}
5959
}

0 commit comments

Comments
 (0)