Skip to content

Commit

Permalink
feat: more rough versions of peer dependencies (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Dec 18, 2017
1 parent d7744e9 commit a804aa7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"eslint-plugin-react": "^7.4.0"
},
"devDependencies": {
"eslint": "^4.8.0",
"prettier": "^1.8.2",
"eslint": "^4.13.1",
"prettier": "^1.9.2",
"ybiq": "*"
},
"peerDependencies": {
"eslint": "^4.8.0",
"prettier": "^1.8.2"
"eslint": "4",
"prettier": "1"
},
"scripts": {
"lint:js": "eslint --ignore-path .gitignore --ext .js,.jsx .",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


"@commitlint/cli@^5.2.0":
"@commitlint/cli@^5.2.5":
version "5.2.5"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-5.2.5.tgz#5662b71c10642ac0aba885c473ca458172414646"
dependencies:
Expand All @@ -13,7 +13,7 @@
lodash "4.17.4"
meow "3.7.0"

"@commitlint/config-conventional@^5.1.3":
"@commitlint/config-conventional@^5.2.3":
version "5.2.3"
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-5.2.3.tgz#63671b32b65cb68e7b238405403194b558ff559a"

Expand Down Expand Up @@ -44,8 +44,8 @@
rimraf "^2.5.2"

JSONStream@^1.0.4:
version "1.3.1"
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.1.tgz#707f761e01dae9e16f1bcf93703b78c70966579a"
version "1.3.2"
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.2.tgz#c102371b6ec3a7cf3b847ca00c20bb0fce4c6dea"
dependencies:
jsonparse "^1.2.0"
through ">=2.2.7 <3"
Expand Down Expand Up @@ -833,7 +833,7 @@ eslint-scope@^3.7.1:
esrecurse "^4.1.0"
estraverse "^4.1.1"

eslint@^4.12.1, eslint@^4.8.0:
eslint@^4.13.1:
version "4.13.1"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.13.1.tgz#0055e0014464c7eb7878caf549ef2941992b444f"
dependencies:
Expand Down Expand Up @@ -1043,9 +1043,9 @@ fs-access@^1.0.0:
dependencies:
null-check "^1.0.0"

fs-extra@^4.0.2:
version "4.0.3"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"
fs-extra@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-5.0.0.tgz#414d0110cdd06705734d055652c5411260c31abd"
dependencies:
graceful-fs "^4.1.2"
jsonfile "^4.0.0"
Expand Down Expand Up @@ -2064,7 +2064,7 @@ prepend-file@1.3.1:
dependencies:
tmp "0.0.31"

prettier@^1.8.2:
prettier@^1.9.2:
version "1.9.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.9.2.tgz#96bc2132f7a32338e6078aeb29727178c6335827"

Expand Down Expand Up @@ -2716,20 +2716,20 @@ yargs@~3.10.0:
window-size "0.1.0"

ybiq@*:
version "1.0.1"
resolved "https://registry.yarnpkg.com/ybiq/-/ybiq-1.0.1.tgz#ec44444b3e6059583e9aca01f6d170f0a6003f14"
version "1.1.0"
resolved "https://registry.yarnpkg.com/ybiq/-/ybiq-1.1.0.tgz#c49db0939bd366f1fc245c6fc016f2615a0d45ce"
dependencies:
"@commitlint/cli" "^5.2.0"
"@commitlint/config-conventional" "^5.1.3"
eslint "^4.12.1"
"@commitlint/cli" "^5.2.5"
"@commitlint/config-conventional" "^5.2.3"
eslint "^4.13.1"
eslint-config-ybiquitous "^4.0.0"
fs-extra "^4.0.2"
fs-extra "^5.0.0"
husky "^0.14.3"
lint-staged "^6.0.0"
markdownlint-cli "^0.5.0"
npm-run-all "^4.1.2"
prepend-file-cli "^1.0.6"
prettier "^1.8.2"
prettier "^1.9.2"
semver "^5.4.1"
standard-version "^4.2.0"
yargs "^10.0.3"

0 comments on commit a804aa7

Please sign in to comment.