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

Upgrade styled-jsx (#3725)

This commit is contained in:
Tim Neutkens 2018-02-07 17:08:20 +01:00 committed by GitHub
parent d015bac65f
commit 3e1a70a30a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -95,7 +95,7 @@
"resolve": "1.5.0",
"send": "0.16.1",
"strip-ansi": "3.0.1",
"styled-jsx": "2.2.3",
"styled-jsx": "2.2.4",
"touch": "3.1.0",
"uglifyjs-webpack-plugin": "1.1.6",
"unfetch": "3.0.0",

View file

@ -6361,9 +6361,9 @@ style-loader@^0.19.1:
loader-utils "^1.0.2"
schema-utils "^0.3.0"
styled-jsx@2.2.3:
version "2.2.3"
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-2.2.3.tgz#9fe3df55c852388019c3bf4c026bcbf8b3e003de"
styled-jsx@2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-2.2.4.tgz#aac903fd0a4240c356af335261183aa8f8673075"
dependencies:
babel-plugin-syntax-jsx "6.18.0"
babel-types "6.26.0"