Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove transform-decorators-legacy plugin from Ant Design Example #5232

Merged
merged 7 commits into from
Sep 27, 2018
1 change: 0 additions & 1 deletion examples/with-ant-design/.babelrc
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"presets": ["next/babel"],
"plugins": [
"transform-decorators-legacy",
[
"import",
{
Expand Down
13 changes: 5 additions & 8 deletions examples/with-ant-design/package.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@
},
"dependencies": {
"@zeit/next-css": "^1.0.1",
"antd": "^3.3.1",
"babel-plugin-import": "^1.1.1",
"antd": "^3.9.2",
"babel-plugin-import": "^1.9.1",
"next": "latest",
"react": "^16.0.0",
"react-dom": "^16.0.0"
"react": "^16.5.2",
"react-dom": "^16.5.2"
},
"license": "ISC",
"devDependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4"
}
"license": "ISC"
}