mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Upgrade styled-jsx (#3840)
This commit is contained in:
parent
97aef52def
commit
5b061ec793
|
@ -95,7 +95,7 @@
|
||||||
"resolve": "1.5.0",
|
"resolve": "1.5.0",
|
||||||
"send": "0.16.1",
|
"send": "0.16.1",
|
||||||
"strip-ansi": "3.0.1",
|
"strip-ansi": "3.0.1",
|
||||||
"styled-jsx": "2.2.4",
|
"styled-jsx": "2.2.5",
|
||||||
"touch": "3.1.0",
|
"touch": "3.1.0",
|
||||||
"uglifyjs-webpack-plugin": "1.1.6",
|
"uglifyjs-webpack-plugin": "1.1.6",
|
||||||
"unfetch": "3.0.0",
|
"unfetch": "3.0.0",
|
||||||
|
|
22
yarn.lock
22
yarn.lock
|
@ -6356,25 +6356,25 @@ style-loader@^0.19.1:
|
||||||
loader-utils "^1.0.2"
|
loader-utils "^1.0.2"
|
||||||
schema-utils "^0.3.0"
|
schema-utils "^0.3.0"
|
||||||
|
|
||||||
styled-jsx@2.2.4:
|
styled-jsx@2.2.5:
|
||||||
version "2.2.4"
|
version "2.2.5"
|
||||||
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-2.2.4.tgz#aac903fd0a4240c356af335261183aa8f8673075"
|
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-2.2.5.tgz#3eb98418720655421bfc1a680e2add581726a5e6"
|
||||||
dependencies:
|
dependencies:
|
||||||
babel-plugin-syntax-jsx "6.18.0"
|
babel-plugin-syntax-jsx "6.18.0"
|
||||||
babel-types "6.26.0"
|
babel-types "6.26.0"
|
||||||
convert-source-map "1.5.1"
|
convert-source-map "1.5.1"
|
||||||
source-map "0.6.1"
|
source-map "0.6.1"
|
||||||
string-hash "1.1.3"
|
string-hash "1.1.3"
|
||||||
stylis "3.4.5"
|
stylis "3.4.10"
|
||||||
stylis-rule-sheet "0.0.7"
|
stylis-rule-sheet "0.0.8"
|
||||||
|
|
||||||
stylis-rule-sheet@0.0.7:
|
stylis-rule-sheet@0.0.8:
|
||||||
version "0.0.7"
|
version "0.0.8"
|
||||||
resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.7.tgz#5c51dc879141a61821c2094ba91d2cbcf2469c6c"
|
resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.8.tgz#b0d0a126c945b1f3047447a3aae0647013e8d166"
|
||||||
|
|
||||||
stylis@3.4.5:
|
stylis@3.4.10:
|
||||||
version "3.4.5"
|
version "3.4.10"
|
||||||
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.4.5.tgz#d7b9595fc18e7b9c8775eca8270a9a1d3e59806e"
|
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.4.10.tgz#a135cab4b9ff208e327fbb5a6fde3fa991c638ee"
|
||||||
|
|
||||||
supports-color@^2.0.0:
|
supports-color@^2.0.0:
|
||||||
version "2.0.0"
|
version "2.0.0"
|
||||||
|
|
Loading…
Reference in a new issue