Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #15 from Pigmice2733/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
calebeby authored Jul 8, 2018
2 parents 1f2368a + 4006e20 commit d34c318
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@
"lint": "prettier --write '**/*.{t,j}s{,x}' && eslint --fix '**/*.{t,j}s{,x}'"
},
"devDependencies": {
"@cloudfour/eslint-config": "^1.0.0",
"@types/css-modules-require-hook": "^4.0.1",
"@cloudfour/eslint-config": "1.0.0",
"@types/css-modules-require-hook": "4.0.1",
"@types/hasha": "3.0.0",
"@types/html-minifier": "^3.5.2",
"@types/html-minifier": "3.5.2",
"@types/jest": "23.1.0",
"@types/make-dir": "^1.0.3",
"@types/resolve": "^0.0.8",
"eslint": "^5.0.1",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"eslint-plugin-unicorn": "^4.0.3",
"@types/make-dir": "1.0.3",
"@types/resolve": "0.0.8",
"eslint": "5.0.1",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.8.0",
"eslint-plugin-standard": "3.1.0",
"eslint-plugin-unicorn": "4.0.3",
"jest": "23.1.0",
"ts-jest": "22.4.6",
"typescript-eslint-parser": "^16.0.1"
"typescript-eslint-parser": "16.0.1"
},
"jest": {
"transform": {
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
lodash "^4.17.5"
to-fast-properties "^2.0.0"

"@cloudfour/eslint-config@^1.0.0":
"@cloudfour/[email protected]":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@cloudfour/eslint-config/-/eslint-config-1.0.0.tgz#4ab92474d97fcc97cef05ee7704bc0f7da2e4259"
dependencies:
Expand All @@ -153,7 +153,7 @@
version "3.4.30"
resolved "https://registry.yarnpkg.com/@types/clean-css/-/clean-css-3.4.30.tgz#0052c136f5248002428e3638b37de4a39818641d"

"@types/css-modules-require-hook@^4.0.1":
"@types/[email protected]":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@types/css-modules-require-hook/-/css-modules-require-hook-4.0.1.tgz#b0d7ef1ce901a455db4a9b5072ae11864037ea87"

Expand All @@ -167,7 +167,7 @@
dependencies:
"@types/node" "*"

"@types/html-minifier@^3.5.2":
"@types/[email protected]":
version "3.5.2"
resolved "https://registry.yarnpkg.com/@types/html-minifier/-/html-minifier-3.5.2.tgz#f897a13d847a774e9b6fd91497e9b0e0ead71c35"
dependencies:
Expand All @@ -179,7 +179,7 @@
version "23.1.0"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.1.0.tgz#8054dd838ba23dc331794d26456b86c7e50bf0f6"

"@types/make-dir@^1.0.3":
"@types/[email protected]":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@types/make-dir/-/make-dir-1.0.3.tgz#91fb52cefd07b0755d2373bcd46229765197ca3e"
dependencies:
Expand All @@ -193,7 +193,7 @@
version "0.2.28"
resolved "https://registry.yarnpkg.com/@types/relateurl/-/relateurl-0.2.28.tgz#6bda7db8653fa62643f5ee69e9f69c11a392e3a6"

"@types/resolve@^0.0.8":
"@types/[email protected]":
version "0.0.8"
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194"
dependencies:
Expand Down Expand Up @@ -1412,7 +1412,7 @@ eslint-module-utils@^2.2.0:
debug "^2.6.8"
pkg-dir "^1.0.0"

eslint-plugin-import@^2.13.0:
[email protected]:
version "2.13.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.13.0.tgz#df24f241175e312d91662dc91ca84064caec14ed"
dependencies:
Expand All @@ -1427,7 +1427,7 @@ eslint-plugin-import@^2.13.0:
read-pkg-up "^2.0.0"
resolve "^1.6.0"

eslint-plugin-node@^6.0.1:
[email protected]:
version "6.0.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-6.0.1.tgz#bf19642298064379315d7a4b2a75937376fa05e4"
dependencies:
Expand All @@ -1436,15 +1436,15 @@ eslint-plugin-node@^6.0.1:
resolve "^1.3.3"
semver "^5.4.1"

eslint-plugin-promise@^3.8.0:
[email protected]:
version "3.8.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.8.0.tgz#65ebf27a845e3c1e9d6f6a5622ddd3801694b621"

eslint-plugin-standard@^3.1.0:
[email protected]:
version "3.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-3.1.0.tgz#2a9e21259ba4c47c02d53b2d0c9135d4b1022d47"

eslint-plugin-unicorn@^4.0.3:
[email protected]:
version "4.0.3"
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-4.0.3.tgz#7e9998711bf237809ed1881a51a77000b2f40586"
dependencies:
Expand All @@ -1468,7 +1468,7 @@ eslint-visitor-keys@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"

eslint@^5.0.1:
[email protected]:
version "5.0.1"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.0.1.tgz#109b90ab7f7a736f54e0f341c8bb9d09777494c3"
dependencies:
Expand Down Expand Up @@ -4959,7 +4959,7 @@ type-check@~0.3.2:
dependencies:
prelude-ls "~1.1.2"

typescript-eslint-parser@^16.0.1:
[email protected]:
version "16.0.1"
resolved "https://registry.yarnpkg.com/typescript-eslint-parser/-/typescript-eslint-parser-16.0.1.tgz#b40681c7043b222b9772748b700a000b241c031b"
dependencies:
Expand Down

0 comments on commit d34c318

Please sign in to comment.