Skip to content

Commit

Permalink
update deps (mjml 3.3.3 🎉)
Browse files Browse the repository at this point in the history
  • Loading branch information
meriadec committed Jun 7, 2017
1 parent 4aebfa4 commit 137f3e6
Show file tree
Hide file tree
Showing 4 changed files with 240 additions and 208 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"license": "MIT",
"dependencies": {
"mjml-core": "3.3.2",
"mjml-core": "3.3.3",
"node-mailjet": "^3.0.6"
}
}
14 changes: 7 additions & 7 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -936,9 +936,9 @@ minimist@0.0.8:
version "0.0.8"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"

mjml-core@3.3.2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/mjml-core/-/mjml-core-3.3.2.tgz#6ac524667ed262b825ac65264a02b2d2e96b5dff"
mjml-core@3.3.3:
version "3.3.3"
resolved "https://registry.yarnpkg.com/mjml-core/-/mjml-core-3.3.3.tgz#a6e57f5e5b2caebcbceccd94164db4a00380e38c"
dependencies:
cheerio "^0.22.0"
classnames "^2.2.5"
Expand All @@ -951,14 +951,14 @@ mjml-core@3.3.2:
js-beautify "^1.6.8"
juice "^4.0.2"
lodash "^4.17.4"
mjml-validator "~3.3.0"
mjml-validator "~3.3.3"
react "^15.4.2"
react-dom "^15.4.2"
warning "^3.0.0"

mjml-validator@~3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/mjml-validator/-/mjml-validator-3.3.0.tgz#1f9acaf0eb313625757ca86ce2f6c03805407cfd"
mjml-validator@~3.3.3:
version "3.3.3"
resolved "https://registry.yarnpkg.com/mjml-validator/-/mjml-validator-3.3.3.tgz#c364fb1dfaa7bc23be08ec4bc36d2250c12e690a"
dependencies:
lodash "^4.17.4"
warning "^3.0.0"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-webpack-loaders": "^0.9.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.5.1",
"babel-preset-env": "^1.5.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
Expand All @@ -103,10 +103,10 @@
"babel-register": "^6.24.1",
"babili-webpack-plugin": "^0.1.1",
"cross-env": "^5.0.0",
"css-loader": "^0.28.3",
"css-loader": "^0.28.4",
"devtron": "^1.4.0",
"electron": "^1.6.10",
"electron-builder": "^18.0.1",
"electron-builder": "^18.6.2",
"electron-devtools-installer": "^2.2.0",
"eslint": "^3.19.0",
"eslint-config-zavatta": "^4.4.1",
Expand All @@ -115,7 +115,7 @@
"eslint-plugin-react": "^7.0.1",
"express": "^4.15.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.28.0",
"jsdom": "^11.0.0",
"json-loader": "^0.5.4",
Expand All @@ -125,7 +125,7 @@
"redux-logger": "^3.0.6",
"sass-loader": "^6.0.5",
"spectron": "^3.7.1",
"style-loader": "^0.18.1",
"style-loader": "^0.18.2",
"url-loader": "^0.5.8",
"webpack": "^2.6.1",
"webpack-dev-middleware": "^1.10.2",
Expand All @@ -142,7 +142,7 @@
"es6-promisify": "^5.0.0",
"immutable": "^3.8.1",
"js-beautify": "^1.6.14",
"mjml": "3.3.2",
"mjml": "3.3.3",
"node-mailjet": "^3.1.0",
"react": "^15.5.4",
"react-collapse": "^4.0.2",
Expand Down
Loading

0 comments on commit 137f3e6

Please sign in to comment.