Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeperio-bot authored and Rui Marinho committed Oct 16, 2015
1 parent 0a14e7a commit 2d4d7b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
},
"devDependencies": {
"babel": "^5.6.14",
"babel-eslint": "^3.1.23",
"babel-eslint": "^4.1.3",
"bignumber.js": "^2.0.7",
"creditcard": "^0.1.2",
"eslint": "^0.24.1",
"eslint-plugin-babel": "^1.1.0",
"eslint": "^1.6.0",
"eslint-plugin-babel": "^2.1.1",
"iban": "^0.0.5",
"isoc": "0.0.1",
"isparta": "^3.0.3",
Expand All @@ -63,7 +63,7 @@
"should": "^7.0.3",
"sinon": "^1.15.4",
"urijs": "^1.16.1",
"validator": "^3.40.0",
"validator": "^4.1.0",
"world-countries": "^1.7.3"
},
"peerDependencies": {
Expand All @@ -74,7 +74,7 @@
"isoc": ">=0.0.1 <1.0.0",
"moment": ">=2 <3",
"provinces": ">=1 <2",
"validator": ">=3 <4",
"validator": ">=3 <5",
"world-countries": ">=1 <2"
},
"engines": {
Expand Down
3 changes: 1 addition & 2 deletions test/asserts/email-assert_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ describe('EmailAssert', () => {
[
'foo@bar.com',
'føø@båz.com',
'foo+bar@baz.com',
`${'-'.repeat(245)}@bar.com`
'foo+bar@baz.com'
].forEach((choice) => {
new Assert().Email().validate(choice);
});
Expand Down

0 comments on commit 2d4d7b8

Please sign in to comment.