feat: upgrade to Emotion 10 (#2166)

This commit is contained in:
Shawn Erquhart
2019-03-15 10:19:57 -04:00
committed by GitHub
parent 7d6992e464
commit ccef446d72
109 changed files with 4672 additions and 3875 deletions

View File

@ -23,12 +23,12 @@
"build": "cross-env NODE_ENV=production webpack"
},
"dependencies": {
"react-textarea-autosize": "^7.0.0"
"react-textarea-autosize": "^7.1.0"
},
"devDependencies": {
"cross-env": "^5.2.0",
"webpack": "^4.16.1",
"webpack-cli": "^3.1.0"
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
},
"peerDependencies": {
"netlify-cms-ui-default": "^2.0.0",

View File

@ -1,3 +1,5 @@
/** @jsx jsx */
import { jsx } from '@emotion/core';
import React from 'react';
import PropTypes from 'prop-types';
import Textarea from 'react-textarea-autosize';