Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
compeak committed Jun 11, 2019
1 parent 2aa7d04 commit d82f8b1
Show file tree
Hide file tree
Showing 3 changed files with 1,045 additions and 857 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,10 @@
# embetty

# v1.1.6, 2019-03-08
## Unreleased

- Upgraded dependencies.

## v1.1.6, 2019-03-08

- Replaced play button.
- Removed background gradient.
Expand Down
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"babel-polyfill": "^6.26.0",
"hogan.js": "^3.0.2",
"intersection-observer": "^0.5.0",
"intersection-observer": "^0.7.0",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
Expand All @@ -62,28 +62,28 @@
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"cache-loader": "^1.2.0",
"cache-loader": "^4.0.0",
"css-loader": "^1.0.0",
"eslint": "^5.0.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"file-loader": "^2.0.0",
"fs-extra": "^7.0.0",
"file-loader": "^4.0.0",
"fs-extra": "^8.0.1",
"gh-pages": "^2.0.1",
"karma": "^3.0.0",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"mocha": "^5.0.0",
"mocha": "^6.1.4",
"node-sass": "^4.7.2",
"postcss-loader": "^3.0.0",
"puppeteer": "^1.0.0",
"raw-loader": "^0.5.1",
"raw-loader": "^3.0.0",
"sass-loader": "^7.0.0",
"webpack": "^4.0.0",
"webpack-bundle-analyzer": "^3.0.3",
Expand Down

0 comments on commit d82f8b1

Please sign in to comment.