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

Upgrading the styled component packages (#5390)

Upgrading the styled-components and babel styled components packages!
This commit is contained in:
Romello Goodman 2018-10-07 09:32:31 -04:00 committed by Tim Neutkens
parent ef01f13e5d
commit fad1265d17
2 changed files with 3 additions and 10 deletions

View file

@ -3,13 +3,6 @@
"next/babel" "next/babel"
], ],
"plugins": [ "plugins": [
[ "styled-components"
"babel-plugin-styled-components",
{
"ssr": true,
"displayName": true,
"preprocess": false
}
]
] ]
} }

View file

@ -10,10 +10,10 @@
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.0.0",
"react-dom": "^16.0.0", "react-dom": "^16.0.0",
"styled-components": "^2.1.0" "styled-components": "^3.4.9"
}, },
"devDependencies": { "devDependencies": {
"babel-plugin-styled-components": "^1.1.5" "babel-plugin-styled-components": "^1.8.0"
}, },
"license": "ISC" "license": "ISC"
} }