Skip to content

Commit

Permalink
chore(project): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopaulovieira committed Mar 28, 2018
1 parent cfd1878 commit f28e984
Show file tree
Hide file tree
Showing 2 changed files with 3,201 additions and 522 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,32 @@
"release": "node_modules/.bin/webpack && node_modules/.bin/webpack --progress --optimize-minimize --output-filename clappr-stats.min.js"
},
"browser": {
"Clappr" : "clappr"
"Clappr": "clappr"
},
"author": "[email protected]",
"license": "BSD-3-Clause",
"dependencies": {
"lodash.get": "^4.3.0"
"lodash.get": "^4.4.2"
},
"peerDependencies": {
"clappr": "^0.2.66"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.0.2",
"chai": "^4.1.2",
"clappr": "^0.2.66",
"karma": "^1.7.0",
"karma": "^2.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-sinon": "^1.0.5",
"karma-webpack": "^2.0.3",
"mocha": "^3.4.2",
"sinon": "^2.3.2",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
"karma-webpack": "^3.0.0",
"mocha": "^5.0.5",
"sinon": "^4.4.10",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.11.2"
}
}
Loading

0 comments on commit f28e984

Please sign in to comment.