1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Support for Prettier 1.5.x added (styled-jsx)

This commit is contained in:
Leo Lamprecht 2017-07-03 17:15:52 +02:00
parent e2a8cc411a
commit c050ba46bf
2 changed files with 6 additions and 7 deletions

View file

@ -89,7 +89,7 @@
"send": "^0.15.3",
"source-map-support": "0.4.15",
"strip-ansi": "4.0.0",
"styled-jsx": "1.0.7",
"styled-jsx": "^1.0.8",
"touch": "3.1.0",
"uglifyjs-webpack-plugin": "0.4.6",
"unfetch": "3.0.0",
@ -119,7 +119,6 @@
"cross-env": "5.0.1",
"express": "4.15.2",
"husky": "0.14.2",
"taskr": "1.0.6",
"jest-cli": "20.0.4",
"lint-staged": "^4.0.0",
"node-fetch": "1.7.1",

View file

@ -4607,7 +4607,7 @@ repeating@^2.0.0:
dependencies:
is-finite "^1.0.0"
request@2.79.0, request@^2.79.0:
request@2.79.0:
version "2.79.0"
resolved "https://registry.yarnpkg.com/request/-/request-2.79.0.tgz#4dfe5bf6be8b8cdc37fcf93e04b65577722710de"
dependencies:
@ -4632,7 +4632,7 @@ request@2.79.0, request@^2.79.0:
tunnel-agent "~0.4.1"
uuid "^3.0.0"
request@^2.81.0:
request@^2.79.0, request@^2.81.0:
version "2.81.0"
resolved "https://registry.yarnpkg.com/request/-/request-2.81.0.tgz#c6928946a0e06c5f8d6f8a9333469ffda46298a0"
dependencies:
@ -5098,9 +5098,9 @@ strip-json-comments@~2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
styled-jsx@1.0.7:
version "1.0.7"
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-1.0.7.tgz#44416ff77a77453ba14f500b3641aeb0b2dbe984"
styled-jsx@^1.0.8:
version "1.0.8"
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-1.0.8.tgz#459480e618af4b65591ad01365b81ab90dcaddce"
dependencies:
babel-plugin-syntax-jsx "6.18.0"
babel-traverse "6.21.0"