Skip to content

Commit

Permalink
Update babel and webpack plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Dec 21, 2018
1 parent 295a601 commit 747310f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
"prop-types": "^15.5.8"
},
"devDependencies": {
"@babel/cli": "~7.1.2",
"@babel/core": "~7.1.2",
"@babel/polyfill": "~7.0.0",
"@babel/preset-env": "~7.1.0",
"@babel/cli": "~7.2.3",
"@babel/core": "~7.2.2",
"@babel/polyfill": "~7.2.3",
"@babel/preset-env": "~7.2.3",
"@babel/preset-react": "~7.0.0",
"@babel/register": "~7.0.0",
"@trendmicro/babel-config": "~1.0.0-alpha",
Expand All @@ -69,7 +69,7 @@
"file-loader": "~3.0.1",
"html-webpack-plugin": "~3.2.0",
"http-server": "~0.11.1",
"mini-css-extract-plugin": "^0.5.0",
"mini-css-extract-plugin": "~0.5.0",
"nib": "~1.1.2",
"react": ">=16.3.0",
"react-dom": ">=16.3.0",
Expand Down

0 comments on commit 747310f

Please sign in to comment.