Skip to content

Commit

Permalink
Update example packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarkelov committed Jan 7, 2019
1 parent 6464eaa commit e7ac2ff
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@
"author": "Maksim Markelov <mapkeji26@gmail.com>",
"license": "MIT",
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@babel/polyfill": "^7.2.5",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-router-dom": "^4.3.1"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"css-loader": "^2.0.1",
"file-loader": "^2.0.0",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"gh-pages": "^2.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.1.0",
"mini-css-extract-plugin": "^0.5.0",
"source-map-loader": "^0.2.4",
"webpack": "^4.28.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
"webpack": "^4.28.3",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
}
}

0 comments on commit e7ac2ff

Please sign in to comment.