Skip to content

Commit 5d03987

Browse files
stockulustimneutkens
authored andcommitted
update dependencies (vercel#2354)
1 parent b2bda41 commit 5d03987

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

examples/with-styled-components/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,3 @@ now
2929
This example features how you use a different styling solution than [styled-jsx](https://github.com/zeit/styled-jsx) that also supports universal styles. That means we can serve the required styles for the first render within the HTML and then load the rest in the client. In this case we are using [styled-components](https://github.com/styled-components/styled-components).
3030

3131
For this purpose we are extending the `<Document />` and injecting the server side rendered styles into the `<head>`.
32-
33-
# WARNING This example uses styled-components v2 which is currently in BETA

examples/with-styled-components/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"start": "next start"
88
},
99
"dependencies": {
10-
"babel-plugin-styled-components": "^1.1.4",
10+
"babel-plugin-styled-components": "^1.1.5",
1111
"next": "latest",
12-
"react": "^15.4.2",
13-
"react-dom": "^15.4.2",
14-
"styled-components": "^2.0.0-17"
12+
"react": "^15.6.1",
13+
"react-dom": "^15.6.1",
14+
"styled-components": "^2.1.0"
1515
},
1616
"license": "ISC"
1717
}

0 commit comments

Comments
 (0)