Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiai committed Jan 27, 2020
1 parent 921616a commit 1080df9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,27 @@
"license": "MIT",
"dependencies": {
"es6-object-assign": "^1.1.0",
"handlebars": "^4.7.1",
"handlebars": "^4.7.2",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/cli": "^7.8.0",
"@babel/core": "^7.8.0",
"@babel/preset-env": "^7.8.2",
"@babel/register": "^7.8.0",
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/register": "^7.8.3",
"assert": "^2.0.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"esm": "^3.2.22",
"ignore-styles": "^5.0.1",
"mini-css-extract-plugin": "^0.9.0",
"mocha": "^7.0.0",
"node-sass": "^4.13.0",
"mocha": "^7.0.1",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"sass-loader": "^8.0.1",
"sass-loader": "^8.0.2",
"terser-webpack-plugin": "^2.3.2",
"uglify-js": "^3.7.5",
"uglify-js": "^3.7.6",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
Expand Down

0 comments on commit 1080df9

Please sign in to comment.