Skip to content

Commit

Permalink
Merge pull request #731 from strattadb/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
chore(deps): pin dependencies
  • Loading branch information
dbstratta committed Aug 15, 2018
2 parents 593af6e + 121836e commit 818ec37
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "margaret",
"description": "An open-source publishing platform",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"test": "exit 0",
"commit": "commit"
Expand All @@ -20,10 +20,10 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.1",
"@commitlint/prompt-cli": "^7.0.0",
"@commitlint/travis-cli": "^7.0.0",
"@commitlint/cli": "7.0.0",
"@commitlint/config-conventional": "7.0.1",
"@commitlint/prompt-cli": "7.0.0",
"@commitlint/travis-cli": "7.0.0",
"@playlyfe/gql": "2.6.0",
"babel-eslint": "8.2.6",
"codecov": "3.0.4",
Expand All @@ -33,13 +33,13 @@
"eslint-config-prettier": "2.9.0",
"eslint-plugin-graphql": "2.1.1",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-jest": "^21.18.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-jest": "21.18.0",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-typescript": "^0.12.0",
"eslint-plugin-unicorn": "^4.0.3",
"husky": "^1.0.0-rc.13",
"eslint-plugin-react": "7.10.0",
"eslint-plugin-typescript": "0.12.0",
"eslint-plugin-unicorn": "4.0.3",
"husky": "1.0.0-rc.13",
"jest": "23.4.1",
"lint-staged": "7.2.0",
"prettier": "1.13.7",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Expand Up @@ -92,7 +92,7 @@
lodash "^4.2.0"
to-fast-properties "^2.0.0"

"@commitlint/cli@^7.0.0":
"@commitlint/cli@7.0.0", "@commitlint/cli@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-7.0.0.tgz#3bf86d8ab2fbd5074c3114b7ba3f4b41b775f3dc"
dependencies:
Expand All @@ -107,7 +107,7 @@
lodash.pick "4.4.0"
meow "^5.0.0"

"@commitlint/config-conventional@^7.0.1":
"@commitlint/config-conventional@7.0.1":
version "7.0.1"
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-7.0.1.tgz#276977f8ee60d8c56d7fdd43296af76dfee9b5f7"

Expand Down Expand Up @@ -175,7 +175,7 @@
conventional-changelog-angular "^1.3.3"
conventional-commits-parser "^2.1.0"

"@commitlint/prompt-cli@^7.0.0":
"@commitlint/prompt-cli@7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@commitlint/prompt-cli/-/prompt-cli-7.0.0.tgz#f81ad17bfe6b640ecbcd130a16fc9b9df1b91df4"
dependencies:
Expand Down Expand Up @@ -238,7 +238,7 @@
dependencies:
find-up "^2.1.0"

"@commitlint/travis-cli@^7.0.0":
"@commitlint/travis-cli@7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@commitlint/travis-cli/-/travis-cli-7.0.0.tgz#2d8698310b65908973ec1c5e66b15164bd43f5ea"
dependencies:
Expand Down Expand Up @@ -1620,11 +1620,11 @@ eslint-plugin-import@2.13.0:
read-pkg-up "^2.0.0"
resolve "^1.6.0"

eslint-plugin-jest@^21.18.0:
eslint-plugin-jest@21.18.0:
version "21.18.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-21.18.0.tgz#d7305969a9c1902f895468791d968fcf08b5c0b7"

eslint-plugin-jsx-a11y@^6.1.1:
eslint-plugin-jsx-a11y@6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.1.1.tgz#7bf56dbe7d47d811d14dbb3ddff644aa656ce8e1"
dependencies:
Expand All @@ -1644,7 +1644,7 @@ eslint-plugin-prettier@2.6.2:
fast-diff "^1.1.1"
jest-docblock "^21.0.0"

eslint-plugin-react@^7.10.0:
eslint-plugin-react@7.10.0:
version "7.10.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.10.0.tgz#af5c1fef31c4704db02098f9be18202993828b50"
dependencies:
Expand All @@ -1653,13 +1653,13 @@ eslint-plugin-react@^7.10.0:
jsx-ast-utils "^2.0.1"
prop-types "^15.6.2"

eslint-plugin-typescript@^0.12.0:
eslint-plugin-typescript@0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-typescript/-/eslint-plugin-typescript-0.12.0.tgz#e23d58cb27fe28e89fc641a1f20e8d862cb99aef"
dependencies:
requireindex "~1.1.0"

eslint-plugin-unicorn@^4.0.3:
eslint-plugin-unicorn@4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-4.0.3.tgz#7e9998711bf237809ed1881a51a77000b2f40586"
dependencies:
Expand Down Expand Up @@ -2491,7 +2491,7 @@ https-proxy-agent@^2.2.0, https-proxy-agent@^2.2.1:
agent-base "^4.1.0"
debug "^3.1.0"

husky@^1.0.0-rc.13:
husky@1.0.0-rc.13:
version "1.0.0-rc.13"
resolved "https://registry.yarnpkg.com/husky/-/husky-1.0.0-rc.13.tgz#49c3cc210bfeac24d4ad272f770b7505c9091828"
dependencies:
Expand Down

0 comments on commit 818ec37

Please sign in to comment.