fix: downgrade eslint

This commit is contained in:
Sérgio Ramos 2017-06-16 22:45:45 +01:00
parent 40c3ec24bd
commit b22121cb93
18 changed files with 19 additions and 19 deletions

View File

@ -50,7 +50,7 @@
"conventional-changelog-lint-config-lerna-scopes": "^1.0.0", "conventional-changelog-lint-config-lerna-scopes": "^1.0.0",
"cross-env": "^5.0.1", "cross-env": "^5.0.1",
"dotenv": "^4.0.0", "dotenv": "^4.0.0",
"eslint": "^4.0.0", "eslint": "^3.19.0",
"eslint-config-prettier": "^2.1.1", "eslint-config-prettier": "^2.1.1",
"eslint-config-react-app": "^1.0.4", "eslint-config-react-app": "^1.0.4",
"eslint-config-xo-space": "^0.16.0", "eslint-config-xo-space": "^0.16.0",

View File

@ -14,7 +14,7 @@
"babel-preset-react-app": "^3.0.0" "babel-preset-react-app": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^4.0.0", "eslint": "^3.19.0",
"eslint-config-joyent-portal": "1.0.3" "eslint-config-joyent-portal": "1.0.3"
} }
} }

View File

@ -23,7 +23,7 @@
"triton": "^5.2.0" "triton": "^5.2.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^4.0.0", "eslint": "^3.19.0",
"eslint-config-joyent-portal": "1.0.3" "eslint-config-joyent-portal": "1.0.3"
} }
} }

View File

@ -59,7 +59,7 @@
"babel-plugin-styled-components": "^1.1.4", "babel-plugin-styled-components": "^1.1.4",
"babel-preset-joyent-portal": "^1.0.3", "babel-preset-joyent-portal": "^1.0.3",
"cross-env": "^5.0.1", "cross-env": "^5.0.1",
"eslint": "^4.0.0", "eslint": "^3.19.0",
"eslint-config-joyent-portal": "1.0.3", "eslint-config-joyent-portal": "1.0.3",
"jest": "^20.0.4", "jest": "^20.0.4",
"jest-alias-preprocessor": "^1.1.1", "jest-alias-preprocessor": "^1.1.1",

View File

@ -27,7 +27,7 @@
"uuid": "^3.1.0" "uuid": "^3.1.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^4.0.0", "eslint": "^3.19.0",
"eslint-config-joyent-portal": "1.0.3", "eslint-config-joyent-portal": "1.0.3",
"nodemon": "^1.11.0" "nodemon": "^1.11.0"
} }

View File

@ -13,7 +13,7 @@
}, },
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"eslint": "^4.0.0", "eslint": "^3.19.0",
"eslint-config-joyent-portal": "1.0.3" "eslint-config-joyent-portal": "1.0.3"
} }
} }

View File

@ -11,7 +11,7 @@
"test-ci": "echo 0" "test-ci": "echo 0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^4.0.0", "eslint": "^3.19.0",
"eslint-config-joyent-portal": "1.0.3" "eslint-config-joyent-portal": "1.0.3"
} }
} }

View File

@ -15,7 +15,7 @@
}, },
"devDependencies": { "devDependencies": {
"code": "^4.1.0", "code": "^4.1.0",
"eslint": "^4.0.0", "eslint": "^3.19.0",
"eslint-config-joyent-portal": "1.0.3", "eslint-config-joyent-portal": "1.0.3",
"js-yaml": "^3.8.4", "js-yaml": "^3.8.4",
"lab": "^14.0.1" "lab": "^14.0.1"

View File

@ -12,7 +12,7 @@
}, },
"devDependencies": { "devDependencies": {
"babel-eslint": "^7.2.3", "babel-eslint": "^7.2.3",
"eslint": "^4.0.0", "eslint": "^3.19.0",
"eslint-config-prettier": "^2.1.1", "eslint-config-prettier": "^2.1.1",
"eslint-config-react-app": "^1.0.4", "eslint-config-react-app": "^1.0.4",
"eslint-config-xo-space": "^0.16.0", "eslint-config-xo-space": "^0.16.0",
@ -24,7 +24,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"babel-eslint": "^7.2.3", "babel-eslint": "^7.2.3",
"eslint": "^4.0.0", "eslint": "^3.19.0",
"eslint-config-prettier": "^2.1.1", "eslint-config-prettier": "^2.1.1",
"eslint-config-react-app": "^1.0.4", "eslint-config-react-app": "^1.0.4",
"eslint-config-xo-space": "^0.16.0", "eslint-config-xo-space": "^0.16.0",

View File

@ -29,7 +29,7 @@
"devDependencies": { "devDependencies": {
"babel-preset-react-app": "^3.0.0", "babel-preset-react-app": "^3.0.0",
"bup": "^1.0.9", "bup": "^1.0.9",
"eslint": "^4.0.0", "eslint": "^3.19.0",
"eslint-config-joyent-portal": "1.0.3", "eslint-config-joyent-portal": "1.0.3",
"jest": "^20.0.4", "jest": "^20.0.4",
"react": "^15.6.1", "react": "^15.6.1",

View File

@ -37,7 +37,7 @@
"babel-preset-react-app": "^3.0.0", "babel-preset-react-app": "^3.0.0",
"bup": "^1.0.9", "bup": "^1.0.9",
"chalk": "^1.1.3", "chalk": "^1.1.3",
"eslint": "^4.0.0", "eslint": "^3.19.0",
"eslint-config-joyent-portal": "1.0.3", "eslint-config-joyent-portal": "1.0.3",
"jest": "^20.0.4", "jest": "^20.0.4",
"jest-diff": "^20.0.3", "jest-diff": "^20.0.3",

View File

@ -44,7 +44,7 @@
"babel-register": "^6.24.1", "babel-register": "^6.24.1",
"bup": "^1.0.9", "bup": "^1.0.9",
"cross-env": "^5.0.1", "cross-env": "^5.0.1",
"eslint": "^4.0.0", "eslint": "^3.19.0",
"eslint-config-joyent-portal": "1.0.3", "eslint-config-joyent-portal": "1.0.3",
"nyc": "^11.0.2", "nyc": "^11.0.2",
"redrun": "^5.9.15", "redrun": "^5.9.15",

View File

@ -46,7 +46,7 @@
"babel-register": "^6.24.1", "babel-register": "^6.24.1",
"bup": "^1.0.9", "bup": "^1.0.9",
"cross-env": "^5.0.1", "cross-env": "^5.0.1",
"eslint": "^4.0.0", "eslint": "^3.19.0",
"eslint-config-joyent-portal": "1.0.3", "eslint-config-joyent-portal": "1.0.3",
"nyc": "^11.0.2", "nyc": "^11.0.2",
"redrun": "^5.9.15", "redrun": "^5.9.15",

View File

@ -37,7 +37,7 @@
"babel-register": "^6.24.1", "babel-register": "^6.24.1",
"bup": "^1.0.9", "bup": "^1.0.9",
"cross-env": "^5.0.1", "cross-env": "^5.0.1",
"eslint": "^4.0.0", "eslint": "^3.19.0",
"eslint-config-joyent-portal": "1.0.3", "eslint-config-joyent-portal": "1.0.3",
"nyc": "^11.0.2", "nyc": "^11.0.2",
"tap-xunit": "^1.7.0" "tap-xunit": "^1.7.0"

View File

@ -31,7 +31,7 @@
"babel-register": "^6.24.1", "babel-register": "^6.24.1",
"bup": "^1.0.9", "bup": "^1.0.9",
"cross-env": "^5.0.1", "cross-env": "^5.0.1",
"eslint": "^4.0.0", "eslint": "^3.19.0",
"eslint-config-joyent-portal": "1.0.3", "eslint-config-joyent-portal": "1.0.3",
"lodash.uniq": "^4.5.0", "lodash.uniq": "^4.5.0",
"nyc": "^11.0.2", "nyc": "^11.0.2",

View File

@ -36,7 +36,7 @@
"babel-register": "^6.24.1", "babel-register": "^6.24.1",
"bup": "^1.0.9", "bup": "^1.0.9",
"cross-env": "^5.0.1", "cross-env": "^5.0.1",
"eslint": "^4.0.0", "eslint": "^3.19.0",
"eslint-config-joyent-portal": "1.0.3", "eslint-config-joyent-portal": "1.0.3",
"nyc": "^11.0.2", "nyc": "^11.0.2",
"react": "^15.6.1", "react": "^15.6.1",

View File

@ -50,7 +50,7 @@
"babel-plugin-styled-components": "^1.1.4", "babel-plugin-styled-components": "^1.1.4",
"babel-preset-joyent-portal": "^1.0.3", "babel-preset-joyent-portal": "^1.0.3",
"cross-env": "^5.0.1", "cross-env": "^5.0.1",
"eslint": "^4.0.0", "eslint": "^3.19.0",
"eslint-config-joyent-portal": "1.0.3", "eslint-config-joyent-portal": "1.0.3",
"jest": "^20.0.4", "jest": "^20.0.4",
"jest-diff": "^20.0.3", "jest-diff": "^20.0.3",

View File

@ -39,7 +39,7 @@
"babel-register": "^6.24.1", "babel-register": "^6.24.1",
"bup": "^1.0.9", "bup": "^1.0.9",
"cross-env": "^5.0.1", "cross-env": "^5.0.1",
"eslint": "^4.0.0", "eslint": "^3.19.0",
"eslint-config-joyent-portal": "1.0.3", "eslint-config-joyent-portal": "1.0.3",
"nyc": "^11.0.2", "nyc": "^11.0.2",
"tap-xunit": "^1.7.0" "tap-xunit": "^1.7.0"