Skip to content

Commit

Permalink
Update dependencies, prepare 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Loëck Vézien committed Oct 18, 2016
1 parent 989ba18 commit 4c2f9c9
Show file tree
Hide file tree
Showing 27 changed files with 106 additions and 106 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.14.0",
"babel-core": "^6.17.0",
"babel-eslint": "^7.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.14.0",
"eslint": "^3.6.1",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.16.3",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-newer": "^1.2.0",
"gulp-newer": "^1.3.0",
"pre-commit": "^1.1.3",
"shelljs": "^0.7.4",
"through2": "^2.0.1",
"yargs": "^5.0.0"
"yargs": "^6.2.0"
}
}
6 changes: 3 additions & 3 deletions packages/mjml-button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-button",
"description": "mjml-button",
"version": "3.0.0-beta.3",
"version": "3.0.0",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -13,8 +13,8 @@
},
"homepage": "https://mjml.io",
"dependencies": {
"lodash": "^4.16.2",
"mjml-core": "~3.0.0-beta.3",
"lodash": "^4.16.4",
"mjml-core": "~3.0.0",
"react": "^15.3.2"
}
}
6 changes: 3 additions & 3 deletions packages/mjml-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-cli",
"description": "MJML: the only framework that makes responsive-email easy",
"version": "3.0.0-beta.3",
"version": "3.0.0",
"main": "bin/mjml",
"bin": {
"mjml-cli": "bin/mjml"
Expand All @@ -19,8 +19,8 @@
"commander": "^2.9.0",
"fs-promise": "^0.5.0",
"glob": "^7.1.0",
"lodash": "^4.16.2",
"mjml-core": "~3.0.0-beta.3"
"lodash": "^4.16.4",
"mjml-core": "~3.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/mjml-column/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-column",
"description": "mjml-column",
"version": "3.0.0-beta.3",
"version": "3.0.0",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -14,8 +14,8 @@
"homepage": "https://mjml.io",
"dependencies": {
"classnames": "^2.2.5",
"lodash": "^4.16.2",
"mjml-core": "~3.0.0-beta.3",
"lodash": "^4.16.4",
"mjml-core": "~3.0.0",
"react": "^15.3.2"
}
}
4 changes: 2 additions & 2 deletions packages/mjml-container/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-container",
"description": "mjml-container",
"version": "3.0.0-beta.3",
"version": "3.0.0",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"homepage": "https://mjml.io",
"dependencies": {
"mjml-core": "~3.0.0-beta.3",
"mjml-core": "~3.0.0",
"react": "^15.3.2"
}
}
10 changes: 5 additions & 5 deletions packages/mjml-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-core",
"description": "mjml-core",
"version": "3.0.0-beta.3",
"version": "3.0.0",
"main": "lib/index.js",
"scripts": {
"test": "mocha --compilers js:babel-register"
Expand Down Expand Up @@ -30,15 +30,15 @@
"immutable": "^3.8.1",
"jquery": "^3.1.1",
"js-beautify": "^1.6.4",
"juice": "^3.0.0",
"lodash": "^4.16.2",
"mjml-validator": "~3.0.0-beta.3",
"juice": "^3.0.1",
"lodash": "^4.16.4",
"mjml-validator": "~3.0.0",
"react-dom": "^15.3.2",
"react": "^15.3.2",
"warning": "^3.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.1.0"
"mocha": "^3.1.2"
}
}
6 changes: 3 additions & 3 deletions packages/mjml-divider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-divider",
"description": "mjml-divider",
"version": "3.0.0-beta.3",
"version": "3.0.0",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -13,8 +13,8 @@
},
"homepage": "https://mjml.io",
"dependencies": {
"lodash": "^4.16.2",
"mjml-core": "~3.0.0-beta.3",
"lodash": "^4.16.4",
"mjml-core": "~3.0.0",
"react": "^15.3.2"
}
}
6 changes: 3 additions & 3 deletions packages/mjml-group/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-group",
"description": "mjml-group",
"version": "3.0.0-beta.3",
"version": "3.0.0",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -13,8 +13,8 @@
},
"homepage": "https://github.com/mjmlio/mjml",
"dependencies": {
"lodash": "^4.16.2",
"mjml-core": "~3.0.0-beta.3",
"lodash": "^4.16.4",
"mjml-core": "~3.0.0",
"react": "^15.3.2"
}
}
4 changes: 2 additions & 2 deletions packages/mjml-head-attributes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-head-attributes",
"description": "mjml-head-attributes",
"version": "3.0.0-beta.3",
"version": "3.0.0",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -13,6 +13,6 @@
},
"homepage": "https://mjml.io",
"dependencies": {
"lodash": "^4.16.2"
"lodash": "^4.16.4"
}
}
4 changes: 2 additions & 2 deletions packages/mjml-head-font/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-head-font",
"description": "mjml-head-font",
"version": "3.0.0-beta.3",
"version": "3.0.0",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -13,6 +13,6 @@
},
"homepage": "https://mjml.io",
"dependencies": {
"lodash": "^4.16.2"
"lodash": "^4.16.4"
}
}
2 changes: 1 addition & 1 deletion packages/mjml-head-style/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-head-style",
"description": "mjml-head-style",
"version": "3.0.0-beta.3",
"version": "3.0.0",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/mjml-head-title/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-head-title",
"description": "mjml-head-title",
"version": "3.0.0-beta.3",
"version": "3.0.0",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/mjml-hero/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-hero",
"description": "mjml-hero",
"version": "3.0.0-beta.3",
"version": "3.0.0",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -13,8 +13,8 @@
},
"homepage": "https://mjml.io",
"dependencies": {
"lodash": "^4.16.2",
"mjml-core": "~3.0.0-beta.3",
"lodash": "^4.16.4",
"mjml-core": "~3.0.0",
"react": "^15.3.2"
}
}
6 changes: 3 additions & 3 deletions packages/mjml-html/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-html",
"description": "mjml-html",
"version": "3.0.0-beta.3",
"version": "3.0.0",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -13,8 +13,8 @@
},
"homepage": "https://mjml.io",
"dependencies": {
"lodash": "^4.16.2",
"mjml-core": "~3.0.0-beta.3",
"lodash": "^4.16.4",
"mjml-core": "~3.0.0",
"react": "^15.3.2"
}
}
6 changes: 3 additions & 3 deletions packages/mjml-image/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-image",
"description": "mjml-image",
"version": "3.0.0-beta.3",
"version": "3.0.0",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -13,8 +13,8 @@
},
"homepage": "https://mjml.io",
"dependencies": {
"lodash": "^4.16.2",
"mjml-core": "~3.0.0-beta.3",
"lodash": "^4.16.4",
"mjml-core": "~3.0.0",
"react": "^15.3.2"
}
}
8 changes: 4 additions & 4 deletions packages/mjml-invoice/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-invoice",
"description": "mjml-invoice",
"version": "3.0.0-beta.3",
"version": "3.0.0",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
},
"homepage": "https://mjml.io",
"dependencies": {
"lodash": "^4.16.2",
"mjml-core": "~3.0.0-beta.3",
"mjml-table": "~3.0.0-beta.3",
"lodash": "^4.16.4",
"mjml-core": "~3.0.0",
"mjml-table": "~3.0.0",
"numeral": "^1.5.3",
"react": "^15.3.2"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/mjml-list/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-list",
"description": "mjml-list",
"version": "3.0.0-beta.3",
"version": "3.0.0",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -13,8 +13,8 @@
},
"homepage": "https://mjml.io",
"dependencies": {
"lodash": "^4.16.2",
"mjml-core": "~3.0.0-beta.3",
"lodash": "^4.16.4",
"mjml-core": "~3.0.0",
"react": "^15.3.2"
}
}
10 changes: 5 additions & 5 deletions packages/mjml-location/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-location",
"description": "mjml-location",
"version": "3.0.0-beta.3",
"version": "3.0.0",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -13,10 +13,10 @@
},
"homepage": "https://mjml.io",
"dependencies": {
"lodash": "^4.16.2",
"mjml-core": "~3.0.0-beta.3",
"mjml-image": "~3.0.0-beta.3",
"mjml-text": "~3.0.0-beta.3",
"lodash": "^4.16.4",
"mjml-core": "~3.0.0",
"mjml-image": "~3.0.0",
"mjml-text": "~3.0.0",
"react": "^15.3.2"
}
}
8 changes: 4 additions & 4 deletions packages/mjml-navbar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-navbar",
"description": "mjml-navbar",
"version": "3.0.0-beta.3",
"version": "3.0.0",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
},
"homepage": "https://mjml.io",
"dependencies": {
"lodash": "^4.16.2",
"mjml-core": "~3.0.0-beta.3",
"mjml-section": "~3.0.0-beta.3",
"lodash": "^4.16.4",
"mjml-core": "~3.0.0",
"mjml-section": "~3.0.0",
"react": "^15.3.2"
}
}
Loading

0 comments on commit 4c2f9c9

Please sign in to comment.