Skip to content

Commit

Permalink
Remove transform-decorators plugin & Bump deps (#5232)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Yakovlev authored and timneutkens committed Sep 27, 2018
1 parent fb0b485 commit ad93ff4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
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"
}

0 comments on commit ad93ff4

Please sign in to comment.